
.clear {
	clear:both;
}

body {
	background-color:#a1abb4;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align:center;
	margin:0 auto;
}

#main_wrapper {
	width:100%;
	background:#014898 url(../images/index_bg.jpg) top left repeat-x;
}

#top {
	margin:auto;
	width: 980px;
	height:122px;
	text-align:left;
}

#content {
	margin:auto;
	width: 980px;
	height:450px;
	text-align:left;
}


/*
---------------------------------------- footer ------------------------------------------*/

#bottom_wrapper {
	width:100%;
	background-color:#014898;
}

#footer {
	width:100%;
	height:160px;
	background: url(../images/footer_tile.jpg) left top repeat-x;
	padding-top:25px;
}

#footer ul {
	text-align:center;
}

#footer ul li {
	display:inline;
	color:#06C;
}

#footer ul li a {
	color:#06C;
	text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:underline;
}

