body{
	text-align:center;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	line-height:18px;
}
#container{
	width:760px;
	margin:0 auto;
	text-align:left;
}
/*___________________________________________________HEADER____________________________________________________*/
#header{
	height:190px;
	background-image:url(../images/banner.jpg);
}
#header h2{
	font-size:22px;
	float:left;
	padding-left:170px;
}
/*___________________________________________________NAVIGATION____________________________________________________*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#nav{
float:right;
margin-top:100px;
width:100%;
font-size:14px;
line-height:normal;
}
* html #nav{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}
#nav ul{
list-style-type: none;
margin:0;
margin-left: 10px;
margin-right:20px;
padding:0;
}
#nav li{
display:inline;
margin:0;
padding:0;
}
#nav a {
float:right;
background:url(../images/nav_left.gif) no-repeat left top;
margin-left:2px;
padding:0 0 0 10px;
text-decoration:none;
}
#nav a span {
float:right;
display:block;
background:url(../images/nav_right.gif) no-repeat right top;
padding:5px 16px 7px 7px;
font-weight:bold;
color:black;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav:hover span {
color: black;
}
#nav #current a {
background-position:0 -30px;
}
#nav #current a span {
background-position:100% -30px;
color: black;
padding-bottom:25px;
color:white;
}
#nav a:hover {
background-position:0% -30px;

}
#nav a:hover span {
background-position:100% -30px;
color:white;
}
/*___________________________________________________CONTENT____________________________________________________*/
#content_main{
	background-image:url("../images/main.gif");
	background-repeat:repeat-y;
	min-height:200px;
}
#link_right{
	float:right;
	font-weight:bold;
}
#inner{
	width:670px;
	margin-left:30px;
	padding-top:15px;
	padding-left:20px;
	background-image:url("../images/content.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	min-height:220px;
	height:auto !important;
	height:220px;

}
#inner_nav{
	float:right;
	font-size:14px;
}
#inner_nav ul{
	list-style-type: none;
	margin:0;
	margin-left:0;
	margin-right:0;
	padding:0;
}
#inner_nav li{
display:inline;
margin-right:20px;
padding:0;
}
#inner_nav a{
	text-decoration:none;
	color:black;
	font-weight:bold;
}
#inner_nav a:hover,#selected a{
	color:#Ef0101
}
#inner h4{
	font-size:18px;
}
#inner table{
	margin-left:120px;
	width:400px;
}
#inner th{
	text-align:center;
	border-bottom:1px solid black;
}
#inner td{
	padding:4px;
}
#events_t{
	width:670px;
	margin-left:30px;
	padding-top:15px;
	padding-left:20px;
	background-image:url("../images/content.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	min-height:220px;
	text-align:center;
}
#events_t table{
	width:100%;
}
#events_t td{
	border:1px solid black;\
	width:14%;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
}
#events_t h4{
	text-align:center;
	font-size:18px;
}
#events_t th{
	text-align:center;
	width:14%;
	background-color:#000000;
	color:white;
}
#events_t h5{
	font-size:18px;
	text-align:left;
}
#events_t p,ul{
	text-align:left;
}
	
#news{
	float:right;
	width:172px;
	padding-left:10px;
}
#news h2{
	font-weight:bolder;
	font-size:18px;
	padding-top:5px;
	margin-bottom:-20px;
}
#news_top{
	background-image:url("../images/news_top.gif");
	height:23px;
	padding-bottom:7px;
	text-align:center;
}
#news_main{
	background-image:url("../images/news_main.gif");
	background-repeat:repeat-y;
	padding-left:12px;
	padding-top:10px;
	min-height:150px;
}
#news_bottom{
	background-image:url("../images/news_bottom.gif");
	height:30px;
}
.center{
	text-align:center;
	font-size:11px;
	border-bottom:1px dashed black;
}
#inner a {
	color:#EF0101
}
#inner a:hover{
	color:#FFA623
}
.right{
	float:right;
}
#photo {
	width:600px;
	min-height:400px;
	margin:0 auto 20px auto;
}


/*___________________________________________________FOOTER____________________________________________________*/
#footer{
	background-image:url("../images/footer.gif");
	font-size:11px;
	padding-top:41px;
	text-align:center;
	clear:both;
}
#footer a {
	color:#Ef0101
}
#footer a:hover{
	color:#FFA623
}
	
