/* CSS Document */

body{
	background-color:#28458f;
}

#headbox{
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
}

#mainbox{
	width:800px;
	margin:105px auto 80px auto;
	text-align:center;
}
#footerbox{
	width:100%;
	text-align:center;
}
#footerbox #footermenu{
	width:100%;
	background-image:url(../images/menu_back.gif);
	background-repeat:repeat-x;
	margin:10px 0 0 0;
	border-bottom:1px solid #6479ae;
	text-align:center;
}

#footerbox #footermenu ul{
	width:441px;
	margin:0 auto 21px auto;
	text-align:center;
}
#footerbox #footermenu li{
	list-style:none;
	float:left;
}
#footerbox #footermenu li img{
	display:block;
}


#footerbox #footercopy{
	margin:5px 0 0 0;
	font-size:10px;
	line-height:120%;
	color:#FFFFFF;
}


