* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
}

h2 {
}

h3 {
}

h4 {
margin-left: 25px;
font-size: 1em;
font-weight: bold;
}

p, blockquote, ul, ol {
}

p {
}


ul {
	
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: rgb(67,138,80);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

.fright
{
	float: right;
}

.fleft
{

	float: left;
}

.required
{
	color: #FF0000;
}

.coupon
{
	border: 3px dashed rgb(67,138,80);
}


/* Page */

#page {
	width: 820px;
	height: 100%;
	margin: 0 auto;
	background: #FFFFFF url(../images/bg_shadow.gif) repeat-y 0 0;
}

/* Page > Header */

#header 
{
	width: 820px;
	height: 170px;
	margin: 0 auto;
	background: #FFFFFF url(../images/banner.jpg) no-repeat;
}

#header img
{
	border: 0;
}	

/* Page > Left */

#left 
{
	width: 200px;
	float: left;
	margin-left: 10px;

}

/* Page > Right > Menu */

#menu 
{
	width: 200px;
	background: rgb(0,140,70) url(../images/menu.gif) no-repeat bottom left;
}

#menu ul {
	list-style: none;
}

#menu li {
	height: 45px;
	
}

.link{
	border-bottom: 1px solid #FFFFFF;	
}

#menu a 
{

	display: block;
	height: 15px;
	padding: 10px 0 10px 30px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #FFFFFF;		
}

#menu a:hover
{
	background: url(../images/menu_arrow.gif) no-repeat left;
}

/* Page > Right > Sidebar */

#sidebar {
	width: 170px;	
	margin: -30px 0 0 30px;
	background: #FFFFFF;
	color: #000000;
}

#sidebar p{
	color: rgb(0,140,70);
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 5px 10px 10px;
}

#sidebar a{
	text-decoration: none;
	color: rgb(0,140,70);	
}
/* Page > Content */

#content {
	width: 580px;
	margin: 0 0 0 215px;
	color: #000000;	
}

.post{
	width: 540px;
}

.post h1{
	color: rgb(0,140,70);
	font-size: 1.2em;
	margin: 10px 0 10px 10px;
}

.post h2{
	color: rgb(0,140,70);
	font-size: 1.0em;
	margin: 10px 0 10px 20px;
}

.post p{
	color: #000000;
	font-size: .9em;
	margin: 10px 20px 0px 20px;
}

.post ul{
	color: #000000;
	font-size: .9em;
	margin: 10px 20px 0px 50px;
}

.post img{
	margin: 10px;
}

/* Footer */

#footer {
	background: rgb(0,140,70);
	width: 800px;
	height: 60px;
	margin: 0 10px;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

#footer img {
	border: 0;
}

/* Footer > Legal */

#legal {
	padding: 10px;
}

/* Footer > Hosting */

#hosting img{
	float: right;
	padding: 10px 20px 0 0;
}