@charset "utf-8";
/* CSS Document */



#page{margin:0 auto;
	  width:1022px;}
	  
#wrapper{height:1100px; 
		 width:1022px; 
		 background-image:url(../images/wrapper3.png);}
		 
	#logo{height:145px;}
	
	#menu{height:35px;
		  font-family:Verdana, Geneva, sans-serif;
		  font-size:16px;}
		  
		  a.menu{text-decoration:none;
		  		 color:#FFF}
				 
		  a.menu:hover{font-style:oblique}
		  
		  a.menuhover{font-style:oblique;
		  			  text-decoration:none;
					  color:#FFF}
	
	#content{float:left;
			 height:760px;
			 width:670px;
			 margin-left:40px;
			 margin-top:40px;
			 padding-top:15px;
			 }
			 
	#links{float:left;
		   height:820px;
		   width:200px;
		   margin-left:70px;
		   margin-top:40px;}
		   
	#bottom{clear:both;
			width:940px;
			height:25px;
			padding-top:20px;
			margin-left:40px;
			color:#FFF}
			
	a.bottom{color:#FFF}