html {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 11px;
	color: #000000;
	padding:0;
	margin:0;
	background-color: #000000; 
}

img {
	border-style: none;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

h1 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 18px;
}

h2 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 15px;
}

#logobox {
	float: left;
	width: 156px;
	height: 117px;
}

#logo {

}

#prod_choose {
	float: left;
}

#prod_choose_text {
	background:url("../htimages/top_bar_back.gif") no-repeat;
	width: 414px;
	height: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: black;
}

#products {
	width: 414px;
	text-align: center;
}

.tach {
	margin: 0 15px 0 15px;
}

#baronbox {
	float: right;
	height: 117px;
	width: 222px;
}

#baronlogo {
	position: relative;
	top: 18px;
	left: 30px;
}

#content {
	clear: both;
	background:url("../htimages/content_top_back.gif") no-repeat;
	background-color: #FFF;
	width: 571px;
	float: left;
}

#main_content {
	padding: 12px 12px 0 12px;
}

#main_image {
	border:0;
	margin: 0;
}

#john_box {
	background:url("../htimages/john_back.jpg") no-repeat;	
	margin: 12px 12px 0 12px;
	height: 181px;
}

#main_text {
	padding: 7px 7px 7px 175px;
}

#content_bottom {
	background:url("../htimages/body_bottom_corners.gif") no-repeat;
	background-color: #000;
	width: 571px;
	height: 12px;
}

#right_column {
	float: left;
	margin-left: 7px;
	background:url("../htimages/right_column_back.gif") no-repeat;
	width: 222px;
	height: 517px;
	text-align: center;
}

#photo_gallery {
	padding: 12px;
	text-align: center;
}

#thumbnails {
	width: 186px;
	height: 180px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.thumbnail {
	padding: 5px;
	margin: 0px;
	float: left;
}

#thumbnails img {
	border: 1px Solid #000;
}

#prod_box {
	width: 547px;
	height: 181px;
	margin: 12px 12px 0 12px;
}

#prod_box img {
	float: left;
	width: 150px;
}

#prod_text {
	float: left;
	width: 260px;
}

#prod_add2cart {
	float: right;
	background-color: #CCC;
	width: 125px;
	text-align: center;
	height: 181px;
}

#right_col_text {
	position: relative;
	top: 0px;
	padding: 12px;
	text-align: left;
}

#footer {
	clear: both;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#footer a {
	color: orange;
}