* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/page-bkgnd.gif) repeat-x 0px 0px;
	font: 13px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 5px;
	overflow: hidden
}
#wrapper {
	margin: 0px auto;
	height: auto;
	width: 800px;
	padding: 0px;
}
#header {
	background: url(../images/logo.jpg) no-repeat 0px 0px;
	height: 257px;
}
/* Navigation */
#nav {
	clear: both;
	padding: 0;
	height: 50px;
	background: url(../images/nav.jpg) repeat-x;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
}
#nav ul {
	float: left;
	list-style: none;
	height: 50px;
	text-transform: uppercase;
	padding: 0;
	display: inline;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 24px;
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
	font: bold 13px/50px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: #4B4B4B;
	color: #FFFFFF;
}
#nav ul li#current a {
	background: #5486BB;
	color: #FFC86A;
}
#sub {
	float: left;
	width: 310px;
	margin-top: 40px;
}
.center {
	text-align: center;
}
#homelist {
	font-weight: bold;
	list-style: none;
	text-align: center;
	line-height: 1.8em;
	color: #666666;
}
.imageborder {
	padding: 10px;
	border: 1px solid #C9C9C9;
}
#main {
	float: right;
	width: 450px;
	margin-top: 40px;
}
#flash {
	float: right;
	width: 425px;
	height: 319px;
	margin-top: 40px;
	padding: 5px;
	border: 1px solid #C8C8C8;
}
#homeinfo {
	clear: both;
	float: left;
	padding: 20px 20px 10px;
}
/* styles for H1 Headings using image replacement */
/* repeated code per header */
h1 span {
 display: block;
/* place the span on top */
 position: relative;
 z-index: 1;
}
#intro, #intro span {
	width: 760px;
	height: 50px;
	background-image: url(../images/intro-h1.gif);
	background-repeat: no-repeat;
	color: #2E0100;
}
#ourservices, #ourservices span {
	width: 760px;
	height: 50px;
	background-image: url(../images/services-h1.gif);
	background-repeat: no-repeat;
	color: #2E0100;
}
#interior, #interior span {
	width: 760px;
	height: 50px;
	background-image: url(../images/interior-paint-process-h1.gif);
	background-repeat: no-repeat;
	color: #2E0100;
}
#exterior, #exterior span {
	width: 760px;
	height: 50px;
	background-image: url(../images/exterior-paint-process-h1.gif);
	background-repeat: no-repeat;
	color: #2E0100;
}
#samples, #samples span {
	width: 760px;
	height: 50px;
	background-image: url(../images/samples-h1.gif);
	background-repeat: no-repeat;
	color: #2E0100;
}
#contact, #contact span {
	width: 760px;
	height: 50px;
	background-image: url(../images/contact-h1.gif);
	background-repeat: no-repeat;
	color: #2E0100;
}
/* This is what moves the text under the span */
#intro span { margin-bottom: -75px; }
#ourservices span { margin-bottom: -75px; }
#interior span { margin-bottom: -75px; }
#interior span { margin-bottom: -75px; }
#samples span { margin-bottom: -75px; }
#contact span { margin-bottom: -75px; }

#footer {
	background: #D4D4D4;
	clear: both;
	height: auto;
	margin-top: 50px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #666666;
}
#footer h1 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
p {
	margin-top: 8px;
}
a:link, a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#servicelist {
	display: block;
	width: 400px;
	list-style: none;
	margin-left: 20px;
	float: left;
}
#servicelist li {
	font-size: 14px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.photoright {
	float: right;
	clear: both;
	margin-left: 10px;
	margin-bottom: 15px;
}
#photos {
	clear: both;
	float: left;
	padding: 20px 20px 10px;
}
#photos a img {
	margin: 11px;
	padding: 5px;
	border: 1px solid #E5E5E5;
}
#photos a:hover img {
	border: 1px solid #000000;
}

