body
{
	font-family: Helvetica LT Std;
	background-color: #3D591D;
	color: #ffff99;
}
a:link
{
	color: rgb(255,255,153);
	text-decoration: none; 
}

a:active 
{
	color: rgb(102,255,0);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(255,255,153);
	text-decoration: none;   
} 
a:hover
{
	color: rgb(255,255,255);
	text-decoration: underline; 
}

table
{
	border-right-style: solid; border-right-width: 1px; border-right-color: #ffe400;
	border-top-style: solid; border-top-width: 1px; border-top-color: #ffe400;
	border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #ffe400;
	border-left-style: solid; border-left-width: 1px; border-left-color: #ffe400;
	color: #ffffff;
	align: center;
	color: #ffff99;
}
table.trailer
{
	border-right-style: solid; border-right-width: 0px; border-right-color: #ffe400;
	border-top-style: solid; border-top-width: 0px; border-top-color: #ffe400;
	border-bottom-style: solid; border-bottom-width: 0px; border-bottom-color: #ffe400;
	border-left-style: solid; border-left-width: 0px; border-left-color: #ffe400;
	color: #ffffff;
	align: center;
	color: #ffff99;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,255,153); 
}
h3
{
	color: rgb(0,255,204); 
}
h4
{
	color: rgb(255,204,0);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}

ul#newPost {
	height:24px;
	padding:4px 0;
	width:495px;
	background:url(../images/news.gif) no-repeat left top;
	padding-left:125px;
	overflow:hidden;
}
 ul#newPost li {
	float:none;
	height:24px;
	display:none;
	width:480px;
	margin:0 auto;
	list-style:none;
}
ul#newPost li a {
	font:700 .7em/24px "Trebuchet MS", Tahoma, sans;
	color:#937b3d;
	display:block;
}
.singlePage ul#newPost {
	width:575px;
	background-image:url(images/news.gif);
}.singlePage ul#newPost li {
	width:560px;
}

.products {
	background:url(../images/bg.jpg) no-repeat left top;
}