html {
	background: #444;
}

body {

	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background: #444;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;

}

table {
	color: #FFFFFF;
}

div#menu { margin:5px auto; }

* { margin:0;
    padding:0;
}

#banners {
	text-align: center;
}

a:link, a:visited {	color: #AFA; text-decoration: none; }
a:active, a:hover { color: #FF0; text-decoration: underline; }

/* Left Content */
#templatemo_content_left {
	float:left;
	width: 233px;
	height: 618px;
	background: url(../images/layout_left_bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#templatemo_menu {
	
	float: right;
	width: 180px;
	height: 500px;
	margin: 0;
	padding: 10px 0 0 0;
}

#templatemo_menu ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}


#templatemo_menu li a {
	text-align: left;
	display: block;
	width: 134px;
	height: 27px;
	color: #fff;
	background: url(../images/layout_menu.jpg) no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 0 0 45px;
	
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	
	background: url(../images/layout_menu_current.jpg) no-repeat;
	color: #8fd300;
	text-decoration: none;
	
}

#templatemo_content_right_bottom {
	
	float: right;
	width: 707px;
	height: 618px;
	background: #4c4c4c url(../images/layout_right_bottom.jpg) right bottom no-repeat;
	margin: 0;
	padding: 0;
	
}

/* End Of Left */

#selector {
	position: relative;
	width: 940;
	height: 244px;
}

#main {
	position: relative;
	height: 500px;
}

#templatemo_footer {
	
	background: #6e9100;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;

}

#templatemo_footer a {
	
	color: #fff;
	text-decoration: underline;

}

#templatemo_footer a:hover {
	
	color: #ff0;
	text-decoration: none;

}

.templatemo_post_area {
	
	margin: 0;
	padding: 15px 15px 15px 15px;
	
}
.templatemo_post_area h1 {
	
	font-family: Tahoma;
	font-size:	18px;
	color: #AFA;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.templatemo_post_area p {
	
	font-family: Tahoma;
	font-size:	12px;
	text-align: justify;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 0;
	
}
.templatemo_post_area h2 {
	
	font-family: Tahoma;
	font-size:	12px;
	color: #AFA;
	margin: 0 0 10px 0;
	padding: 0;
	
}
