body {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 1.6;
	text-align: center;
}

h1, h2, h3, h4, h5, p, ul {margin: 0 0 12px 0;}
h1 {font-size: 185%; margin-bottom: 0; line-height: 1.2;}
h2 {font-size: 165%; margin-top: 14px; margin-bottom: 0; line-height: 1.2;}
h3 {font-size: 125%; margin-top: 0; line-height: 1.2;}
a {color: #89B3C1;}
label {display: block;}
form div {margin-bottom: 1em;}

.center {text-align: center;}
.clear {clear: both;}
.red {color: red;}
.photo {border: 1px solid #fff;}
.testimonial {margin: 20px 10px 10px 0;}
.signature {text-align: right; font-style: italic; margin-right: 4em;}
.text {width: 90%; font-size: 110%; padding: 3px;}
.photos {text-align: left; border-bottom: 1px solid #fff; padding-bottom: 10px;}
.photos img {margin: 5px 4px; vertical-align: middle;}
.photos a img, img.border {border: 1px solid #fff;}
img.border {padding: 2px;}

#wrap {
	width: 800px;
	margin: 0 auto;
}

#page {margin: 0; padding: 0; margin-top: 15px; text-align: left;}

#banner {
	background: transparent url(/images/banner.jpg) top left no-repeat;
	width: 800px;
	height: 152px;
	position: relative;
	overflow: hidden;
}

.banner-photo {position: absolute;}
#banner-photo-1 {left: 252px;}
#banner-photo-2 {left: 434px;}
#banner-photo-3 {left: 615px;}

#menu {
	position: absolute;
	bottom: -1px;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	height: 32px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
}

#menu a {
	display: inline;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 9px 14px 12px 14px;
}
#menu a:hover, 
body#home a#home-menu, 
body#services a#services-menu, 
body#testimonials a#testimonials-menu, 
body#portfolio a#portfolio-menu, 
body#about a#about-menu, 
body#contact a#contact-menu {background: transparent url(/images/menu-over-bg.jpg) top left repeat-x;}


#contents {
	width: 800px;
	clear: both;
	margin-top: 20px;
}

#main {float: left;width: 544px;}
body#portfolio #main {width: 800px;}

#sidebar {float: right; width: 230px; margin-top: 40px;}
#sidebar h2 {
	font-size: 14px; 
	height: 30px;
	width: 230px;
	padding: 8px 0 0 8px ;
	margin: 20px 0 4px 0;
	background: transparent url(/images/sidebar-banner.gif) top left no-repeat;
}
body#portfolio #sidebar {display: none;}
#sidebar img {margin-bottom: 10px;}

#copyright {
	text-align: center;
	font-size: 90%;
	margin: .9em 0;
}




