body{
	margin: auto;
	font-family:Georgia;
	color:#000000;
	background:#75CEF7 url(images/backgroundgradient.jpg) repeat-x top;
	width:900px;
}

h3{
	font-family:Georgia;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
}

#header_bar #header_words a{
	background:url(images/header.png) no-repeat;
	display: block;
	height: 142px;
	width: 900px;
}

#header_bar #header_button a{
	background:url(images/twitter.png) no-repeat;
	display: block;
	float:right;
}

#content div#box{
	width:900px;
	float:left;
	padding:0px;
	color:black;
	background:#FFFFFF url('images/citycnr.jpg') no-repeat bottom right;
}

#content #box #menu_bar{
	width:900px;
	background-color:#2E3092;
	font-size:20px;
	font-weight:bold;
	padding:20px 0px 5px 0px;
	color:#FFFFFF;
	display:block;
}

#content #box #menu_bar a{
	padding:20px 10px 5px 9px;
	color:#FFFFFF;
	display:inline;
}

a.mlink:link {text-decoration:none; background-color:#2E3092;}
a.mlink:visited {text-decoration:none; background-color:#2E3092;}
a.mlink:hover{text-decoration:none; background-color:#75CEF7;}
a.mlink:active {text-decoration:none; background-color:#2E3092;}

div#content div#box #text{
	float:left;
	display:inline;
	width:630px;
	padding:20px;
	text-align:justify;
}

#content div#box div#sidebar{
	width:200px;
	min-height:500px;
	color:white;
	float:right;
	padding:15px;
	background:#2E3092;
}

div#content div#sidebar a{	
	color:White;
}

#content div#box #sidebar #tweet{
	float:left;
	display:inline;
	height:250px;
}

div#content div#sidebar a.tag{	
	background:#2E3092 url('images/2050tag.jpg') no-repeat bottom;
	display: block;
	height:142px;
	width:200px;
	color:White;
	text-decoration:none;
}

div#footer {
	width:100%;
	color:black;
	margin-top:20px;
	clear:both;
	text-align:center;
}

a.flink:link {text-decoration:none;}
a.flink:visited {text-decoration:none;}
a.flink:hover{text-decoration:underline;}
a.flink:active {text-decoration:underline;}

div.clear{
	clear:both;
}