body  {
	font: .8em Arial, Helvetica, sans-serif;
	background: #dadada;
	margin: 0 auto;
	padding: 0;
	color: #000000;
}
#container { 
	width: 910px;
	background: transparent;
	margin: 0 auto;
	height: 100%;
} 
#header { 
	position: relative;
	width: 910px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
} 
#wrapper {
	width: 910px;
	margin: 0 auto;
	margin-top: 15px;
	height: 100%;
	background: url(images/bg.jpg) repeat-y;
}
#sidebar1 {
	float: left;
	width: 194px; 
	padding: 10px 3px;
	height: 100%;
	position: relative;
	}
#sidebar2 {
	float: right;
	width: 170px;
	padding: 10px 5px;
	height: 100%;
	position: relative;
}
#mainContent { 
	margin: 0 0 0 215px; 
	width: 480px;
	position: relative;
	padding: 10px;
	min-height: 600px;
	_height: 100%;
	z-index: 2;
	text-align: left;
	} 
#footer { 
	width: 910px;
	position: relative;
	margin: 15px 0;
	margin: 0 auto;
	clear: both;
	background: transparent;
} 
blockquote {
	background: #F9F6CD;
	font-style: italic;
	padding: 4px;
	border: 2px dashed #EFE87F;
}
/*-------Menu-------------*/
#menu{
	width:910px;
	height:25px;
	margin: 0 auto;
	background: #FFFFFF;
	z-index:1000;
}

#menu a{ 
	display:block;
	float: left;
	margin: 0 auto;
	background-color:transparent;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	height:25px;
}

#menu a#home{
	width:65px;
	background-position:0px 0px;
}
#menu a#home:hover, #menu a#home.selected{
	background-position:0px -25px;
}

#menu a#about{
	width:116px;
	background-position:-65px 0px;
}
#menu a#about:hover, #menu a#about.selected{
	background-position:-65px -25px;
}

#menu a#events{
	width:81px;
	background-position:-181px 0px;
}
#menu a#events:hover, #menu a#events.selected{
	background-position:-181px -25px;
}

#menu a#news{
	width:70px;
	background-position:-262px 0px;
}
#menu a#news:hover, #menu a#news.selected{
	background-position:-262px -25px;
}

#menu a#contact{
	width:91px;
	background-position:-332px 0px;
}
#menu a#contact:hover, #menu a#contact.selected{
	background-position:-332px -25px;
}
a:link, a:active {
color: #455880;
text-decoration: none;
}
a:visited {
color: #CB3B3B;
text-decoration: none;
}
a:hover{
color: #CB3B3B;
text-decoration: underline;
}
hr {
  border: 0;
  width: 80%;
color: #CB3B3B;
background-color: #CB3B3B;
height: 2px;
}
