/* CSS Document */
body{
	color:#1A1917;
	padding:0px;
	background-color: #000000;
	background-image: url(images/bg_900.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	font-family: "Trebuchet MS", "MS Sans Serif";
	font-size: 14px;
	line-height: 20px;
}
div, p, h1, h2, h3, ul{padding:0px; margin:0px;}


.bordo{
	border: 2px solid #FC0;
	margin-right: 8px;
}
.bold{
	font-weight: bold;
	color: #F90;
}

/*--TOP PANEL--*/

#topPan{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 600px;
}


/* HD */

#hd {
	width: 600px;
	height: 38px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #341D47;
	text-align: right;
}

#hd a{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 10px;
}

#hd a:hover{
	color: #C00;
}



#body{
	width:600px;
	background-color: #341D47;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 13px;
	color: #FFF;
}

#body a{
	color: #FFF;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
  }


/*-- FOOTER --*/

#footermainPan{
	color:#fff;
	margin: 0px;
	padding: 0px;
	background-color: #333;
}
#footerPan{
	display:block;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 60px;
}
#footerPan a{
	color: #FF9966;
}

#footerPan a:hover{
	color: #FF9900;
}

#footerPan p{
}

#footerPan p.copyright{
	margin:0;
	color:#fff;
	font:11px/15px Tahoma,Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}



.riga{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.privacy{
	font-size: 11px;
	color: #666666;
}
