/* CSS Document */

body{
    text-align: center;
	background:  #ac8258 url(../image/bkHead.jpg) top repeat-x;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
}


#container {
	position: relative;
	margin: auto;
	width: 900px;
	background-image: url(../image/contentBK.jpg);
	border: 5px outset #000000;
}

#head{
	width: 900px;
	height: 400px;
	background-image: url(../image/headBk.jpg);
}

#title{
	position: absolute;
	left: 2px;
	top: 172px;
	width: 897px;
}

#nav{
	position: absolute;
	width: 900px;
	left: 1px;
	top: 359px;
	
}

#pictwo{
	position: absolute;
	width: 250px;
	left: 634px;
	top: 427px;
	background: url(../image/contentback.png) top no-repeat;
	text-align: left;
}

#content{
	width: 250px;
	text-align: left;
	padding:0px 20px 5px 20px;
	margin: 25px 325px 0 325px;
	background: url(../image/contentback.png) top no-repeat;
}

#contactleft{
	background: url(../image/contentback.png) top no-repeat;
	width: 250px;
	height: 600px;
	padding:5px 20px 5px 20px;

}

.width{
	width: 229px;
	margin:0 5px 0 15px;
	padding: 15px 0 0 0;
}


#subnav{
	position: absolute;
	top: 421px;
	width: 266px;
	height: 590px;
	left: 18px;
	text-align: justify;
}



#foot{
	background-color: #1f070b;
	width: 900px;
	height: 60px;
	color: #FFFFFF;
	font-weight: lighter;
	text-align: right;
	font-size: small;
}

