body {
	background-image: url(images/main_bg.png);
	color: Black;
	font: normal 14px Times New Roman;
	line-height: 18px;	
	letter-spacing: 1px;	
	margin: 0px;
}

#body_middle {
	background: url(images/header_bg.png) repeat-x;
}

#body_header {
	padding: 0px;
	height: 257px;
	margin: 0px;	
}

#body_main {
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}

#top_border {
	height: 25px;
	background-image: url(images/top_border.png);
	color: gray;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;	
}

#top_border a {
	color: gray;
	text-decoration: none;
}

#top_border a:hover {
	color: gray;
	text-decoration: underline;	
}

#bottom_border {
	height: 83px;
	background-image: url(images/bottom_border.png);
	color: gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;	
	clear: left;
	float: left;
	width: 100%;
}

#bottom_border a {
	color: gray;
	text-decoration: none;
}

#bottom_border a:hover {
	color: gray;
	text-decoration: underline;	
}

.top_button {
	color: White;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	background-image: url(images/top_button.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 26px;
	float: left;
}

.top_button a {
	color: White;
	text-decoration: none;
	cursor: pointer;
}

.content_area {
	width: 580px;
	min-height: 500px;
	float: left;	
	margin-right: 15px;
}

.content_header {
	height: 22px;
	color: White;
	font: bold 14px/16px Arial;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 1px;
	background-image: url(images/content_header.png);
	letter-spacing: 2px;
	background-repeat: repeat-x;
}

.content_top {
	height: 25px;
	background-image: url(images/content_top.png);
}

.content_bg {
	padding: 1px 20px 1px 20px;
	background-image: url(images/content_bg.png);
	color: Black;
	letter-spacing: 0px;
	background-repeat: repeat-y;	
	text-align: justify;
}

.content_bg img {
	border: #2D2D2D solid 1px;
	margin: 0px 5px;	
}


.thumb {
	width: 120px;
	float: right;	
	text-align: center;
}

.content_bottom {
	height: 25px;
	background-image: url(images/content_bottom.png);
}

.menu_column {
	background-color: #5E8F09;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 170px;
}

.menu_button {
	min-height: 10px;
	background-image: url(images/menu_button.png);
	background-repeat: no-repeat;	
	padding: 2px 10px 2px 5px;	
	list-style: none;
	vertical-align: bottom;
	font-size: 14px;
}

.menu_button:hover {
	background-image: url(images/menu_button2.png);
}

.menu_button a {
	text-decoration: none;
	color: Maroon;
	cursor: pointer;
}

.menu_header {
	background-image: url(images/menu_header.png);
	padding: 5px;
	text-decoration: none;
	background-repeat: repeat-y;
	font-size: 14px;	
}

.menu_header a {
	text-decoration: none;
	color: Black;
	cursor: pointer;	
}

.menu_header a:hover {
	color: Black;
	text-decoration: underline;
}

.itemprice {
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
}

#nav_menu {
	height: 16px;
	background-image: url(images/top_border.png);
	color: gray;
	padding: 2px 2px 4px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;	
	border-bottom: 1px solid white;
}

#nav_menu a {
	color: gray;
	padding: 5px;
	text-decoration: none;
}

#nav_menu a:hover {
	color: gray;
	padding: 5px;
	text-decoration: underline;
}

.highlight {
	background-color: #FFA30F;
	color: black;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}