/* Standard */
body {
	background:#080605 url(../img/bg.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8E8F8F;
	marginl:0px;
	text-align:left;
	}
a:link {
	color: #8E8F8F;
}
a:visited {
	color: #8E8F8F;
}
a:hover {
	color: #8E8F8F;
}
a:active {
	color: #8E8F8F;
}
div {
	}
	
h1 {
	color:#8E8F8F;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	text-transform:uppercase;
	}
h2 {
	color:#8E8F8F;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
	}
.img_left {
	float:left;
	padding: 2px 5px 2px 0px;
	}
.clear {
	clear:both;
	margin-bottom:20px;;
	}
.date {
	clear:both;
	margin-bottom:5px;;
	}

/* Container */

.con_menu {
	position:absolute;
	left:33px;
	top:290px;
	width:300px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	}
.con_menu a {
 	text-decoration:none;
	}

.con_content {
	position:absolute;
	left:390px;
	top:80px;
	width:450px;
	}
.con_right {
	position:absolute;
	left:900px;
	top:80px;
	width:600px;
	}