html
{
	background-image:url(images/back.jpg);
    background-color:#388235;
        background-repeat:repeat-x;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:900px;
	margin:0 auto;
    
}

#main
{
	width:520px;
	height:100%;
	float:left;
	margin-left:100px;
	background-image:url(images/back.png);

	border:#FFFFFF solid 1px;
	padding:25px;
	position:relative;
	top:-100px;
	overflow:auto;
	
}

#header
{
	width:800px;
	height:200px;
	margin:0 auto;
	background-image:url(images/header.jpg);
}

h1
{
	color:#666666;
	display:inline;
	font-weight:normal;
	font-size:28px;
}

h2
{
	position:relative;
	top:+6px;
	font-weight:normal;
	font-size:18px;
	color:#3c8436;
	border-bottom:#333333 dashed 1px;
	margin-left:10px;
}

p
{
	line-height:22px;
	margin-left:10px;
}

#menu
{
	float:right;
	
	height:36px;
	margin:0px;
	padding-right:8px;
	margin-top:30px;
	border:#2f631c solid 1px;
	background-image:url(images/menu.jpg);
	background-repeat:repeat-x;
	background-color:#99CC33;
	font-size:16px;
}

#menu ul
{
color:#2f631c;
margin:0px;
margin-top:9px;
padding-left:0px;
}

#menu ul li
{
display:inline;
margin-left:8px;
}

#menu a
{
color:#FFFFFF;
font-weight:normal;
font-style:normal;
text-decoration:none;
padding:0px;
margin:0px;
display:inline;
}

a
{
color:#3c8436;
}

#main ul
{
line-height:16px;
padding-top:4px;
color:#333333;
}

#subMenu
{
position:relative;
top:-204px;
float:right;
margin:0px;
padding:0px;
margin-top:100px;
margin-right:44px;
width:160px;
}

#subMenu ul
{
padding:0px;
margin:0px;
list-style:none;
display:block;
}

#subMenu ul li
{
margin:5px;
padding:5px;
background-image:url(images/menu.jpg);
border:#2f631c solid 1px;
}


#subMenu a
{
color:#FFFFFF;
font-weight:normal;
font-style:normal;
text-decoration:none;
padding:0px; 
margin:0px;
}

#images
{
width:520px;
float:right; 
}

#image
{
margin-top:10px;
float:right;
width:260px;
}

#image img
{
padding-right:10px;
float:left;
}

#image div
{
float:right;
width:150px;
height:30px;
font-size:10px;
color:#333333;
}

#image h3
{
color:#000000;
}

#image .even
{
float:left;
}

.pwimages {
border:0px;
padding:12px;
 }

 .standard2 {
 display:inline-block;
 width:170px;
 }