/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#000 url(images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}


.pds{
	background:url(images/tlo.jpg) repeat-y; 
	width:824px;
	margin:0px auto;
		
}
.sr{
	padding-left:70px;
	background:url(images/d1.jpg) no-repeat bottom;
	
}

.left{
	padding-top:20px;
	float:left;
	width:165px;
}
.right{
	float:left;
	width:520px;
	z-index:100;
}
.tresc{
	padding:10px 10px;
	font-size:12px;

}

.ng{
	border-bottom:2px solid #000;
	padding:4px 0px;
	text-align:right;
}
.ng span{
	margin:0px;
	padding:4px 10px;
	background:#000;
	color:#fff;
	font-weight:bold;
}

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}