html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #3C2415;
	margin: 0px;
	padding: 0px;
}

img { 
	border: none;
}

#container {
	width: 750px;
	height: auto;
	background: #fff2e7;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	clear: both;
}

#header {
	background: #fff2e7;
	padding: 0px 20px;
	margin: 0px;
	width: 300px;
	display: block;
}

#navigation {
	margin: -15px auto 20px 40px;
	padding: 0px 0px 2px 0px;
	width: 665px;
	border-bottom: 1px solid #3C2415;
	display: block;
}

ul#list-nav {
	list-style: none;
	margin: 20px 0px ;
	padding: 0px;
	width: 700px;
}

ul#list-nav li {
	display: inline;
}

ul#list-nav li a {
	font: 10.5px/18px Georgia, "Times New Roman", Times, Serif;
	text-decoration: none;
	padding: 2px;
	width: auto;
	background: #fff2e7;
	color: #3C2415;
	float: left;
	text-align: center;
}

ul#list-nav li a:hover {
	color: #608D24;
}

#banner {
	width: 685px;
	height: 110px;
	margin-right: 40px;
	padding: 0px 0px 10px 40px;
	position: relative;
}

.bannerLink  img{
	border: none;
}

.bannerLink:hover img {
	border: 1px solid #3C2415;
}

.bannerLink: hover {
	color: #3C2415; /*for IE bug*/
}

#content {
	margin: 0px auto 0px 40px;
	width: 750px;
	position: relative;
}

#textContent {
	margin: 0px 15px 20px 0px;
	width: 300px;
	position: relative;
	float: left;
}

#imageRight {
	width: 350px;
	height: 250px;
	position: absolute;
	top: 10px;
	right: 85px;
}

#map {
	width: 350px;
	height: 250px;
	padding-right: 50px;
	position: absolute;
	top: 10px;
	right: 85px;
}

#bottomContent {
	width: 500 px;
	margin: 0px 40px 0px 40px; 
	padding: 5px 0px 0px 0px;
	clear: both;
}

#bottomColumn1 {
	width: 205px;
	padding: 0px 0px 15px 40px;
	margin: 5px 40px 0px 0px;
	position: relative;
	float: left;
	z-index: 20;
	border-
}

#bottomColumn2 {
	width: 200px;
	padding: 0px 0px 15px 0px;
	margin: 5px 175px 0px 80px;
	position: relative;
	float: right;
	z-index: 20;
}

#orderNow {
	width: 150px;
	padding: 20px 20px 20px 20px;
	position: relative;
	float: right;
}

#orderNow2 {
	width: 150px;
	padding: 20px 60px 50px 20px;
	position: relative;
	float: right;
}

.orderNow  img{
	border: none;
}

.orderNow:hover img {
	border: 1px solid #3C2415;
}

.orderNow: hover {
	color: #3C2415; /*for IE bug*/
}

#orderContent {
	width: 500 px;
	margin: 0px 80px 0px 0px; 
	padding: 5px 0px 0px 0px;
	clear: both;
}	

#footer {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 5px 0px;
	clear: both;
	text-align: center;
	border-top: 1px dotted #C3A795;
	border-bottom: 4px solid #608D24;
}