/*
 * RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html { 
min-height: 100%; margin-bottom: 1px; 
}
p {
	padding:6px 0;
}
body {
	background:url(../_images/background.jpg) top center no-repeat #e0dbb7;
	color:#333;
	font:normal 81.3% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 auto;
	width:902px;
}
h1 {
	color:#6e298a;
	font:normal 138.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-.02em;
	padding:6px 0;
}
h2, h3, h4, h5, h6 {
	color:#6e298a;
	font:normal  	123.1% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:6px 0;
}
.hrule {
border-top:1px solid #CCC;
clear:both;
display:block;
margin:10px auto;
}
#header {
	height:114px;
}
#header img {
	float:left;
}

#menu {
background:url(/_images/menu.gif) top center no-repeat;
clear:right;
margin:0 auto;
padding:12px 20px;
width:860px;
}
		#menu ul {
float:left;
		text-decoration: none;
		list-style:none;
		margin:0;
		padding:0;
		}

.search {
	background:#6e298a;
	margin:20px 0 0 0;
	padding:25px;
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#frame {
	background:url(../_images/back.png) ;
	clear:both;
	padding:5px;	
border:1px solid #8F824F;
	-webkit-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomright: 8px;
	-moz-border-radius-bottomright: 8px;
}
#content {
	float:left;
	padding:20px;
	width:600px;

}
#content ul {
margin-left:35px;
}
#sidemenu {
	background:url(/_images/sidemenu.jpg) top center no-repeat  #d6d2b8;
	border-left:1 px solid #8F824F;
	float:right;
	padding:20px 5px;
	width:228px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
min-height:400px;
}
#sidemenu ul {
}
#sidemenu li {
	list-style:none;
}
#sidemenu li a:link, #sidemenu li a:visited {
	color:#000;
	display:block;
	padding:5px 10px;;
	text-decoration:none;
}
#sidemenu li a:hover {
	background:#6e298a;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.board img {
border:4px solid #EAEAEA;
float:left;
}
.board a img, .board img a {
float:left;
}
.board p {
float:left;
padding:5px 5px 5px 15px;
}
	/* BANNER */
	#banner {  
		/*width: 920px; */
		margin: 0;
		position: relative;
	}
	#banner #pager {
		position: absolute;
		top: 256px;
		left: 780px;
		z-index: 999;
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 10px 2px 11px;
	}	
	#banner #pager a {
		font-size: 12px;
		background-color: #fff;
		padding: 3px 6px;
		margin-left: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		text-decoration: none;
		margin-right: 5px;
	}	
	#banner #pager a:hover, #banner #pager a.activeSlide {
		color: #fff;
		background-color: #5c2a83;
	}	
	#rotate {
		height: 300px;  
		width: 890px;  
		padding: 0 0 20px;  
		margin: 0;
	}  
	#rotate img { 
		top: 0; 
		left: 0 
	}
#footer {
	clear:both;	
	color: #333;
	font:normal 84.6% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px;
}
.podl {
	float:left;
	padding:15px;
	width:385px;
}
.podr {
	float:left;
	padding:15px;
	width:205px;
}
.mid {
	float:left;
	padding:15px;
	width:185px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.events {
}
.events td {
	border-bottom:1px solid #CCC;
	padding:6px;
}
.month {
	background:#6e298a;
	color:#FFF;
}
.cat_textbox {
	padding:3px;
	width:320px;
}
.cat_listbox {
	padding:3px;
	width:320px;
	height:120px;
}

.gallery img {
padding:2px;
}

/*tom edited below here*/
.fx_events{
width:600px;
}
.odd {
	background-color:#CCC;
}