body 
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #393939;
	background: #000000 url("/images/background.jpg") top left no-repeat;
	height: 100%;
}

a
{
	color: #d2151f;
}

a:hover
{
	text-decoration: none;
}

h1
{
	color: #d2151f;
	font-size: 1.7em;
	margin: 0 0 5px;
	padding-bottom: 2px;
	border-bottom: #d2151f 1px solid;
}

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

#content
{
	display: block;
	width: 1000px;
}

#header
{
	display: block;
	width: 1000px;
	height: 113px;
}

#navbar
{
	display: block;
	position: relative;
	width: 1000px;
	height: 26px;
	border-bottom: #000000 1px solid;
	background: url("/images/navbar-bg.gif");
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
}

	#navbar a
	{
		display: block;
		float: left;
		height: 26px;
		padding: 0 7px;
		color: #000000;
		text-decoration: none;
	}

	#navbar a.selected
	{
		color: #FFFFFF;
		background: url("/images/navbar-bg-sel.gif");
	}

	.drop_menu .seperator
	{
		display: block;
		background: #616161;
		height: 1px;
		width: 100%;
		margin: 2px 0;
	}

#main
{
	display: block;
	background: #FFFFFF;
	padding: 20px;
	height: 100%;
}

#footer
{
	display: block;
	width: 990px;
	padding: 5px;
	background: #a1a1a1;
}

#contact_box
{
	display: block;
	float: right;
	background: #ffc61e url("/images/contact-bg.gif") bottom repeat-x;
	padding: 5px;
	margin: 5px;
	border: #bfbfbf 1px solid;
	max-width: 300px;
}

	#contact_box h2
	{
		text-align: center;
	}

	#contact_box a
	{
		color: #000000;
	}

	#contact_box .title
	{
		float: left;
		display: block;
		font-weight: bold;
		width: 25px;
		clear: both;
	}

	#contact_box .data
	{
		float: left;
		display: block;
		min-width: 200px;
	}

ul#rotator
{
	display: block;
	float: right;
	width: 302px;
	height: 302px;
	margin: 0 0 0 10px;
	padding: 0;
}

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

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

.entry
{
	display: block;
	border-bottom: #d1d1d1 1px solid; 
	padding-bottom: 10px; 
	margin-bottom: 10px; 
	_height:1%; 
	overflow:auto;
}

.ulindent ul
{
	margin: 0 0 0 220px;
	padding: 0 0 0 20px;
}

	.ulindent ul ul
	{
		margin: auto;
		padding: auto;
	}

.flimage
{
	float: left;
	border: #000000 1px solid;
	margin: 0 5px 5px 0;
}

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

	.drop_menu a
	{
		display: block;
		float: none;
		color: #ffc61e;
		font-weight: bold;
		text-decoration: none;
	}

	.drop_menu a:hover
	{
		text-decoration: underline;
	}
