/**
 * Blue: #4c8fd3
 */

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	color: #555;
	font-family: "Bookman Old Style", Arial, Verdana;
	height: 100%;
/*	background: #fff url(../Images/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
{
	position: relative;
	width: 940px;
	margin: 0 auto;
	background: transparent url(container.png) repeat-y;
	min-height: 430px;
}

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

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

#news
{
	position: absolute;
	margin: 0 auto;
	padding: 10px;
	padding-left: 730px;
	width: 160px;
	top: 130px;
	z-index: 1;
}

#footer
{
	position: relative;
	padding: 30px;
	width: 880px;
	height: 130px;
	top: 130px;
	margin: 0 auto;
	background: url(footer.png) no-repeat center top;

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

#navigation
{
	position: absolute;
	top: 101px;
	z-index: 2;
	width: 900px;
}
	#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: 910px;
	padding-right: 30px;
	padding-top: 50px;
	height: 150px;
	background: url(header.png) no-repeat center top;
	text-align: right;
	color: #fff;
	font-size: 24pt;
	font-weight: bold;
}

