body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color:#DDDDDD;
	border-width:0 0px 0px 0px;
	border-style:solid;
} 


.twoColFixLtHdr #header { 
	background-image: url(images/header2.jpg);
	background-repeat: none;
	height:162px;
	margin:0;
	width:780px;
} 



.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 150px; 
	background: white; 
	clear:both;
}


.twoColFixLtHdr #mainContent {
background:white;
float:right;
width:610px;
padding:10px;
} 



.twoColFixLtHdr #footer { 
	margin: 20px 0 0 0;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 




.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}




.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: 0 10px 0 10px;
	width : 150px;
	clear:both;
}



.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;
    
}




h1{
font-size:medium;
margin:  10px 0 10px 0;

padding: 0 0 5px 0;
border-width: 0 0 1px 0;
border-style:solid;
border-color:#DDDDDD;
}


h2{
font-size:small;
margin:  0px;
padding:10px 0px 0px 0px;
}


p {
font-size:x-small;
margin: 0;
padding: 10px 10px 0 10px;
}



.comment{
font-size:x-small;
color: grey;
padding:0;
margin:0;

}



#footer p {

font-size:xx-small;
color:grey;
text-align:center;
}




#events{
margin-left:15px;
}


#events td{
font-size:x-small;
padding: 5px;
border-width:0 0 1px 0;
border-style:solid;
border-color:#DDDDDD;
}



#events th{
font-size:small;
padding: 5px;
border-width:0 0 2px 0;
border-style:solid;
border-color:#DDDDDD;
}




#menu {
width: 140px; /* set width of menu */
background: white;
padding-top:0px;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li{
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: white white silver white;
color:grey;
margin: 0;
padding: 5px 10px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: grey;
background: #fff;
text-decoration: none;
}

#menu a:hover {
color: blue;
background: #fff;
}