body
{
	margin: 0;
	height: 100%;
	background: url(images/background.png) top repeat-x;
	background-color: #7c8a8e;
	font-family: arial;
	font-size: 10pt;
}

#background_accent
{
	position: fixed;
	z-index: -1;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
}

#container
{
	margin: 0 auto;
	width: 930px;
}

#header
{
	width: 930px;
	font-size: 12pt;
}

#navigation
{
	background: #cccccc;
	padding: 10px;
}

#navigation a
{
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	margin: 6px 0px;
	padding: 6px 15px;
}

#navigation a:hover
{
	text-decoration: none;
	background: #3b9ebc;
	color: #ffffff;
	margin: 6px 0px;
	padding: 6px 15px;
}

#slideshow
{
	overflow: hidden;
	background: #0f7492;
	padding: 15px 0;
}

#home_slideshow_left
{
	float: left;
	width: 685px;
	height: 400px;
}

#home_slideshow_right
{
	float: left;
	width: 230px;
	height: 400px;
	background: url(images/home_slideshow_right.png) no-repeat;
	color: #ffffff;
	margin-left: 15px;
}

.big_link a
{
	background: #004255;
	padding: 20px;
	border: #004255 outset 2px;
	border-radius:13px;
	-moz-border-radius:13px;
	color: white;
	font-size: 20px;
}

.big_link a:hover
{
	background: #265968;
}

#content
{
	background: #cccccc;
	padding: 15px;
}

#footer
{
	width: 930px;
	height: 65px;
	line-height: 65px;
	background: url(images/footer.png) top no-repeat;
	font-size: 9pt;
}