	
	body {
		margin: 20px;
		font: 76% "Lucida Sans Unicode", Verdana, Arial, Helvetica;
		background-image: url(img/background.jpg);
		background-position: center center;
		text-align: center;
		background-color: #E3E79D;
		background-repeat: no-repeat;
	}
	
	a {
		text-decoration: none;
		color: #009933;
	}
	
	a:hover {
		color: #FF9900;
	}
	
	#frame {
		width: 920px;
		text-align: left;
		background: #fff;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		border: 1px solid #003300;
	}
	
	#header {
		background-image: url(img/header.jpg);
		background-repeat: no-repeat;
		margin: 10px;
		height: 140px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#header img {
		margin-top: 22px;
		margin-left: 22px;
	}
	
	#main {
	
	}
	
	#left {
		margin: 10px;
		width: 200px;
		float: left;
		
	}
	
	#content {
		width: 480px;
		float: left;
		margin-top: 10px;
	}
	
	#content h1 {
		font: 200% Georgia, "Times New Roman", Times, serif;
		color: #669933;
		margin: 0px;
	}
	
	#content h2 {
		font: 170% Georgia, "Times New Roman", Times, serif;
		color: #666;
		margin: 0px;
	}
	
	#breadcrumb {
		color: #666;
		margin-bottom: 8px;
	}
	
	#breadcrumb a {
		color : #999;
		text-decoration: none;
	}
	
	#breadcrumb a:hover {
		color: #666;
	}
	
	#right {
		margin: 10px;
		margin-right: 0px;
		width: 200px;
		float: left;
	}
	
	.menu {
		border: 1px solid #669966;
	}
	
	.menu h1 {
		font: 160% Georgia, "Times New Roman", Times, serif;
		color: #666;
		margin: 7px;
		margin-bottom: 3px;
		font-weight: normal;
	}
	
	.menu ul {
		list-style: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.menu ul li {
		
	}
	
	.menu ul li a {
		display: block;
		padding: 3px;
		padding-left: 7px;
		text-decoration: none;
		color: #669966;
	}
	
	.menu ul li a:hover {
		background: #E1F3BC;
	}
	
	.menu p {
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.menu form {
		margin-left: 7px;
		margin-right: 7px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.productRow {
	
	}
	
	.productCell {
		padding:  6px;
		border-bottom: 1px solid #ccc;
	}
	
	.news {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	
	.newsFoot {
		color: #999999;
	}
	
