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

body {
	font: normal 11px/normal "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
	color: #CDCDCD;
	text-align : justify;
	background-color:#454545;
	
	height:100%;
	width:100%;
}

h1, h2, h3, h4 {
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

a {
	text-decoration:none;
	color:#83B70C;
}
a:hover {
	color:#ffffff;
}


#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200px;
	background-image:url(../images/city_green.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#header h1 {
	font-size:32pt;
	padding:0 6px;
	font-family: Impact,Arial Black,serif;
}

#header h1 a{
	color:#ffffff;
}

#header h2 {
	padding:20px 0 0 150px;
	font-size:24pt;
	color:#DDDDDD;
}

#ads_top{
	width:100%;
	text-align:center;
	position:absolute;
	top:200px;
	height:35px;
	overflow:hidden;
}

#ads_bottom{
	text-align:center;
}

#center {
	position: absolute;
	top:235px;
	left:0;
	right:220px;
	overflow:hidden;
}

#content{
	padding:10px;
	overflow:auto;
}

#rightbar {
	right:0;
}

.sidebar{
	position:absolute;
	top:235px;
	width:220px;
	text-align:center;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:100px;
}

#date {
	color:#000000;
	padding:4px;
}

#menu{
	text-align:left;
	padding:10px;
}

#menu h2{
	color:#000000;
}

#menu ul {
	list-style: none;
}

#menu li {
	border-bottom:1px dotted #CDCDCD;
	width:200px;
	padding:5px;
}

#menu a {
	text-decoration : none;
	padding:0 6px;
	font-weight:bold;
}

#content h1, #content h2, #content h3{
	color:#ffffff;
	display:block;
		font-family: Impact,Arial Black,serif;
}

#content img{
	max-width:100%;
}