html {
	height: 100%;
}
body {
	height: 100%;
	margin:0px;
	font-size: 14px;
	font: 12.5px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background: #019ac2 url('../images/bg.png') 0 0 repeat-x;
	color: #00477b;
}
.wrapper {
	background: url('../images/footer2.png') 50% 100% no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
#header {
	text-align: center;
}
#nav {
	margin: 0px;
	margin-left: -33px;
}
#nav a {
	display: block;
	clear: both;
	float: left;
	width: auto;
	padding: 5px 15px;
	padding-left: 33px;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #00477b;
}
#nav a.active { color: #fff; background: #015897; }
#nav a:hover { color: #fff; background: #00477b; }

#content {
	width: 941px;
	margin: 0px auto;
}
#content-top {
	height: 108px;
	padding: 1px 55px;
	padding-top: 114px;
	background: url('../images/body_top.png') no-repeat;
	overflow: hidden;
}
#content-foot {
	height: 42px;
	padding: 1px;
	background: url('../images/body_footer.png') no-repeat;
	overflow: hidden;
	margin-bottom: 100px;
}
#content-body {
	padding: 1px 55px;
	background: url('../images/body_body.png') repeat-y;
	line-height: 1.35em;
}
a { 	color: #00477b; text-decoration: underline;}
a:hover { color: #00477b; text-decoration: underline; }