html
{
	overflow-y: scroll;
	overflow-x: hidden;
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	-moz-height: 100%;
	min-height: 100%;
	background-color: #EAEAEA;
}

a
{
	color: #3685B9;
}

#maincontent
{
	width: 900px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	margin-left: -450px;
	background-color: #FFFFFF;
}

#maincontent #header
{
	display: block;
	left: 0px;
	width: 900px;
	height: 40px;
	background-image: url('../files/headerbackground.jpg');
	background-repeat: repeat;
	z-index: 1;
}

#maincontent #header #navig
{
	width: 800px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 0px;
	text-align: right;
}

#maincontent #header #navig a:link,
#maincontent #header #navig a:visited
{
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	width: 120px;
	height: 28px;
	margin: 0px;
	padding-top: 12px;
	text-align: center;
	margin-right:-5px;
	background-image: url('../files/headerbackgroundlink.jpg');
}

#maincontent #header #navig a:hover
{
	background-image: url('../files/headerbackgroundlink-hover.jpg');
}

#maincontent #header #navig a.current:link,
#maincontent #header #navig a.current:visited
{
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	width: 120px;
	height: 28px;
	margin: 0px;
	padding-top: 12px;
	text-align: center;
	margin-right:-5px;
	background-image: url('../files/headerbackgroundlink-hover.jpg');
}

#maincontent #content
{
	display: block;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}

#maincontent #footer
{
	display: block;
	left: 0px;
	width: 900px;
	height: 20px;
	background-image: url('../files/footerbackground.jpg');
	background-repeat: repeat;
	text-align: right;
}

#maincontent #footer a:link,
#maincontent #footer a:visited
{
	font-family: arial,helvetica,verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	width: 120px;
	margin-left: 15px;
	margin-right: 15px;
}

#maincontent #footer a:hover
{
	text-decoration: underline;
}
