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

body {
	background-color: #fff;
	text-align: center;
}

h1 {
	color: #000;
	font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

h3 {
	color: #000;
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 3px;
	margin-left: 15px;
}

h4 {
	color: #000;
	font: 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 3px;
	margin-left: 15px;
}

p.news {
	color: #000;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 15px;
	margin-right: 10px;
}

p.welcome {
	color: #000;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 15px;
	margin-top: 5px;
}


#wrapper {
	text-align: left;
	width: 900px;
	height: auto;
	margin: 10 auto;
	margin-top: 50px;
	background-color: #6fa6de;
}
	
#logo {
	float: left;
	margin-left: 0px;
	width: 900px;
	height: 160px;
	text-align: center;
	background: url(../images/logo3.png);
}


#content {
	float: left;
	width: 900px;
	height: auto;
	margin: 5 auto;
	
}

#content_top {
	float: left;
	width: 900px;
	height: 41px;
	background-image: url(../images/content_top900.png);
}

#content_main {
	height: auto;
}

#content_bottom {
	float: left;
	width: 900px;
	height: 40px;
	background-image: url(../images/content_bottom900.png);
}

#content img {
	border: 1px solid #7a7a7a;
}

#top_menu {
	margin-bottom: 10px;
	margin-left: 50px;
	width: 750px;
	height: 35px;
	float: left;
	background: url(../images/building.png)


}

#textcontent {
	width: 550px;
	float: left;
	margin-left: 35px;
	margin-right: 10px;
}

#twitter {
	width: 250px;
	height: auto;
	margin: 0px;
	float: left;
	border-left: 1px dotted #838383;
	padding-left: 10px;
}

#menu {
	float: left;
	width: 800px;
	height: 35px;
	text-align: center;
}

#news {
	width: 550px;
	height: auto;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #000;
}

#news_entry {
	width: 550px;
	height: auto;
}

#news_entry_top {
	width: 550px;
	height: 32px;
    background: url(../images/news_entry_top.png)
    }

#news_entry_main {
	width: 550px;
	height: auto;
	background: url(../images/news_entry_main.png) repeat-y;

	}

#news_entry_bottom {
	width: 550px;
	height: 55px;
	background: url(../images/news_entry_bottom.png)
}


#menu ul { width: 600px; padding:0; list-style:none; float:left; border:0; text-align: center; margin-left: 5px; margin-top: 5px;
	
}

#menu ul li { width: 150px; 
	float:left; 
	margin:0 auto; 
	padding:0 0px; 
	border:0; 
	text-align: center;
	color: #000;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
