/* FS 521 */

html {
overflow: -moz-scrollbars-vertical;
}

body {
text-align: center;
padding: 0px;
background: #517104 url(images/gradient.jpg) top right no-repeat;
}

#city {
position: absolute;
top: 100px;
right: 0px;
}

#container {
margin: 0px auto 0px auto;
padding: 0px;
text-align: left;
background-color: #23609E;
width: 860px;
}

.center {
text-align: center;
}

#header {
width: 760px;
height: 60px;
background-color: #000000;
}

#nav {
font-family: verdana, arial, helvetica;
font-size: 12px;
font-weight: 600;
float: left;
width: 140px;
background: #23609E url(images/white-corner.gif) top right no-repeat;
}

#nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {	 
	 margin: 5px 0px 5px 5px;
	 padding: 0px 0px 0px 3px;
	 text-align: left;
	 
}

#nav li a {	
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#nav li a:hover {
	
	text-decoration: none;
	color: #014E48;
	background-color: #ffffff;			
}

#content {
font-family: arial, verdana, helvetica;
font-size: 16px;
font-weight: 300;
margin-left: 140px;
padding: 15px 15px 25px 15px;
background: #ffffff url(images/earth.jpg) top center no-repeat;
}

table {
font-size: 1em;
}

a {
color: #267109;
font-weight: 700;
text-decoration: underline;
}

a img {
border: none;
}

a:hover {
color: #055D94;
font-weight: 700;
text-decoration: none;
}

#content td {
border: 0px solid #000000;
padding: 3px;
}

h1 {
font-size: 16px;
font-weight: 700;
margin: 0px;
padding: 0px;
}

h2 {
font-size: 12px;
font-weight: 700px;
margin: 0px;
padding: 0px;
}

#footer {
padding: 2px 0px 2px 0px;
text-align: center;
font-family: verdana, arial, helvetica;
clear: both;
width: 860px;
font-size: 9px;
background-color: #000000;
color: #ffffff;
}

#footer a {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}


