html {
	overflow: auto;
}

body {
	font-size: 100%;
	background-color: #CFD5DE;
}

#container {
	background-color: #fff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}

#header {
	height: 160px;
	width: 100%;
	background: #fff url('../images/header_background.jpg') no-repeat;
}

#nav_container {
	width: 100%;
	height: 35px;
	background-color: #702908;
	color: #fff;
}

#left_sidebar {
	width: 230px;
	height: 100%;
	float: left;
}

#left_sidebar img{
	width: 230px;
	height: 150px;
	border: 0;
}

#content {
	width: 670px;
	float: right;
	
}

#footer {
	background-color: #702908;
	color: #fff;
	height: 95px;
	clear: both;
	text-align: center;
}

.image_title {
	width: 100%;
	font-style:italic;
	text-align: center;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: white;
	background-color: #702908;
}


h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia;
	color: #702908;
	font-size: 230%;
	text-transform: uppercase;
	position: absolute;
	margin-left: 435px;
	margin-top: 50px;
}

h2 {
	font-family: Georgia;
	color: #9A5A5A;
	font-size: 140%;
	position: absolute;
	margin-left: 700px;
	margin-top: 90px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9A5A5A;
	font-size: 130%;
	padding-top: 20px;
	padding-left: 20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9A5A5A;
	font-size: 100%;
	padding-top: 2px;
	padding-bottom: 0;
	padding-left: 20px;
}
ul, #contact_details,#credit{
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

p#special-offers{
	margin: 5px 20px;
	padding: 10px;
	text-align: center;
	border: 1px solid #9A5A5A;
	font-size: 1.1em;
}

/*footer style */
.logo {
	float: left;
	padding-top: 8px;
	padding-left: 8px;
}

.logo img{
	width: 55px;
	height: 82px;
	border: 0;
}

#contact_details {
	padding-top: 5px;
	font-size: 85%;
}

#credit {
	padding-top: 24px;
	font-size: 75%;
	color: #fff;
}

#credit a {
	text-decoration: none;
	color: #fff;
}



/* navigation style */
#nav ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	width: auto;
	height: auto;
}

#nav ul li a {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	width: auto;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	font-size: 100%;
}

#nav ul li a:hover {
	text-decoration: underline;
}



#email_form {
	margin-left: 20px;
}
#location_map {
	margin-left: 20px;
	padding-bottom: 25px;
}

address {
	padding-left: 20px;

}


ul {
	list-style-type: none;
}

li {
	padding-left: 0;
	margin-left: 0;
}



tr {
padding: 10px;
}
