body {
background: url(../images/box.png);
margin:0;
}

h1 {
	/*color:#2e5327;*/
	color: #adc0a4;
	font-family:futura, arial, sans-serif;
	font-size:40px;
	font-weight:normal;
}

h2 {
	font-size:20px;
	font-family:futura, helvetica, sans-serif;
	font-weight:normal;
	color:#2e5327;
}

h3 {
	font-size: 18px;
	font-family: futura, helvetica, sans-serif;
	font-weight: normal;
	color: #2e5327;
	margin-bottom: 1px;
}

p, a, li {
	font-size:13px;
	font-family:helvetica, sans-serif;
}

ul, li {
	margin-bottom:6px;
}

a:link, a:visited {
	color:#47743e;
	text-decoration:none;
}

a:hover {
	text-decoration: line-through;
}

.row a {
	font-size:15px;
	color:#2e5327;
}

/*menu divs, leaf and row*/

.other {
	background: url(../images/trans.gif);
	height:150px;
	width:580px;
	font-family: helvetica, sans-serif;
	font-size: 13px;
}

.row {
	text-align:right;
	width:380px;
	padding-right: 10px;
	background:url(../images/pixel.png);
}

* html .row {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/pixel.png',sizingMethod='scale');
	background:none;
	margin:0;
		width:180px;
}


/*back to normal*/

table.main {
	background: url(../images/lettuce.jpg) no-repeat;
	height:680px;
	width:950px;
}

.top {
	height:90px;
	text-align:top;
}

.middle {
	width:440px;
	height:286px;
	padding-top: 40px;
	vertical-align:top;
} 

* html .middle {
		width:320px;
}

.bottom {
vertical-align:top;
}

.text {
	vertical-align: top;
	padding: 30px 30px 10px 50px;
	background: url(../images/pixel.png);
}

* html .text {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/pixel.png',sizingMethod='scale');
	background:none;
	/*scrollbar-arrow-color: #2e5327;
	scrollbar-shadow-color: #adc0a4;
	scrollbar-3dlight-color: #adc0a4;
	scrollbar-darkshadow-color: #adc0a4;
	scrollbar-face-color: #adc0a4;
	scrollbar-highlight-color: #adc0a4;
	scrollbar-track-color: #2e5327;*/
}

.footer {
/*color: #2e5327;*/
color: black;
font-size:15px;
	font-family:futura,helvetica,sans-serif;
	text-transform:uppercase;
	vertical-align: bottom;
}

.footer a, .footer a:hover {
	font-size:15px;
	text-align:left;
	color: black;
}

.extra1 {
	width:210px;
}

.linkbox {
	margin-bottom: 1px;
	color: #2e5327;
	font-family:futura, arial, sans-serif;
	font-size:20px;	
	text-align: right;
}