body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 650px;
	margin: 0px;
	background-color: white;
	background-image: url("../images/bgr1.jpg");
	background-repeat: repeat-y;
}

#header { 
	width: 640px;
 }
 
 #navigation { 
 	float: left;
	width:156px;
	color: white;
	font-size: 22px;
  }
  
  .button { 
  	background-image: url("../images/button.gif");
	background-repeat: no-repeat;
	text-align: right;
	padding: 3px 2px 3px 0;
   }
   
   .button a:link, .button a:visited, .button a:active {
   		text-decoration: none;
		color: white;
     }
 
 .button a:hover { 
 	text-decoration: none;
	color: #63FF9C;
  }

 #content { 
 	width: 485px;
	float: left;
	margin-left: 4px;
	padding-bottom: 5px;
  }
  
  #content a { 
  	color: black;
	text-decoration: underline;
   }
  #content h4 {
	color: maroon;
}
   
  .image_caption { 
  	font-size: 11px;
   }
   
   img#splash {
	border: 1px solid maroon;
   }
  
  .smaller { 
  	font-size: 80%;
   }
   
   .left { 
   	text-align: left;
    }
	
	.right { 
		text-align: right;
	 }
	 
	 .center { 
	 	text-align: center;
	  }
	  
	  .flt_l { 
	  	float: left;
	   }
	   
	   .flt_r { 
	   	float: right;
	    }
		
		.img { 
			border: 0px;
			padding: 2px;
		 }
	
.events p { 
	margin-left: 20px;
 }
 
 #content .events h4 { 
 	color: #6F6F6F;
  }
  
  .stats_counter {
	text-align:right;
	margin-top: 40px;
	font-size: 10px;
	color:#702D07;
  }