﻿body {
	background: #;
	font-family: Garmond, Verdana, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #008000;
}

a:hover {
	text-decoration: underline;
}

.content {
	width: 800px;
	background-color: white;
	padding: 0;
}

.header {
	height: 170px;
	background: url(media/header.jpg) no-repeat center;
	position: relative;
}

.vmenu {
	float: left;
	height: 786px;
	width: 205px;
	background: url(media/menupic.jpg) no-repeat center;
	position: relative;
}

.vmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 198px;
}

.vmenu li {
	margin: 2px 0 2px 0;
	width: 198px;
}

.vmenu a {
	width: 196px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003E00;
	font-weight: bold;
	vertical-align: middle;
	height: 15px;
	display: block;
}

.vmenu a:hover {
	background-color: #008000;
	text-decoration: none;
}

.right {
	float: right;
	width: 350px;
	padding: 5px 5px;
	font-size: 10px;
	color: #008000;
	text-align: center;
	position: relative;
}

.buy {
	float: right;
	text-align: center;
	position: absolute;
}

.title {
	font-weight: bold;
}

.main {
	float: right;
	width: 585px;
	text-align: left;
	position: relative;
	padding: 0 5px 0 5px;
	text-decoration: wrap;
}

.box {
	border: 1px solid #788395;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftbox {
	float: left;
	width: 275px;
	height: 425px;
	border: 1px solid #788395;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rightbox {
	float: right;
	width: 275px;
	height: 425px;
	border: 1px solid #788395;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.spacer {
	height: 25px;
	width: 575px;
}

.green {
	color: #008000;
	font-weight: bold;
}

.orange {
	color:#FF6600;
	font-weight: bold;
}

.purple {
	color:#800080;
	font-weight: bold;	
}

.blue {
	color: #000080;
	font-weight: bold;
}

.large {
	font-size: large;
}