html { height:100%; }
body {
	margin:0;
	background:#036566 url(../images/bg_home_02.jpg) repeat-x;
	font:12px arial, times, serif;
	color:#fff;
	min-width:1000px;
	height:100%;
}
img { border:0; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
.body-wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
#wrapper {
	width:999px;
	padding:0 0 0;
	position:relative;
	margin:0 auto;
	overflow: hidden;
}
#footer {
	width:690px;
	overflow:hidden;
	margin:10px 0 0 115px;
	padding:0 0 0 0;
	min-height:320px;
	font-size:10px;
}
* html #footer {
	height:72px;
	overflow:visible;
}
.footer-nav {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.footer-nav li {
	display:inline;
	padding:0x;
}
.footer-nav li a {
	color:#4baaac;
}
.footer-nav li a:hover {
	text-decoration:underline;
}
#footer p {
	margin:0;
	color:#4baaac;
	text-align:center;
}
#footer p a {
	color:#4baaac;
}
