/* CSS by John King of King Websites */

/*RESET CSS CODE */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Layout */

html, body {
	background-color: #ffffff;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 850px;
}

#header {
	width: 850px;
	height: 125px;
}

#topbar {
	width: 850px;
	padding-bottom: 35px;
	height: 1.57em;
} 

#footer {
	width: 950px;
	background: #ffffff url('graphics/footer.gif') no-repeat bottom;
	height: 150px;
   clear: both;
	margin: 0px auto 0px auto;
}

/* Fonts */

html, body {
	color: #330000;
	font: 100.01% arial, helvetica, Geneva, Verdana, sans-serif;
}

a {
	text-decoration: none;
}

#topbar a {
	color: #663333;
	font-weight: bold;
	font-size: 1em;
}

#topbar li.current a {
	color: #ffffff;
}

#topbar li a:hover {
 	color: #330000;
}

#topbar li.current a:hover {
 	color: #ffffff;
}

h2 {
	color: #663333;
	font-weight: bold;
	font-size: 1em;
	padding: 43px 0px 5px 55px;
	height: 25px;
	background: #ffffff url('graphics/h2-back.gif') no-repeat left top;
}

h3 {
	color: #663333;
	font-weight: bold;
	font-size: 1em;
	padding: 43px 0px 5px 55px;
	height: 25px;
}

p {
	color: #330000;
	font-size: 0.8125em;
	line-height: 1.3125em;
}

small {
	font-size: 0.75em;
}

#content p {
	text-align: justify;
}

#content a {
	color: #330000;
}

#content a:hover {
	color: #cc9999;
}

#footer p {
	color: #ffffff;
	text-align: center;
	font-size: 0.6875em;
}

#footer a {
	color: #ffffff;
}

/* Header CSS */


/* Top Navigation Menu */

#topbar ul {
	margin-top: 10px;
}

#topbar li {
	float: left;
	border-right: 2px solid #cc9999;
}

#topbar li.first {
	border-left: 2px solid #cc9999;
}

#topbar li a {
	float: left;
	display: block;
	padding: 0.3em 30px 0.3em 30px;
}

#topbar li a:hover {
	background-color: #cc9999;
}

#topbar li.current, #topbar li.current a:hover {
	background-color: #663333;
}

/* Content Area */

#content {
	clear: both;
	width: 850px;
	background: #ffffff url(graphics/content.gif) no-repeat top;
}

#content p {
	padding: 10px 50px 10px 55px;
}

#content p.last {
	background: #ffffff url('graphics/paragraph-back.gif') no-repeat right bottom;
	padding-bottom: 45px;
}

#leftcontent {
	float: left;
	width: 355px;
	padding: 0px 40px 20px 30px;
}

#rightcontent {
	float: left;
	width: 355px;
	padding: 0px 40px 20px 30px;
}

/* Portfolio Page */

.portfolio .spacer {
	clear: both;
	height: 5px;
	width: 100%;
}

.portfolio h3 {
	padding-top: 20px;
}

.portfolio .image {
	clear: both;
	float: right;
	margin: 19px 75px 10px 30px;
}

/* Footer Area */

#footer p {
   padding-top: 40px;
}  
   

   
.spacer {
 clear: both;
 height: 30px;
 margin-top: -1px;
 overflow: hidden; 
 }

