/* 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:13px;
	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;
	}
img {
	max-width:215px;
	border:0px;
	}

/* Container */
.container {
	padding-top:10px;
	padding-bottom:10px;
	margin:auto;
	max-width:220px;
	}
.top_container {
	position:relative;
	width:220px;
	height:151px;
	background: url(../img/top_handheld.jpg) no-repeat;
	}
.container_l {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #242424;
	min-height:100%;
	}
.container_m {
	min-height:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #242424;
	}
.container_r {
	min-height:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #242424;
	}
.bottom_container {
	clear:both;
	max-width:130px;
	color:#242424;	
	padding-top:10px;
	padding-bottom:20px;
	}	
.bottom_container a {
	text-decoration:none;
	color:#242424;	
	}
/* Menu */
.menu {
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #242424;
	word-spacing:15px;
	letter-spacing:1px;
	font-size:10px;
	color:#737373;

	}
.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 {
	padding: 2px 5px 2px 0px;
	}












