@charset "UTF-8";
body {
	height:100%;
	margin:0;
	
	background-color:#000;
	
	font-family: 'Trebuchet MS';
	font-size: 13px;
	color: #000;
}
a {
	border:0;
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
img {
	border:0;
}
a img {
	border:0;
}
img.bordered {
	border:#202020 solid 5px;
}
a img.bordered {
	border:#202020 solid 5px;
}
a:hover img.bordered {
	border:#CCC solid 5px;
}
.clear {
	margin:0;
	padding:0;
	height:0px;
	width:500px;
	clear:both;
	display:block;
}
#head_container {
	height:142px;
	
	background-image:url(../images/top_bg.png);
	background-repeat: repeat-x;
}
#head_center {
	width:600px;
	height:130px;
	margin:0 auto;
	font-size:1px;
	text-indent:-9999;
}
#bottom_bar {
	width:100%;
	height:10px;
	margin:1px 0 0 0;
	font-size:1px;
	background-color:#333;
}
#content {
	width:800px;
}
#menu {
	font-family:"Helvetica Neue", Arial, sans-serif;
	height:45px;
	
	background-color:#FFF;
}
#menu ul {
	height:45px;
	margin:0;
	padding:0;
	
	background:url(../images/menu_bg.png);
}
#menu ul li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}
#menu ul  li a {
	display:block;
	
	text-decoration:none;
	height:24px;
	line-height:24px;
	padding:0;
	
	float:left;
	
	color:#666;
	font-size:17px;
	line-height:18px;
}
#menu ul li{
	margin:17px 20px 0 20px;
}
#menu ul li a:hover {
	color:#FF0099;
}
#menu ul li a:active {
	color:#555;
}
#menu ul li a.selected {
	color:#FF0099;
	text-decoration:underline;
}
#main_center {
	width:800px;
	padding:0 11px;
	margin:auto;
	
	background:url(../images/content_bg.png);
}
#text {
	padding:5px 10px;
	width:530px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.message {
	border-bottom:#999 dashed 1px;
}
.message_footer {
	background-color:#999;
	margin:10px 0;
	padding:7px;
}
.message_footer .comments {
	float:left;
}
.message_footer .read_more {
	text-align:right;
	width:200px;
	float:right;
}
#text h2 {
	margin:0;
	font-family: Georgia;
	line-height:30px;
	font-size:30px;
	font-weight:normal;
}
#sub_bar {
	padding:5px 10px;
	width:180px;
	margin-left:10px;
	
	float:left;
}
#sub_bar h3 {
	margin:10px 0;
	
	font-size:18px;
	line-height:18px;
	
	font-family: Georgia;
}
#sub_bar h3.no_bottom_margin {
	margin:10px 0 0 0;
}
#sub_bar a.pusher {
	font-size:12px;
	color:#333;
}
#sub_bar ul {
	font-family: Georgia;
	margin:0;
	padding:0;
}
#sub_bar ul li {
	list-style:none;
}
#sub_bar ul a {
	text-decoration:none;
}
#sub_bar ul a:hover {
	color:#333;
	text-decoration:underline;
}
#sub_bar ul li a {
	display:block;
	height:25px;
	padding:10px 0 0 8px;
	
	font-size:15px;
	
	color:#666;
	border-bottom:dashed 1px #666;
	list-style:none;
}
#footer {
	border-top:#000 solid 1px;
	font-size:12px;
	height:16px;
	margin:auto;
	padding:17px 0;
	width:822px;
	color:#666;
	text-align:center;
	background-color:#151515;
}
#footer a {
	color:#999;
	text-decoration:underline;
}
	
	
	
	
	
	
	
	
	
