* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
p {
	line-height: 18px;
	font-size: 12px;
	padding: 10px 0;
}
h1 {
	font-size: 18px;
	color: #203825;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px #8da291 solid;
	width: 400px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #7d194f;
}
label {
	width: 6em;
	font-weight: bold;
	float: left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}
body {
	background-color: #a1c2a6;
	background-image: url(images/background.png);
	background-position: top 100px;
	background-repeat: repeat-x;
}
ul {
	margin-left: 30px;
}
#container {
	margin: 0 auto;
	padding: 0 10px;
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
}
#top {
	margin: 0 auto;
	position: relative;
	width: 800px;
	height: 120px;
}
#pic_text{
	margin: 10px auto;
	width: 800px;
	height: 219px;
	background-image: url(images/victory.png);
}

#navigation {
	/*padding: 37px 0 0 0;*/
	position: absolute;
	top: 7px;
	width: 330px;
	z-index: 4000;
}
#header > #navigation {
	position:absolute;
	right:-2px;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 82px;
	height: 82px;
	/*margin: 0 1px 0 0;*/
	background-position: left top;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* IE Mac, you spoiled brat \*/
#navigation a:focus { outline: none; }
/* end IE Mac hide */

#nav_home {
	background: transparent url(images/nav_home.gif) no-repeat left top;
	border-left:1px solid #a1c2a6;
	left: 0;
}

#nav_gallery {
	background: transparent url(images/nav_gallery.gif) no-repeat left top;
	left: 83px;
}

#nav_video {
	background: transparent url(images/nav_video.gif) no-repeat left top;
	left: 166px;
}

#nav_services {
	background: transparent url(images/nav_services.gif) no-repeat left top;
	left: 249px;
}

#nav_contacts {
	background: transparent url(images/nav_contacts.gif) no-repeat left top;
	left: 332px;
}

#nav_testimonials {
	background: transparent url(images/nav_testimonials.gif) no-repeat left top;
	border-right:1px solid #a1c2a6;
	left: 415px;
}

#navigation a:hover {

}

#navigation a.current {
	background-position: 0 -166px;
}

#content{
	font-size: 12px;
	width: 800px;
	min-height: 500px;
	margin: 20px 0;
}
#content_left{
	float: left;
	font-size: 12px;
	width: 390px;
	margin: 20px 0;
}
#content_right{
	float: right;
	font-size: 12px;
	width: 390px;
	margin: 20px 0;
}
.about_list {
	list-style-type: disc;
	line-height: 18px;
	margin-left: 20px;
}
#LumberInfo {
	position: relative;
	background-color: #f2f0ec;
	border: 1px #C2BAA8 solid;
	width: 800px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
#experience{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #645d4c;
}
#footer {
	width: 100%;
	height: 30px;
	color: #fff;
}
#foot_links {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	width:859px;
	margin: 0 auto;
 }
#foot_links ul {
	height: 31px;
	line-height: 31px;
	margin-left: 0;
	vertical-align: middle;
	list-style: none;
}
#foot_links ul li { 
	display: inline;
	color: #666;
	font-size: 12px;
}
#foot_links ul li a {
	font-size: 12px;
	color: #666;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
#foot_links ul li a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}