*{margin:0;padding:0;}
html{font-size:100%;}
body { font-family:Verdana, sans-serif;text-align:center;font-size: 12px;}

/*- Logo Header --------------------------- */
#header{	margin: 0 auto;height: 75px;width: 780px;}

#header h1 a{background: url(img/logo.jpg) no-repeat;
display:block;
width: 123px;
float: left;
margin: 30px 0 5px 20px;
text-indent:-9999px;}

#header h1 a:hover{border:none;}

#header span{
	float: right;
	margin: 45px 50px 10px 0;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

/*- Banner --------------------------- */
#banner
{
	background: url(img/bannerbg.gif) repeat-y;
	height: 120px;
	margin-top:1px;
	text-align: right;
}

#banner p{
	background: url(img/banner.jpg) no-repeat;
	width: 750px;
	margin:0 auto;
	color: #fff;
	padding: 0 50px 0 0;
	height: 120px;
	font-size: 11px;
}

/*- Menu Tabs --------------------------- */
#menu {			
		font-size: 11px;
		background: url("img/tabbg.gif") repeat-x;
		height: 31px;		
}
#menu ul {
      list-style:none;
		text-transform: uppercase;
		width: 800px;		
		margin: 0 auto;
		padding-left: 200px;
}
#menu li {display:inline;text-align: center;}
#menu a {
      float:left;
      background: url("img/tableft.gif") no-repeat left top;
      padding:0 0 0 2px;
		height: 31px;
      text-decoration:none;
}
#menu a span {
	float:left;
   display:block;
   background: url("img/tabright.gif") no-repeat right top;
   padding:12px 15px 6px 10px;	
   color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {color:#000;}
#menu a:hover {background-position:0% -31px;}
#menu a:hover span {background-position:100% -31px;}
#menu #current a {background-position:0% -31px;}
#menu #current a span {background-position:100% -31px;}

/*- Main Content Area --------------------------- */
#main
{
margin:0 auto;
width:710px;
text-align: left;
background-color: #fff;
padding: 10px 45px 0 45px;
}

#content{
	width: 430px;
	float: left;
	padding-right: 25px;
	color: #333;
	padding-bottom: 10px;
}

#content h1{
	font-size: 22px;
	color: #561148;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

#content h3{
	color: #561148; 
	font-family:Verdana, sans-serif;
	font-size: 13px;
}

#extras{	font-size: 11px;color: #333;}
.extraleft{	width: 195px;padding-right: 20px;float: left;}
.extraright{width: 195px;padding-left: 20px;	float: right;}

/*- Side Bar --------------------------- */
#sidebar{
	width: 230px;
	padding-left: 25px;
	float: right;
	font-size: 10px;
}

#sidebar h2
{
clear:both;
	color: #561148; 
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: #555 1px solid;
}

#sidebar h3{font-size: 12px;}

#event{width: 230px;	clear: both;}
#eventblock{float: right;width: 190px;color: #555;}

.dateblock {
float: left;
text-align: center;
background: url("img/datebg.jpg") no-repeat 2px 0;
width: 35px;
height: 44px;
padding-top: 12px;
color: #fff;
margin-right: 5px;
clear: left;
}
.day {font-size: 11px;font-weight: bold;}
.month {font-size: 11px;}


/*- Footer --------------------------- */
#footer{clear: both; 
font-size:10px; 
margin: 0 auto; 
width: 720px; 
height: 184px;
padding: 10px 30px 0 27px; 
background: url("img/footer.jpg") no-repeat top;
color: #fff;}

.lft{float:left;}
.rgt{float:right; text-transform: uppercase;}
.rgt a{margin-left:1em;}
.note{background: url("img/downarr.gif") no-repeat 0 25px;
	padding: 20px 0 0 10px;
	color: #999;
	font-size:10px;
	border-bottom: #999 1px solid;
}

p{	padding-bottom: 5px;}
img {border: none;}

#sidebar a{color: #555; text-decoration: none;}
#sidebar a:hover{color: #561148;}

#content a{color: #561148; text-decoration:none;}
#content a:hover{color: #000;}

input
{
	border: #333 1px solid;
	width: 228px;
	height: 25px;
	background: #f2f2f2;
}

.button{
	width: 80px;
	background: #f2f2f2;
	border: #333 1px solid;
	color: #561148;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	float: right;
	margin: 5px 0;
}

h2{
	color: #561148;
	font-size: 15px;
	border-bottom: #561148 4px solid;
	padding: 15px 0 5px 0;
	margin-bottom: 5px;
}


dl {display: block; clear: both;text-align: center; }
dt { display: inline; float:left; width:78px; }
dd { clear: right; display: inline; width:50px; padding: 0 10px 0 16px; text-align: center; }

