html, body{
	margin:0;
	text-align:center;
	background-image: url(green.jpg);

} 
 
#pagewidth{
	width: 800px;
	text-align:left;
	min-width: 600px;
	margin-left:auto;
	margin-right:auto;
	float: none;

  
} 
 
#maincol{
	float: none;
	width: 800px;
	position: relative;
	top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	left: auto;
	height: auto;
	background-image: url(bottomback.jpg);
	background-repeat: no-repeat;
	background-position: 0px 197px;




}
  
#header.content{
}

.text {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}

.text2 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}

.text3 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	margin-right: 20px;
	line-height: normal;

}

