html, body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #222864;
	font: 14px Arial;
}

#main {
	position: absolute;
	min-height: 100%;
	width: 100%;
}

* html #main {
	height: 100%;
}

#header
{
	position: relative;
	width: 100%;
	height: 230px;
	background: #222864 url('../symb/header_background2.png') top left repeat-x;
}

#content
{
	position: relative;
	height: 310px;
	width: 100%;	
}

#footer
{
	width: 100%;
	height: 65px;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #fff;
}

#header_claim
{
	position: absolute;
	top: 0;
	left: 0;
}

#header_ad
{
	position: absolute;
	top: 0;
	right: 0;
}

p
{
	margin: 8px;
}

a
{
	color: #8cf;
	text-decoration: none;
}

img
{
	border-width: 0px;
}

.spacer
{
	width: 50px;
}

.leftlogo
{
	margin-right: 50px;
}
	
#foot_nav {
	background: url('../symb/bg_footnav.png') repeat-x;
	text-align: center;
	padding: 9px 0 20px 0;
}

#foot_nav ul li { 
	display: inline; 
	padding: 0 1em;
	margin: 0;
}

#foot_nav ul { 
	padding: 0;
	margin: 0;
}

#foot_nav ul li a { 
	color: #fff;
}
