/* BODY,HTML */
body {
	background: #666 url(../images/body_bg.gif) repeat-x top left;
	color: #000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* CONTAINER & HEADER */
#container {
	margin: 12px auto 0;
	width: 775px;
}
#container .clear {
	clear: both;
}
#container h1 {
	background: url(../images/header_bg.gif) no-repeat top left;
	float: left;
	height: 106px;
	margin: 0;
	text-indent: -1000em;
	width: 224px;
}

/* NAV */
#container ul#headerNav {
	list-style: none;
	margin: 0;
	padding: 78px 0 0;
}
#container ul#headerNav li {
	float: right;
	margin: 0;
	text-align: center;
}
#container ul#headerNav li a {
	background: url(../images/header_nav_bg.gif) no-repeat bottom center;
	color: #666;
	display: block;
	font-size: 17px;
	font-weight: bold;
	height: 60px;
	line-height: 40px;
	text-decoration: none;
	width: 107px;
}
#container ul#headerNav li a:hover {
	background-position: top center;	
	line-height: 70px;
}
#container ul#footerNav {
	background: url(../images/footer_nav_bg.gif) repeat-x top left;
	height: 39px;
	list-style: none;
	margin: 21px 0 0;
	padding: 0;
	text-align: center;
}
#container ul#footerNav li {
	display: inline;
	line-height: 31px;
	padding: 0 10px;
}
#container ul#footerNav li a {
	color: #666;
	font-size: 13px;
	text-decoration: none;
}
#container ul#footerNav li a:hover {
	text-decoration: underline;
}

/* CONTENT */
#container #content {
	/*background-color: #b4b4b4;*/
	color: #d2d2d2;
	margin-left: 226px;
	padding: 0 10px;
}
#container #content h2,
#container #content h3,
#container #content p {
	margin: 0 0 10px;
	text-align: left;
}
#container #content h2 {
	font-size: 22px;
}
#container #content h3 {
	border-bottom: 1px solid #d2d2d2;
	font-size: 14px;
}
#container #content p {
	line-height: 18px;
}
#container #content #completeDesign {
	background: #d1d328 url(../images/footer_nav_bg.gif) repeat-x center left;
	color: #666;
	font-size: 17px;
	font-weight: bold;
	height: 39px;
	line-height: 30px;
	text-align: center;
}

/* PHOTOS */
#container .photos {
	margin-left: 0 !important;
}
#container .photos a {
	border: 1px solid #d1d328;
	float: left;
	height: 211px;
	margin: 2px;
	width: 215px;
}	
#container .photos img {
}

/* SIDE IMAGES */
#container #sidePhotos {
	float: left;
}
#container #sidePhotos img {
	border: 1px solid #d1d328;
	display: block;
	margin: 0 0 8px 1px;
}
#container #sidePhotos img.last {
	margin-bottom: 0;
}

/* LOGO SMALL */
#container #logoSmall {
	background: url(../images/logo_small.gif) no-repeat center;
	border: 0;
	height: 88px;
	margin: 10px 0;
}