/* CSS Document */

body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}
	
#wrapper{
	background-color:#336633;
	width: 797px;
	height: auto;
	margin:0px auto;
	}
	
#content{
	text-align:center;
	}
	
#leftContent{
	text-align:left;
	float:left;
	width: 65%;
	padding: 10px 0px 50px 20px;
	}
	
#rightContent{
	float:right;
	padding-top: 10px;
	margin-right: 10px;
	}

#footer{
	clear:both;
	height:102px;
	}
	
#footLeft{
	height:102px;
	width:217px;
	float:left;
	}
	
#footRight{
	text-align:center;
	padding: 0px 10px 0px 10px;
	height:102px;
	float:right;
	}
	
.smallText{
	font-size:9pt;
	}
	
