html,body{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	background: #000000;
}
  
div#bgcontainer{
	text-align:left;
	width: 900px;
	margin:0 auto;
	background: #000000 url(/images/bg_about.jpg) no-repeat;
}

div#header{
	height: 147px;
	padding-left: 142px;
}

div#logoicon{
	position: absolute;
	width: 92px;
	height: 101px;
}

div#logotype{
	padding-left: 94px;
	width: 616px;
	height: 84px;
}

div#archwoodrefine{
    position: absolute;
    left: 561px;
    top: 29px;
    width: 325px;
    height: 55px;
}

div#nav{
	padding-left: 92px;
	width: 600px;
	height: 34px;
}

div#content{
	margin: 0;
	width: 900px;
	position: relative;
	min-height: 510px;
	height: auto !important;
	height: 510px;
}

div#leftphoto{
    width: 177px;
    height: 180px;
    float: left;
    margin-top: 111px;
    margin-left: 16px;
}

html>body div#leftphoto{
    width: 177px;
    height: 180px;
    position: absolute;
    top: 0px;
    left: 16px;
}

div#maincontent{
    width: 556px;
    min-height: 370px;
    height: auto !important;
    height: 370px;
    background: #b5b67d;
    border: 1px solid;
    border-color: #65a334;
    margin-left: 37px;
    float: left;
}

html>body div#maincontent{
    width: 556px;
    min-height: 370px;
    height: auto !important;
    height: 370px;
    background: #b5b67d;
    border: 1px solid;
    border-color: #65a334;
    float: left;
    margin-left: 246px;
}

div#contentcopy{
    width: 500px;
    margin-left: 37px;
    margin-right: 0px;
}
    
div#footer{
	clear:left;
	padding-top: 12px;
	margin:0 auto;
	width: 782px;
}

#clear {
  clear: both;
}