body {
	margin:0 auto;
	background: #666666 url(../images/bg.jpg) top left repeat-x;
}

#wrapper {
	margin:40px auto;
	width:800px;
}

#header {
	width:800px;
	height:108px;
	background:url(../images/header.jpg);
}

#nav-wrapper {
	width:800px;
	height:25px;
	background:url(../images/nav_wrapper.jpg);
}

#but-home a{
	display:block;
	float:left;
	width:97px;
	height:25px;
	background:url(../images/but_home.jpg);
}

#but-history a{
	display:block;
	float:left;
	width:184px;
	height:25px;
	background:url(../images/but_history.jpg);
}

#but-afa a{
	display:block;
	float:left;
	width:225px;
	height:25px;
	background:url(../images/but_afa.jpg);
}

#but-products a{
	display:block;
	float:left;
	width:133px;
	height:25px;
	background:url(../images/but_products.jpg);
}

#but-order a{
	display:block;
	float:left;
	width:161px;
	height:25px;
	background:url(../images/but_order.jpg);
}

#but-home a:hover{
	background:url(../images/but_home2.jpg);
}

#but-history a:hover{
	background:url(../images/but_history2.jpg);
}

#but-afa a:hover{
	background:url(../images/but_afa2.jpg);
}

#but-products a:hover{
	background:url(../images/but_products2.jpg);
}

#but-order a:hover{
	background:url(../images/but_order2.jpg);
}


#content-wrapper {
	background:white;
	float:left;
	width:800px;
}

#content-heading {
	margin:25px 0 0 44px;
	border-bottom:#000099 solid 1px;
	margin-top:25px;	`
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000099;
	width:630px;
	float:left;
}

#products-heading {
	border-bottom:#666666 solid 1px;
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	width:550px;
	float:right;
}

#content-text {
	padding:3px 0 30px 85px;
	width:630px;
	float:left;
	font-family:Verdana;
	font-size:14px;
	line-height:1.75em;
	color:#666666;
}

#above-footer{
	float:left;
	width:800px;
	height:95px;
	background:url(../images/above_footer.jpg);
}

#footer {
	float:left;
	width:800px;
	height:30px;
	background:url(../images/footer.jpg);
}

#footer-text {
	padding-top:5px;
	width:800px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
}
