/**
 * Blue: #4c8fd3
 */

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	color: #555;
	font-family: "Bookman Old Style", Arial, Verdana;
	height: 100%;
	background: #fff url(body.jpg) repeat-y center center;
}

a
{
	color: #4c8fd3;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color: #555;
	font-size: 24px;
	font-weight: normal;
}

h2
{
	color: #4c8fd3;
	font-size: 18px;
	font-weight: normal;
}

h3
{
	color: #555;
	font-size: 16px;
	font-style: italic;
}

h4
{
	color: #4c8fd3;
	font-size: 14px;
	font-style: italic;
}

p
{
	margin: 10px 0;
}

ul
{
	margin-left: 10px;
}

#container
{
	width: 950px;
	height: 100%;
	margin: 0 auto;
}

#content
{
	position: relative;
	margin: 0;
	padding: 10px;
	width: 905px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	top: 130px;
	left: 0px;

	border-right: 1px dotted #555;
	z-index: 2;
}

#news
{
	display: none;
	position: absolute;
	margin: 0 auto;
	padding: 10px;
	padding-left: 700px;
	width: 230px;
	top: 130px;
}

#footer
{
	position: relative;
	margin: 0;
	padding: 10px;
	width: 930px;
	top: 130px;
	left: 0px;

	border-top: 1px dotted #555;
}
	#footer span
	{
		display: block;
		float: left;
		width: 250px;
		font-size: 12px;
		padding-bottom: 15px;
	}

#navigation
{
	position: absolute;
	top: 100px;
	z-index: 2;
	width: 949px;
}
	#navigation ul
	{
		margin: 0;
		list-style: none;
		float: right;
	}

	#navigation ul ul
	{
		display: none;
	}

	#navigation li
	{
		float: left;
		border-left: 1px solid #fff;
	}

	#navigation a
	{
		display: block;
		margin-right: 10px;
		margin-left: 10px;

		color: #fff;
		text-decoration: none;
		font-size: 16px;
	}

	#navigation a:hover, #navigation a.current
	{
		text-decoration: underline;
	}

#header
{
	position: absolute;
	top: 0px;
	width: 950px;
	height: 135px;
	background: url(header.jpg) no-repeat;
}
