body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	text-align: justify;
	color: #00599c;
	background: #ffffff url("images/HI-background.jpg");
	background-repeat: no-repeat;
	background-position:50% 0%;
	background-attachment:scroll;
}

a:link, a:visited {
	color: #00599c;
}

a:hover, a:active {
	text-decoration: none;
	color: #00599c;
}

img {
	border: none;
}

#main {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -550px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	padding-top: 7px;
	margin-left: 35px;
	height: 170px;
}

#menu {
	float: left;
	width: 1070px;
	height: 35px;
}

#menu ul {
	margin: 0 auto;
	padding: 0px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-top: 5px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 21px;
	color: #fff;
}

#menu a:hover { 
	color: #57b7df;
}

#menu .current_page_item a {
	color: #57b7df;
}

#page {
	width: 1000px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 1000px;
	margin: 0 auto;
	margin-left: 35px;
}

#NetweatherContainer {
	display: inline;
}

.top {
	background: url("images/HI-border-top.jpg");
	background-repeat: no-repeat;
	padding: 15px 15px 0px 20px;
	margin: 0 auto;
}

.bottom {
	background: url("images/HI-border-bottom.jpg");
	background-repeat: no-repeat;
	padding: 0px 15px 15px 20px;
	margin: 0 auto;
}

.main {
	background: url("images/HI-border.jpg");
	background-repeat: repeat-y;
	padding: 5px 15px 0px 20px;
	margin: 0 auto;
	font-family: Tahoma;
}

.main h1 {
	display: inline;
	background: #d6eff2;
	font-family: Times New Roman;
	font-size: 26px;
	color: #00599c;
	width: 450px;
}

.main h2 {
	font-size: 20px;
	color: #00599c;
}

.main-big {
	font-size: 125%;
}

.slideshow {
	float: right;
	width: 485px;
	padding: 0px 0px 20px 0px;
}

.left {
	width: 450px;
}

#footer {
	background: url("images/HI-footer.jpg");
	background-repeat: no-repeat;
	padding: 1px 15px 35px 55px;
	margin: 0 auto;
	font-family: Tahoma;
	font-size: 12px;
}

#footer ul li {
	float: left;
	display: block;
	list-style: none;
	padding: 5px 20px;
}


html>body #footer {
	height: auto;
}

#footer p {
	font-size: 12px;
}