@charset "utf-8";

/* Frontpage template */
body{
	font-family: Arial;
	color: #464646;
}
body{
	background: #0EA8E8 url(../images/bg_top_idx.jpg) no-repeat top center;
}
#main{
	width: 986px;
	#width: 985px;
	margin: 0px auto;
}
#header{
	width: 100%;
}
#header .logo{
	margin: 27px 0px 0px 379px;
}
#navigation{
	width: 986px;
	#width: 985px;
	margin-top: 12px;
	padding: 0px;
	text-align: center;
	overflow:hidden;
}
#navigation ul{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px auto;
}
#navigation a{
	display:block;
	font-size: 0.8125em;
	margin: 0px;
	padding:0px 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover{
	background: #FFFFFF;
	color: #231F20;
}
#navigation li{
	float:left;
	background: url(../images/menu_separator.gif) no-repeat right;
	margin: 0px;
	height: 45px;
}
#navigation li:first-child a{
	background: url(../images/menu_separator.gif) no-repeat left;
}
#navigation li:first-child a:hover{
	background: #FFFFFF;
	color: #231F20;
}
#main_image{
	width: 100%;
	background: url(../images/main_image_bg.jpg) no-repeat;
	margin-top: 9px;
}
#main_image img{
	margin: 9px 0px 9px 33px;
}
#content{
	min-height: 250px;
	background: url(../images/bg.gif) repeat-y;
	padding: 10px 50px;
}
#content div.text{
	line-height: 1.5;
	padding: 10px 0px 10px 20px;
}
#footer{
	width: 100%;
}
#footer .copyright{
	font-size: 0.6875em;
	color: #A6D7F6;
	text-align: center;
	line-height: 1.5;
}
/* EOF Frontpage template */

