body {
	background-color:#a7bf61;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 734px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/locations_bannner.jpg);
	width:734px;
	height:258px;
	position:relative;
}
#navbar{
	background-image:url(images/locations_navbar_bg.jpg);
	width:734px;
	display:block;
	top:225px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:25px;
	text-align:center;
	left: 0px;
	padding:8px 0px 0px 0px;
}
#navbar a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 17px;
}
#navbar a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold
}
/********************** Content ***************************/
#content {
	background-image:url(images/locations_bg.jpg);
	width:734px;
	height:800px;
}
#left {
	float:left;
	width:480px;
	padding: 20px 0px 0px 45px;
	position:relative;
	z-index:1;
}
#left h1 {
	font-size: 140%;
	font:bolder;
	color:#85A157;
}
#left h2 {
	font-size: 12px;
}
#left p {
	font-size: 10px;
}
/********************** Footer ***************************/
#footer {
	background-image:url(images/locations_footer.jpg);
	width:734px;
	height:17px;
}
/********************** Photos ****************************/
#photo {
	position:relative;
	bottom:560px;
	left:330px;
	width:392px;
	height:337px;
}

