@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-color:#9ba050;
	background-image: url(../images/PlumbingTopbar1.jpg);
	background-repeat: no-repeat;
}


#header{
	width:840px;
	position:relative;
	margin-left:15px;
	height:180px;
}

#nav{
	width:463px;
	position:absolute;
	right:0px;
	top:8px;
}

#content{
	width:840px;
	margin-left:15px;
	clear:both;
}

#footer{
	width:840px;
	margin-left:15px;
	text-align:center;
	font-size:9px;
	margin-top:20px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
