body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #850207 url(img/bg.jpg) repeat-x;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0;
	color: #023e88;
	
}


.box {
 border: 2px solid #824cb9;
 padding: 4px;

}


.box ul {
 margin: 0px 0px 0px 20px;
 padding: 0px;
}



 
 

.box .nag {
 height: 30px;
 color: #ffffff;
 background-color: #824cb9;

}

.box .nag .nag_tresc{
 padding-top: 5px;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
}

a {
 color: #0169b6;
 text-decoration: none;
}

a:hover {
 color: #023e88;
 text-decoration: underline;
}


.header {
  width: 960px;
	height: 150px;
	margin: 0 auto 0 auto;
	background: #850207 url('img/header.gif') repeat-y left top;			
}

.header_menu {
  width: 960px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url('img/menu_all_bg.gif') left top;			 
}



.content {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0; 
	background: url('img/bg_all.gif') repeat-y left top; 
}


.content .left {
 
	width: 118px;
  float: left;

	 background: #9e0032 url('img/l_bg.gif') repeat-y left top;
}

.content .data {
 float: left;
	width: 641px;
	background-color: #ffffff;

}


.content .right {
  float: right;
	width: 201px;
	  background: #9e0032 url('img/r_bg.gif') repeat-y left top; 
}




.footer {
	clear: left;
	width: 960px;
	color: #383838;
	font-size: 12px;
	height: 107px;
	margin: 0 auto 0 auto;
	 background: #faa61a url('img/content_foot.gif') no-repeat left top;		
}




.pod_footer {
	width: 930px;
	height: 40px;
	margin: 0 auto 0 auto;
	color: #d4a6a8;
	font-size: 12px;
}

.pod_footer a {
  color: #d4a6a8;
	text-decoration: none;
}

.pod_footer a:hover {
	text-decoration: underline;
}


