/* CSS Document */

#header
{
	position:relative;
	top:0px;
	right:0px;
	left:0px;
	height:98px;
	padding:0px;
	width:1000px;
	background-color:#ffffff;
}
#head_left
{
	position:absolute;
	left:0px;
	padding:0px;
	top:0px;
	background-color:#ffffff;
	background-repeat:no-repeat;	
	height:95px;
	width:177px;
}
#head_main
{
	position:absolute;
	left:177px;
	top:0px;
	width:823px;
	background-color:#ffffff;
	background-repeat:repeat;
	height:95px;
}
.content
{
	background-color:#ffffff;
	background-repeat:repeat;
	vertical-align:top;
	padding:5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}

#footer
{
	position:relative;
	bottom:0px;
	left:0px;
	background-color:#ffffff;
	background-repeat:repeat;
	font-size:10px;
	width:1000px;
	color:black;
}
