/* By Demonshalo @ demonshalo.com */

/* Page */
* { padding:0; margin:0; outline:0;}

body {
	background:#000;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:10px;
	margin:0 auto;
	height:100%;
}


/* Divs */
#wrap {
	height:100%;
	width:80%;
	margin:0 auto;
	padding: auto;
}

#head {
	background:url(images/banner.png) #000 no-repeat center;
	margin: 0 auto;
	height:130px;
}

#leftside {
	height:100%;
	background-color: #7b7c7d;
}

#main {
	min-height:650px;;
	height:100%;
	margin: 0 3px 1px 3px;
	background-color:#999;
}



#rightside {
	height:100%;
	background-color:#7b7c7d;
}

#footer {
	clear:both;
	width:100%;
	height: 15px;
	background-color:#666;
	text-align:center;
}




/* Classes */
.menu-top {
	background:url(images/menu-top.png) repeat-x;
	text-align:center;
	font-size:13px;
	color:#61B870;
	height:20px;
	margin:0 0 5px 0;
}

.div-tops {
	background:url(images/div-tops.png) repeat-x;
	text-align:center;
	color:#FB9233;
	height:16px;
	font-size:11px;
}

.div-content-tops {
	background:url(images/ul.png) #999 no-repeat left;
	padding-left: 11px;
	margin-left:4px;
	color: #FFF;
}

.barul {
	list-style-type:none;
	font-size:11px;
	font-weight:bold;
	border:none;
	margin:1px 0 7px 0;
}
.barul li {
	margin:0 13px;;
	background:url(images/li.png) no-repeat 0 3px;
}
.barul li a {
	color: #E8E459;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	margin: 0 0 0 3px;
	padding-left: 13px;
}
.barul li a:hover {
	text-decoration:underline;
}

