@charset "utf-8";
/* Weller Construction - main.css */

body {
	background-image: url(../_images/bkgd.gif);
}

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {font-size: small}
.style3 {color: #000000}
.style4 {font-size: x-small}

.style5 {
	color: #003399;
	font-weight: bold;
}

.style6 {font-size: xx-small}

a:link {
	color: #126B65;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

a:active {
	text-decoration: none;
}

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 755px;
	background-color: #FFFFFF;
	height: 840px;
}

#header {
	position:relative;
	width:755px;
	height:115px;
	z-index:1;
	background-color: #FFFFFF;
}
#header_bar_middle {
	position:absolute;
	width:755px;
	height:20px;
	z-index:1;
	background-color: #c8ae33;
	top: 134px;
}

#header_bar_bottom {
	position:absolute;
	width:551px;
	height:2px;
	z-index:1;
	top: 156px;
	background-color: #c8ae33;
	left: 204px;
}
#header_bar_top {
	position:absolute;
	width:755px;
	height:2px;
	z-index:2;
	background-color: #c8ae33;
	top: 130px;
}
#conainer_nav {
	position:absolute;
	width:175px;
	height:276px;
	z-index:3;
	top: 172px;
}
