/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

#container_header{
	background-image: url(../images/city_back_head.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#header, #footer{
	width: 900px;
	margin: auto;
	padding-top: 6px;
}


#header h1{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #000000;
	display: block;
	padding: 10px;
}

#header h1 span{
	font-weight: bold;
}

span.date{
	font-size: 11px;
	color: #FFFFFF;
	float: right;
}

#header ul{
	width: 100%;
	clear: both;
	margin-top: 1px;
}

#header ul li{
	float: left;
	width: 150px;
	list-style-type: none;
}

#header ul li a{
	font-size: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: bold;
}

#header ul li a:hover{
	background-color: #000000;
}

#container_footer{
	width: 100%;
	padding-top: 5px;
	border-top: 1px solid #000000;
	clear: both;
	float: left;
	padding-bottom: 10px;
	background-color: #6f6f6f;
}

#footer p{
	font-size: 11px;
	color: #FFFFFF;
}