body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
}
#logo {
	height: 65px;
	width: 257px;
}
#wrapper {
	width: 1024px;
	position: relative;
}
#title {
	height: 43px;
	width: 257px;
}
#main_picture {
	height: 109px;
	width: 767px;
	position: absolute;
	top: 41px;
	right: 0px;
}
#side_graphic {
	height: 432px;
	width: 257px;
	background-image: url(../img/side_graphics.jpg);
	background-repeat: no-repeat;
}
#side_graphic #side_graphic_inside {
	height: 270px;
	width: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #5b451d;
	padding-top: 145px;
	padding-left: 24px;
	line-height: 1.3em;
}
#content {
	height: 475px;
	width: 449px;
	position: absolute;
	left: 257px;
	top: 150px;
	background-color: #ab8949;
}
#address {
	height: 189px;
	width: 318px;
	position: absolute;
	top: 150px;
	right: 0px;
}
#hours {
	height: 286px;
	width: 318px;
	position: absolute;
	top: 339px;
	right: 0px;
	background-image: url(img/../hours.jpg);
	background-repeat: no-repeat;
}
#hours #hours_inside {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #6b5429;
	padding-left: 7px;
	text-align: center;
}
#footer {
}
#eclub {
	height: 85px;
	width: 257px;
}
#footer {
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #6b5429;
	padding-top: 10px;
	padding-left: 10px;
}
h2 {
	font-size: .80em;
	color: #493001;
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer a {
	color: #6b5429;
}
#nav {
	height: 41px;
	width: 767px;
	top: 0px;
	right: 0px;
	position: absolute;
	background-image: url(img/../nav.jpg);
	background-repeat: repeat-x;
}
#nav #nav_inside {
	width: 750px;
	height: 18px;
	margin-top: 21px;
	margin-left: 14px;
}

/*Nav Starts*/

#menu
{
padding:0; /* removes any padding.*/
margin:0;
color:#FFF;/*sets the font color to white.*/
font-family: arial, helvetica, sans-serif;
white-space:nowrap;/*ensures that text stays on one line.*/
list-style-type:none;/*removes the bullet from the list (not absolutely necessary)*/
font-size:.80em;
}
#menu li {display:inline;}/*makes the list horizontal.*/

#menu li a
{
padding:0.1em .65em;
color:#fff;
text-decoration:none;
float:left;
}
#menu li a:hover
{
background:#000;
color:#fff;
}

/*Nav Ends*/
#content #content_inside {
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5d7bc;
	font-size: 1.05em;
	margin-left: 30px;
	margin-top: 30px;
	line-height: 1.35em;
}
h1 {
	color: #e9c273;
	font-size: 1.85em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
img {
	border:0px;
}
