body
{
	margin: 0;
	padding: 0 0 30px 0;
	background: #39F;
	color: #000;
	font-size: 85%;
	font-family: arial;
}

a
{
	color: #39F;
	text-decoration: none;
}

a:hover
{
	color: #333;
	text-decoration: none;
}

img
{
	border: 0;
}

#headercont
{
	width: 100%;
	height: 140px;
	background: #2E2E2E url('../images/background-headercont.png') repeat-x;
}

#header
{
	margin: 0 auto;
	width: 850px;
	height: 100px;
}

#headerlogo
{
	float: left;
	width: 350px;
	height: 140px;
	background: #2E2E2E url('../images/background-headerlogo.png') repeat-x;
}

#headerright
{
	float: left;
	width: 500px;
	height: 100px;
}

#graphiccont
{
	width: 100%;
	height: 146px;
}

#graphic
{
	margin: 0 auto;
	width: 840px;
	height: 146px;
	padding: 0 0 0 10px;
	background: #FFF url('../images/background-graphic.png');
}

#graphicimage
{
	float: left;
	width: 515px;
	height: 130px;
	margin: 9px 0 0 0;
}

#menucont
{
	width: 100%;
	height: 59px;
}

#menu
{
	margin: 0 auto;
	width: 850px;
	height: 59px;
	background: #FFF url('../images/background-menu.png');
}

#menu ul
{
	margin: 0;
	padding: 7px 0 0 10px;
	list-style-type: none;
	font-size: 90%;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 15px 18px;
	text-decoration: none;
	color: #333;
	background: #transparent;
	border-right: 1px solid #CCC;
}

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

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

#maincont
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 840px;
	padding: 0 0 0 10px;
	line-height: 160%;
	font-size: 90%;
	background: #FFF url('../images/background-main.png') repeat-y;
}

#mainfull
{
	margin: 0 auto;
	width: 840px;
	padding: 0 0 0 10px;
	line-height: 160%;
	font-size: 90%;
	background: #FFF url('../images/background-main-full.png') repeat-y;
}

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

#maintop
{
	margin: 0 auto;
	width: 850px;
	height: 15px;
	background: #FFF url('../images/background-maintop.png');
}

#maintopfull
{
	margin: 0 auto;
	width: 850px;
	height: 15px;
	background: #FFF url('../images/background-maintop-full.png');
}

#mainleft
{
	float: left;
	width: 470px;
	padding: 5px 15px 0 15px;
}

#mainleftfull
{
	float: left;
	width: 800px;
	padding: 5px 15px 0 15px;
}

#mainleftfull img
{
	border: 0;
}

#mainleftfull table
{
	width: 800px;
}

#mainleftfull table td
{
	width: 180px;
	height: 210px;
	padding: 10px;
	background: #DDD;
	vertical-align: top;
}

#mainleft h1, #mainleftfull h1, #mainright h2
{
	margin: 0 0 7px 0;
	padding: 0 0 8px 0;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 1px solid #B7DBFF;
}

#mainleft span
{
	color: #C00;
}

#mainright
{
	float: left;
	width: 275px;
	padding: 5px 10px 0 20px;
	margin: 0 0 0 15px;
}

#mainright img
{
	margin: 0 0 15px 0;
}

.bottom
{
	clear: both;
}

#mainbottom
{
	margin: 0 auto;
	width: 850px;
	height: 20px;
	background: #FFF url('../images/background-mainbottom.png');
}

#mainbottomfull
{
	margin: 0 auto;
	width: 850px;
	height: 20px;
	background: #FFF url('../images/background-mainbottom-full.png');
}

#footercont
{
	width: 100%;
	height: 59px;
}

#footer
{
	margin: 0 auto;
	width: 850px;
	height: 59px;
	background: #FFF url('../images/background-menu.png');
	font-size: 80%;
	color: #444;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a, a:hover
{
	color: #444;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 350px;
	height: 37px;
	padding: 22px 0 0 25px;
}

#footercentre
{
	float: left;
	width: 100px;
	height: 37px;
	text-align: center;
	padding: 22px 0 0 0;
}

#footerright
{
	float: left;
	width: 350px;
	height: 37px;
	padding: 22px 25px 0 0;
	text-align: right;
}