@charset "utf-8";
/* CSS Document */


body{
	width : 100%;
	height: 100%;
	position:relative;
	background: url("../images/bkg_body.png") no-repeat scroll top  center #B7A173;
	margin:0;
	padding:0;	
	/*font-family: "Myriad Pro", verdana,Arial,"Times New Roman", Times, serif;*/
	font-family: verdana,Arial,"Times New Roman", Times, serif;
	font-size:12px;
}

#wrapper{
	margin:0 auto;
	width:982px;
	position:relative;
}

#header1,#header2,#footer,#homepage{
	width: 982px;
	position: relative;
	float:left;
	height:auto;
	color: #311A1E;
}

#header1{

}

#header2{
	/*background-color:#F3E5A6;*/
}



