body
{
	background-color:#58a0e1;
	font-family:arial, verdana;
	font-size:10pt;
	margin-left:10px;
}

img
{
	border:0;
}

a
{
	color:#882626;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


#main
{
	width:970px;
}


#header
{
	width:970px;
	height:174px;
	min-height:174px;
	float:left;
}

#navi
{
	width:136px;
	height:214px;
	min-height:214px;
	float:left;
}


#headliner
{
	width:834px;
	height:214px;
	background-image:url("../img/bg_innercontent.jpg");
	background-repeat: repeat-y;
	min-height:214px;
	float:left;
}

#content
{
	width:970px;
	background-image:url("../img/bg_content.jpg");
	background-repeat: repeat-y;
	float:left;
}



#content_inner
{
	color:#333333;
	width:720px;
	margin-left:170px;
	margin-top:10px;
	height:auto;
	min-height:200px;
}

#content_inner div.headline
{
	font-family: arial;
	font-size:12px;
	color:#626262;
	font-weight:bold;
	float:left;
	width:240px;
	line-height:30px;
}

#content_inner p.headline
{
	font-family: arial;
	font-size:12px;
	color:#626262;
	font-weight:bold;
	
}

#footer
{
	color:#FFFFFF;
	font-size:2px;
	width:970px;
	float:left;
	padding-left:230px;
	margin-top:-6px;
	font-size:8pt;
}



#footer a
{
	color:#FFFFFF;
}

#footer a:hover
{
	color:#882626;
}

#bottom
{
	width:990px;
	height:34px;
	background-image:url("../img/border-bottom.jpg");
	background-repeat: no-repeat;
	float:left;
}



