body {
	background: #003 url(images/bknd-bar.jpg) repeat-x center 200px;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 50px auto 0px;
	padding: 0px;
	height: 605px;
	width: 956px;
}
#welcome #container {
	background: url(images/welcome-bknd.jpg) no-repeat;
}
#commercial #container {
	background: url(images/commercial-bknd.jpg) no-repeat;
}
#residential #container {
	background: url(images/residential-bknd.jpg) no-repeat;
}
#project #container {
	background: url(images/current-bknd.jpg) no-repeat;
}
#about #container {
	background: url(images/portfolio-bknd.jpg) no-repeat;
}
#contact #container {
	background: url(images/contact-bknd.jpg) no-repeat;
}
#banner {
	height: 150px;
	width: 100%;
}
#menu {
	float: right;
	padding-top: 7px;
}
#mainNav  {
	padding-right: 1px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
}
#mainNav a {
	text-decoration: none;
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
}
#mainNav a:hover {
	color: #FFF;
}
#commercial a.m1,
#residential a.m2,
#project a.m3,
#about a.m4,
#contact a.m5
{
	color: #FC0;
}
#leftContent {
	font: 10pt/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	width: 728px;
	margin: 0px auto;
	padding: 35px 0px 0px;
}
#content {
	height: 300px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	overflow: auto;
}
.projectSubMenu {
	float: right;
}
#contact #content {
	overflow: none;
	text-align: center;
}
#commercial #content h3 , #residential #content h3, #about #content h3, #project #content h3 {
	padding-top: 4px;
	padding-bottom: 4px;
	font-variant: small-caps;
	padding-left: 10px;
	font-style: oblique;
	color: #CCC;
	border: 1px solid #999;
}
#content a {
	color: #FC0;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content p {
	padding-top: 0px;
	margin-top: 0px;
}
h1 {
	display: none;
}
#footer {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	margin: 0px auto;
	padding: 25px 0px 0px;
	width: 955px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #999;
	margin: 0px;
	padding: 0px 15px;
}
#footer a:hover {
	color: #FC0;
	text-decoration: underline;
}
#commercial img {
	border: 1px solid #FFF;
}

