@charset "utf-8";
body    {margin:0}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #813c15;
}

#page_wrap
{
	background: url(images/main_bg.png) no-repeat;
	margin: 0px auto;
	height: 900px;
	width: 1025px;
	position: relative;
}

#logo
{
	height: 65px;
	width: 713px;
	margin-top: 45px;
	margin-left: 25px;
	position: absolute;
	top: -7px;
	left: -4px;
}

#menu
{
	height: 20px;
	width: 760px;
	margin-top: 145px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 131px;
	top: 0px;
}
#contact_info {
	position:absolute;
	width:586px;
	height:53px;
	z-index:1;
	left: 421px;
	top: 631px;
}
#apDiv1 {
	position:absolute;
	width:689px;
	height:21px;
	z-index:2;
	left: 216px;
	top: 881px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FAC84C;
}
a:hover {
	text-decoration: none;
	color: #FAC84C;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

