* {
	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: #645d4c;
	font-weight: normal;
	border-bottom: 1px #857e6c solid;
	width: 400px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #7d194f;
}
body {
	background-color: #CCC3B1;
	background-image: url(images/backblock.gif);
	background-position: top 100px;
	background-repeat: repeat-x;
}

#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;
}
#mainpic {
	float: left;
	width: 500px;
	height: 219px;
}
#maintext{
	float: right;
	width: 298px;
	height: 219px;
	background-image: url(images/font_text.gif);
}
#navigation {
	/*padding: 37px 0 0 0;*/
	position: absolute;
	top: 7px;
	width: 416px;
	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: 83px;
	/*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;
	left: 0;
}

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

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

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

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

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

#navigation a:hover {
	background-position: 0 -83px;
}

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

#content{
	font-size: 12px;
	width: 800px;
	min-height: 300px;
	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;
}
.clear {
	clear: both;
}