/* Standard */
body { 
	font-family:Arial, Helvetica, sans-serif;
	color:#737373;
	font-size:11px;
	margin:0px;
	background-color:#000;
	}
td, th {
	margin:0px;
	padding:0px;
	}
a:link {
	color: #737373;
	text-decoration:underline;
	}
a:visited {
	color: #737373;
	text-decoration:underline;
	}
a:hover {
	color: #737373;
	text-decoration:underline;
	}
a:active {
	color: #737373;
	text-decoration:underline;
	}
h1 {
	color:#737373;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	text-transform:uppercase;
	}
h2 {
	color:#737373;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
	}

/* Container */
.container {
	margin:auto;
	width:960px;
	height:315px;
	}
.top_container {
	position:relative;
	width:960px;
	height:315px;
	background: url(../img/top.jpg) no-repeat;
	}
.container_l {
	float:left;
	position:relative;
	left:124px;
	top:-30px;	
	width:180px;
	min-height:100%;
	padding-right:5px;
	}
.container_m {
	float:left;
	position:relative;
	left:126px;
	top:-30px;	
	border-left:1px solid #242424;
	border-right:1px solid  #242424;
	width:370px;
	padding-left:5px;
	padding-right:5px;
	min-height:100%;
	}
.container_r {
	float:left;
	position:relative;
	left:128px;
	top:-30px;	
	width:200px;
	min-height:100%;
	padding-left:5px;
	}
.bottom_container {
	clear:both;
	bottom:0px;
	width:960px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#242424;
	border-top:1px solid #242424;
	}	
.bottom_container a {
	text-decoration:none;
	color:#242424;	
	}
/* Menu */
.menu {
	position:relative;
	left:124px;
	top:-85px;
	word-spacing:11px;
	letter-spacing:1px;
	font-size:10px;
	color:#737373;
	width:600px;
	}
.menu a{
	text-decoration:none;
	color:#737373;
	}
.menu a:link{
	text-decoration:none;
	color:#737373;
	}
.menu a:visited{
	text-decoration:none;
	color:#737373;
	}
.menu a:hover{
	text-decoration:none;
	color:#737373;
	}
.menu a:active{
	text-decoration:none;
	color:#737373;
	}

/* Posts */
.news_table {
	padding:0px;
	margin-bottom:30px;
	}
.img_left {
	float:left;
	padding: 2px 5px 2px 0px;
	}












