body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: "arial", "verdana", "tahoma", "times new roman";
	font-size: 90%;
	color: #444;
}

#headercont
{
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background: #333 url('../images/background-headercont.png') repeat-x;
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 150px;
}

#header h1
{
	text-align: right;
	margin: 0;
	padding: 52px 0 0 0;
	font-size: 250%;
	color: #C8C639;
	letter-spacing: -2px;
	font-weight: normal;
}

#header h1 span
{
	color: #FFF;
	font-weight: bold;
}

#header img
{
	margin: 5px 0 0 15px;
}

#menucont
{
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: #9C0 url('../images/background-menucont.png') repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 800px;
	height: 40px;
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	font-size: 85%;
	float: left;
	padding: 12px 10px;
	text-decoration: none;
	color: #FFF;
	background: #transparent;
}

#menu ul li.active a
{
	background: #333 url('../images/background-menucont-active.png') repeat-x;
}

#menu ul li.last a
{
	background: #333 url('../images/background-menucont-active.png') repeat-x;
	color: #444;
}

#menu ul li a:hover
{
	background: #333 url('../images/background-menucont-hover.png') repeat-x;
}

#menu ul li.last a:hover
{
	background: #333 url('../images/background-menucont-hover.png') repeat-x;
	color: white;
}

#maincont
{
	margin: 0 auto;
	width: 100%;
	background: #FFF url('../images/background-maincont.png') repeat-x;
	line-height: 150%;
}

#main
{
	margin: 0 auto;
	width: 800px;
	padding: 40px 0 15px 0;
}

#main p img 
{
	margin: 0 0 5px 5px;
	padding: 3px;
}

#main h1, h2
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 200%;
	color: #970F0F;
	letter-spacing: -2px;
	font-weight: normal;
}

#main h3
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 150%;
	color: #970F0F;
	letter-spacing: -1px;
	font-weight: normal;
}



#main h4
{
	margin: 0 10px 15px 0;
	padding: 0;
	font-size: 120%;
	color: #444;
	font-weight: normal;
	border-bottom: 1px dashed #444;
}

#main h5
{
	font-size: 130%;
	margin: 20px 0 20px 0;
	padding: 0;
}

#main h5 a.apply_button
{
	padding: 7px;
	color: white;
	letter-spacing: -1px;
	font-weight: normal;
	text-decoration: none;
	border: none;
	border-style: outset;
	border-left-color: white;
	border-top-color: white;
	border-right-color: gray;
	border-bottom-color: gray;
	border-width: 1px;
	background-color: rgb(9,38,67);
}

#main h5 a.apply_button:hover
{
	font-weight: normal;
	text-decoration: none;
	background-color: rgb(84,117,145);
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#main img
{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #AAA;
}

#main a
{
	color: #970F0F;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #970F0F;
}

#main a:hover
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

#footercont
{
	margin: 0 auto;
	width: 100%;
	line-height: 150%;
	font-size: 85%;
	font-weight: bold;
}

#footer
{
	margin: 0 auto;
	width: 800px;
	border-top: 1px solid #CCC;
	padding: 0 15px;
	color: #999;
}

#footer p
{
	font-size: 85%;
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #333333;
	text-decoration: none;
	border: none;
}

#footer a:hover
{
	color: #999;
	text-decoration: none;
	border-bottom: none;
}

#footerleft
{
	width: 790px;
	padding: 15px 0;
}

#footerleft a img
{
	text-decoration: none;
	border: none;
}	

#footerright
{
	float: left;
	width: 550px;
	padding: 15px 0;
	text-align: right;
}