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: 85px;
	width: 257px;
}
#main_picture {
	height: 109px;
	width: 767px;
	position: absolute;
	top: 41px;
	right: 0px;
}


#content {
	width: 1024px;
	background-image: url(../img/inside_content_back.jpg);
	background-repeat: repeat-y;
	overflow:auto;
}






#footer {
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #6b5429;
	padding-top: 10px;
	padding-left: 10px;
}
#address {
	display: inline;
	float: right;
	height: 189px;
	width: 318px;
	position:relative;
}
#hours {
	display: inline;
	float: right;
	width: 318px;
	position: relative;
}

#hours #hours_inside {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #6b5429;
	padding-left: 7px;
	text-align: center;
}
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: 560px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5d7bc;
	font-size: 1.05em;
	margin-left: 30px;
	margin-top: 30px;
	line-height: 1.35em;
	display:inline;
	float:left;
	position:relative;
	padding-left: 29px;
	padding-top: 20px;
}
h1 {
	color: #e9c273;
	font-size: 1.85em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height:1em;
}
img {
	border:0px;
}
#content #content_inside img {
	
	border:0px;
	padding: 25px 10px 0 0;
}
#content #content_inside a {
	color: #000;
}
