body 
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	background: url("/images/background.gif") #757575 top repeat-x;
	height: 100%;
}

a
{
	color: #527224;
}

a:hover
{
	text-decoration: none;
}

h1
{
	color: #000000;
	margin: 0 0 10px;
	padding-bottom: 8px;
	border-bottom: #000000 1px solid;
	font-family: Lucida Fax, Arial, Helvetica, sans-serif;
	font-family: Verdana, sans-serif;
	font-size: 1.7em;
}

h2
{
	color: #000000;
	margin: 0 0 10px;
	font-size: 1.4em;
}

h3
{
	margin: 0;
}

#content
{
	position: relative;
	display: block;
	margin: 20px auto;
	padding: 0;
	background: #ffffff;
	width: 1000px;
	border: #414141 1px solid;
}

#header
{
	position: relative;
	display: block;
	width: 1000px;
	height: 332px;
}

	#header a
	{
		float: left;
		margin: 77px 20px 0;
		color: #717171;
		font-size: 1.5em;
		text-decoration: none;
		fondt-weight: bold;
	}

	#header a:hover
	{
		color: #000000;
	}

ul#rotator
{
	display: block;
	float: left;
	widsth: 302px;
	heigsht: 302px;
	margin: 0 0 0 0;
	padding: 0;
}

ul#rotator li
{
	position: relative;
	list-style-type: none;
	margin: 0;
}

ul#rotator li img
{
	bordser: 1px solid #ccc;
}

.rot_title
{
	display: block;
	position: absolute;
	z-index: 99;
	bottom: 1px;
	right: 0px;
	background: url('/images/rot_title-bg.gif') no-repeat top left;
	color: #4a4d51;
	font-size: 1.5em;
	padding: 0 4px;
}

.rot_link 
{
	margin: 0 !important;
	float: none !important;
	font-size: .6em !important;
	color: #bf5b20 !important;
}

#navbar
{
	display: block;
	background: url("/images/navbar2-bg.gif") center repeat-x;
	width: 845px;
	height: 30px;
	clear: both;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	text-align: center;
	padding-left: 155px;
}

	#navbar a
	{
		display: block;
		float: left;
		color: #000000;
		font-size: 1.2em;
		line-height: 30px;
		padding: 0 20px;
		font-weight: bold;
		text-decoration: none;
	}

	#navbar a:hover
	{
		color: #616161;
	}

	#navbar a.selected
	{
		color: #ffffff;
		background: url("/images/navbar2-selected_bg.gif") bottom repeat-x;
	}

#main, #events_box, #news_box
{
	display: block
	width: 980px;
	clear: both;
	padding: 10px;
	font-size: 12px;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#events_box, #news_box
{
	clear: none;
	float: left; 
	width: 475px;
	margin-bottom: 4px;
	min-height: 400px;
}

	#events_box a
	{
		text-decoration: none;
		font-weight: bold;
	}

	#events_box a:hover
	{
		text-decoration: underline;
	}

.drop_menu
{
	display: none;
	position: absolute;
	border: #000000 1px solid;
	background: #c7e79a;
	padding: 4px;
	z-index: 10;
}

	.drop_menu a
	{
		display: block;
		float: none;
		color: #000000;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: bold;
		text-decoration: none;
	}

	.drop_menu a:hover
	{
		color: #959595;
		text-decoratiodn: underline;
	}
