* {
 padding:0;
 margin:0;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
	background:#FFFFFF;
	text-align: center;
	}
#content {
	width: 400px; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 760px;
	}
.info {
	width:760px;
	float:right;
	text-align:justify;
	margin-top:.5em;
}
.info p{
	font-size: .8em;
	padding:0 1em 1em 1em;
	}
.info p a{
	text-decoration:none;
	color:#76B900;
	font-weight:900;
	font-size:1.2em;
	text-transform:uppercase;
	}
.info p a:hover{
	text-decoration:underline;
	font-weight:600;
	}
.info h1{
	font-size:1.25em;
	color: #76B900;
	padding: .25em;
	}
.info h1 a{
	text-decoration:none;
	font-size:.9em;
	padding: .25em;
	color:#76B900;
	font-weight:900;
	text-transform:uppercase;}
.info h1 a:hover{
	text-decoration:underline;
	font-weight:600;
	}
.info h2{
	font-size:.9em;
	color: #999;
	padding: .25em;
}
.info h2 a{
	text-decoration:none;
	font-size:.9em;
	padding: .25em;
	color:#76B900;
	font-weight:900;
	text-transform:uppercase;}
.info h2 a:hover{
	text-decoration:underline;
	font-weight:600;
	}
#navcontainer
{
text-align:center;
padding: 0;
margin-bottom:1em;
height: auto;
width:760px;
}

#navcontainer ul
{
border:#FFFFFF .5px;
margin-bottom: .5em;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
border:#FFFFFF .5px;
display: block;
float: left;
text-align: center;
padding: 1px;
margin: 0;
width:249px;
}
#navcontainer ul li a
{
background: #76B900;
width:249px;
height: 18px;
padding: 0;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
font-size:.8em;
}
#navcontainer ul li a:hover
{
color: #76B900;
background: #fff;
}
.city{
	width:760px;
	height:200px;
	margin: .5em 0 .5em 0;
	float:right;
	text-align:justify;
	}
.city h1{
	background: #D7E9A1;
	font-size:.8em;
	color: #333;
	text-transform:uppercase;
	}
.city p{
	font-size: .8em;
	padding:0 1em 1em 1em;
	}
.city p a{
	text-decoration:none;
	color:#76B900;
	font-weight:900;
	text-transform:uppercase;
	}
.city p a:hover{
	text-decoration:underline;
	font-weight:600;
	}
.city img{
	float:right;
	margin-left: .5em;
	}