@charset "utf-8";
body {
	font-size: 100%;
	background-image: url(../images/bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	height: 100%;
}

#overall_container {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 800px;
	overflow: visible;
}
#header {
	padding-top: 75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header a #logo {
	float: left;
	width: 300px;
}
#header #nav {
	float: right;
	padding-top: 10px;
}
#main_content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	clear: both;
	min-height: 100%;
	overflow: visible;
}
#content_left {
	float: left;
	width: 600px;
	min-height: 210px;
}
#content_right {
	float: right;
	width: 240px;
}
#more_info {
	float: right;
	width: 220px;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	font-weight: bold;
}
#related {
	float: right;
	width: 220px;
	background-image: url(../images/related_products.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 95px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	font-weight: bold;
}



#footer {
	padding-top: 5px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	margin-top: 25px;
	clear: both;
	float: none;
}
#home_image {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 295px;
	background-image: url(../images/home_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#about_image {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 295px;
	background-image: url(../images/about_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#black_image {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 295px;
	background-image: url(../images/products/black_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#green_image {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 295px;
	background-image: url(../images/products/green_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#red_image {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 295px;
	background-image: url(../images/products/red_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bistro_image {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 295px;
	background-image: url(../images/products/bistro_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
