html, body {
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	background-color: #c0c0c0;
	background-image: url("images/body_bg.gif");
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	}
body {text-align: center;}
img{border:0px;}

#wrapper{
	text-align: left;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	height: 80px;
	width: 100%;
	background-image: url("images/header_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

#logo{
	display: block;
	margin-left: 165px;
	margin-top: 27px;
	margin-bottom: 2px;
	margin-right: 105px;
	height: 51px;
	width: 264px;
	float: left;
}
#logo img{display: block;margin: 0px;}

#menu{
	list-style: none;
	padding-top: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu li{
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}
#menu li a{
	color: black;
	text-decoration: none;
	color: #333399;
	font-weight: bold;
}

#left_city{
	float: left;
}
#maintext{
	width: 682px;
	float: left;
	/*padding: 10px;*/
}
#container{
	margin: 10px;
}
#footer{
	clear: both;
	padding-left: 149px;
	padding-right: 165px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}
#footer p{margin-left: 320px; width: 342px; color: #333399; text-align: left; text-indent: 0px;}
#copyright{
	font-size: 8pt; 
	text-align: right;
	margin: 10px;
}
h1.pagetitle span{
   display: none;
}

.news{margin-top: 10px;}
.newsdate{
	color: #cccccc;
	font-size: 14pt;
	font-weight: bold;
	background-position: left;
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 10px;
	padding-left: 60px;
}
.newstitle{width: 100%; text-align: right; font-weight: bold;}