body, html {
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	background: #c0c0c0 url(../images/background.png) repeat-y fixed top center;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000;
}
a img {
	text-decoration:none;
	border: 0 none;
}
#wrapper {
	width: 1024px;
	margin: 0px auto;
	position: relative;
}
#logo {
   	width: 256px;
   	height: 256px;
	display: block;
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
}
#logo a {
   	height: 100%;
   	width: 100%;
  	display: block;
   	overflow: hidden;
   	background: url(../images/logo.png) no-repeat;
   	text-indent: -9999px;
}
#header {
	height:200px;
	width:1024px;
	top:0px;
	left:0px;
   	background: #fff url(../images/banner1.png) no-repeat;
}
#headersam {
	height:200px;
	width:1024px;
	top:0px;
	left:0px;
   	background: #fff url(../images/banner2.png) no-repeat;
}
#headermembers {
	height:200px;
	width:1024px;
	top:0px;
	left:0px;
   	background: #fff url(../images/banner3.png) no-repeat;
}
#headerabout {
	height:200px;
	width:1024px;
	top:0px;
	left:0px;
   	background: #fff url(../images/banner4.png) no-repeat;
}
#headercalendar {
	height:200px;
	width:1024px;
	top:0px;
	left:0px;
   	background: #fff url(../images/banner5.png) no-repeat;
}
#headerhanna {
	height:200px;
	width:1024px;
	top:0px;
	left:0px;
   	background: #fff url(../images/banner6.png) no-repeat;
}
#headersullivan {
	height:200px;
	width:1024px;
	top:0px;
	left:0px;
   	background: #fff url(../images/banner7.png) no-repeat;
}
#weather {
	float: right;
	position: absolute;
   	top: 5px;
   	right: 10px;
	height: 80px;
	width: 148px;
}
#toolbar {
	width: 768px;
	position: relative;
	margin-top: 0;
	padding: 0;
	height: 40px;
	background: #000 url(../images/toolbar.png);
	padding-left: 256px;
}
#navi {
	list-style: none;
	margin: 0;
	margin-left: 0px;
	padding: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-weight:bold;
}
#navi li {
	display: inline;
}
#navi li a, #navi li a:visited {
	color: #fff;
	text-transform: uppercase;
	padding: 5px 0;
	padding-left: 7px;
	margin: 0;
	margin-right: 5px;
	line-height: 40px;
	text-decoration: none;
}
#navi li a:hover, #navi li a:active, #navi li.current a, #navi li.current a:visited {
	color: #000;
	background: url(../images/button_left.png) no-repeat 0 50%;
	text-decoration: none;
}
#navi li span {
	padding: 5px 0;
	padding-right: 7px;
	text-decoration: none;
}
#navi li a:hover span, #navi li a:active span, #navi li.current span {
	background: url(../images/button_right.png) no-repeat 100% 50%;
	text-decoration: none;
}
#main {
	float: left;
	width: 1000px;
	padding: 12px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#block {
	background-image: url(../images/block.png);
	border: 2px solid #000;
	margin-bottom: 10px;
}
#sponsors {
	background-image: url(../images/block.png);
	border: 2px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#main p {
	text-align: justify;
	margin-top: 0px;
	padding: 0px 15px 0px 15px;
}
#main p a {
	text-decoration: none;
}
#main tt {
	padding-left: 15px;
}
#main h2 { 
	margin-top: 0px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	font-size: large;
	text-align: center;
}
#main h3 { 
	margin-top: 0px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	font-size: small;
	text-align: left;
}
#events {
	width: 90%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#events td, #events th {
	border: 1px solid #447;
	padding: 3px 7px 2px 7px;
	background-color: #eef;
}
#events td a {
	text-decoration: none;
}
#events th {
	text-transform: uppercase;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #336;
	color: #fff;
}
#events tr.alt td {
	color: #000;
	background-color: #ccd;
}
#events tr.pending td {
	color: #000;
	background-color: #ffe;
}
#events tr.altpending td {
	color: #000;
	background-color: #ddc;
}
#events tr.expired td {
	color: #000;
	background-color: #fee;
}
#events tr.altexpired td {
	color: #000;
	background-color: #dcc;
}
#twitter {
	margin-bottom: 10px;
}
#adbanner {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer {
	clear:both;
	padding:10px 10px;
	margin-top: 0px;
}
#footer p {
	padding-top: 10px;
	height: 25px;
	margin:0px;
	color:#eef;
	background-color: #000;
	font-size:xx-small;
	text-align:center;
}
* html #footer {
	height:1px;
}
#email {
	position: relative;
	top: 4px;
}