body {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	background-color:#666;
	margin:0px;
	padding:0px;
}
input,textarea,select{
	font-size:11px;
	font-family:Verdana,Arial,sans-serif;
}
img{
	border:0px;
}
#footer a{
	color:#c6c9ea;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
#content_left{
	width:700px;
	border-right:1px solid #666;
	padding:0px;
	padding-right:5px;
	min-height:500px;
}
#content_right{
	width:200px;
	padding:5px;
	float:right;
}
#wrapper{
	width:937px;
	margin-right:auto;
	margin-left:auto;
	min-height:500px;
	padding-left:12px;
	padding-right:12px;
	background:url('../i/m_background.png');
}
#header{
	background:url('../i/h_background.png');
	background-repeat:repeat-x;
}
#navigation{
	background:url('../i/m_nav_background.png');
	height:35px;
	background-repeat:repeat-x;
}
#nav_inner{
	background:url('../i/m_nav_background_rt.png') top right;
	height:35px;
	background-repeat:no-repeat;
}
#navigation a{
	color:#ccc;
	font-size:11px;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:6px;
	display:block;
	float:left;
	border-right:1px solid #5961a4;
	border-left:1px solid #09142f;
	
}
#sub_navigation a{
	color:#999;
	font-size:10px;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	display:block;
	float:left;
	border-right:1px solid #999;
	margin-top:2px;
}
#sub_navigation a.active{
	color:#fff;
}
#sub_navigation a.last{
	border:0px;
}
.error{
	color:#f00;
	font-weight:bold;
	
}
#sub_navigation a:hover{
	color:#efe;
	
}
#navigation a.active{
	color:#fff;
}
#navigation a.first{
	border-left:0px;
}
#navigation a.last{
	border-right:0px;
}
#navigation a:hover{
	color:#efe;
	
	
}
#sub_navigation{
	height:24px;
	background:url('../i/s_nav_background.png');
	background-repeat:repeat-x;
}
#footer{
	width:936px;
	border-top:1px solid #0e2049;
	padding-top:3px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:9px;
	color:#ccc;
	margin-bottom:5px;
}
.right{
	float:right;
}
.left{
	float:left;
}
#content{
	padding:8px;
	padding-top:0px;
}
#delta_pages a{
	text-decoration:none;
	color:#848bd0;
}
p{
	margin-top:0px;
}
#delta_pages{
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px solid #ccc;
	padding:5px;
	
}
#delta_pages a.selected{
	text-decoration:none;
	font-weight:bold;
	color:#330066;
}
#delta_pages a:hover{
	text-decoration:underline;
}

#scroll {
  position: relative;
  overflow: hidden;
  border: 1px solid #999;
  height: 200px;
  width: 200px
}
.news_item {
  position: absolute;
  top: 210px;
  left: 5px;
  height: 195px;
  width:190px;
}
