@charset "utf-8";
/* CSS Document */

.float_l {
	float: left;
	display: inline;
}

.float_r {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

html, body {
	background: #fff url(../images/bg.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin-top: 0;
	padding-top: 0;
	background-color: #fff;
	border: none;
	position: relative;
}

#nav {
  margin: 0 0 0 12px;
  padding: 0 0 0 0;
	width: 926px;
	height: 30px;
	background: url(../images/nav_bck.jpg) left center no-repeat #002c8b;
}


#header {
	width: 938px;
	height: 71px;
	padding: 12px 0px 0 12px;
}

#footer {
	height: 26px;
	width: 100%;
	color: #000;
	background: url(../images/bg_footer.jpg) 0 0 repeat-x;
	padding: 0.4em 0;
}
#footer a {
	color: #30538b;
}

#footer a:hover {
	color: #769ad3;
}