@charset "UTF-8";
/* CSS Document */

#main_body {
	height: 784px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(ac_images/AC_bkgnd.jpg);
}
#nav_bar {
	position: absolute;
	height: 15px;
	width: 600px;
	left: 212px;
	top: 160px;
}
#copyright {
	position: absolute;
	height: 12px;
	width: 800px;
	left: 112px;
	top: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DEDAD2;
	text-align: center;
}
a:link {
	color: #EFE3A6;
}
a:visited {
	color: #C89789;
}

#main_text
{
	position:absolute;
	left:214px;
	top:206px;
	width:500px;
	height:405px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FBF0BD;
}
#main_body #phone {
	position: absolute;
	height: 600px;
	width: 300px;
	left: 634px;
	top: 53px;
	background-image: url(ac_images/phone.gif);
}
#main_body #tour_pict {
	position: absolute;
	left: 145px;
	top: 210px;
	width: 200px;
	height: 500px;
}

