/* CSS Document */

P { font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	letter-spacing:1px;
	color:#666666;
	}

#wrapper {
		margin:auto;
		width:1000px;
		clear:both;
		}
		
#header {
		width:1000px;
		text-align:center;
		clear:both;
		}
		
			
#content {
		width:1000px;
		text-align:left;
		clear:both;
		}
		
		
#mainnav {
		width:1000px;
		height:50px;
		clear:both;
		text-align:center;
		
		}

#footer {
		width:1000px;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-variant:small-caps;
		font-size:12px;
		color:#666666;
		clear:both;
		height:50px;
		}

	
.mainnav {
		margin-right:10px;
		margin-left:10px;
		
		
		}

.img {	margin:10px;
}	

.img1 { margin-left:290px;
}	

a:link {color:#666666; text-decoration:none}
a:visited {color:#666666; text-decoration:none}
a:hover {color:#000000; text-decoration:underline;}
a:active {color:#666666; text-decoration:none;}
