/* CSS Cleaner */
body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,legend,input,img{
margin:0;padding:0;border:0;
}
/* fim css cleaner */

body{
	background: #191919;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#mainlock{
	text-align: left;
	width: 992px;
	margin: 7px;
	border: 1px solid #8c8c8c;
	float: left;
}

#sitelang{
	height: 17px;
	width: 990px;
	text-align: right;
	margin-top: 5px;
}

#head{
	width: 992px;
	height: 93px;
	background: url(images/head.jpg) no-repeat;
	text-align: left;
	margin-bottom: 7px;
	border-bottom: 1px solid #8c8c8c;
}

#main{
	background: url(images/main_bg.jpg) no-repeat left top;
	width: 720px;
	height: 442px;
	float: left;
}
#main .txt{
	padding: 40px 5px 5px 200px;
	color: #cccccc;
	font-size: 11px;
	line-height: 18px;
}
#main li{
	margin-left: 20px;
}
h3{
	color: White;
	padding-bottom: 5px;
	font-size: 12px;
}

.topm{
	margin-top: 10px;
}

#sidebar{
	width: 252px;
	height: 442px;
	border-bottom: 1px solid #8c8c8c;
	float: left;
	background: url(images/lateral_bg.gif);
	margin-bottom: 2px;
	margin-left: 7px;
}
#sidebar p{
	font-size: 10px;
	color: #ccc;
	padding: 5px;
}
#sidebar ul{
	padding-left: 15px;
}
#sidebar li{
	margin-left: 15px;
	padding-bottom: 0px;
	line-height: 15px;
}

#sidebar h4{
	font-weight: normal;
	font-size: 11px;
	padding: 5px 3px 0px 7px;
}

ul{
	font-size: 10px;
	color: #ccc;
	padding: 5px;
	list-style: square;
}

#footer{
	width: 992px;
	height: 30px;
	float: left;
	color: #8c8c8c;
	font-size: 10px;
}
#footer p{
	padding: 7px 5px 2px 7px;
}

#footer a,
#footer a:visited{
	color: #FFAB57;
	text-decoration: none;
}

a,
a:visited{
	color: #FFAB57;
	text-decoration: none;
}

.saiba{
	margin-left: 5px;
}

.hl{
	color: White;
}
