BODY{
	background: #fff;
	font-family: Arial,sans-serif; /* Verdana,Geneva,Arial,Helvetica,sans-serif */
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	margin: 0;
}
IMG {                   /* no borders on any images */
	border: none;
}
#site {
	text-align: left;
	width:750px;
	padding-left:10px;
	padding-right:10px;
	margin-left: auto;
    margin-right: auto;
}
#header_img {
	background: url("images/header.jpg") no-repeat;
	position: relative;
	width: 710px;
	height: 183px;
	line-height:20px;
	margin-left:20px;
	margin-right:20px;
	font-weight: bold;
}
#nav_menu{
	margin-left:20px;
	margin-top:3px;
}
#nav_menu a{
	margin-right:10px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#footer{
	background:url('images/footer.jpg');
	background-repeat:no-repeat;
	width: 710px;
	height: 92px;
	margin-bottom:5px;
}

#footer_note{
	color:#999;
	padding-top: 71px;
}
h2{
	font-size:120%;
}
#city_info{
	font-weight:bold;
	margin-left:75px;
}