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

body  {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background-image: url(art/back.gif);
background-repeat: repeat;
margin: 0; 
padding: 0;
text-align: center; 
color: #000000; }

#container { 
width: 840px; 
background: #FFFFFF;
margin: 0 auto; 
text-align: left; } 

#header { 
background: #990000; 
padding: 0; } 
	
	
h1 {
margin: 0;
padding: 0 0 10px 0; 
color: #990000;
font-size: 16px;}

#nav { 
padding: 0;
text-align: right;
background: #990000; }

#photo{ 
padding: 10px 0 15px 0;
text-align: center; }

#scroller {
padding: 0 180px 10px 200px; 
text-align: center; 
border-bottom:  1px dotted #990000}


#sidebar1 {
float: right; 
width: 200px; 
padding: 25px 30px 15px 30px;
 }

#mainContent { 
margin: 0 270px 0 20px;
padding: 25px 20px 0 20px; } 
	
#infoHolder { 
margin: 10px 10px 0 10px;
padding: 0; } 

#footer { 
padding: 0 10px 0 20px;
background:#DDDDDD; 
font-size: 9px;
color: #000000;
text-align: center; } 
	
#footer p {
margin: 0;
padding: 10px 0; }
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.style2 {font-size: 16px}
.style3 {font-size: 12px}

.events {
font-size: 13px;
color: #000000; }

.text1 {
font-size: 14px;
line-height: 20px;
color: #990000; }
	
h3 {
font-size: 15px;
line-height: 20px;
color: #990000; }

a:link {color: #990000;}
a:visited {color: #333333;}
a:hover {color: #FF0000;}


.tabletext {
	font-size: 11px;
	line-height: 10px;
	color: #333333; }
