html, body{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:arial;
	font-size:12px;
	background-color: #000000;
	color: #ffffff;
}

#container{
	width:983px;
	text-align:center;
}

#header{
	height:105px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
}

#center{
	float:left;
	clear:both;
	display:block;
	width:943px;
	height:475px;
	padding:20px 20px 20px 20px;
	overflow:hidden;
	background-image: url(../images/center_bg.png);
}

/* Sec_main */
.sec_main{
	padding:15px 20px 20px 20px;
	clear:both;
	text-align:left;
	font-size:12px;
	color:#FFF;
	line-height:17px;
}
p{
	font-family: Arial;
	width: 100%;
	margin:12px 0px 13px 0px;
	font-size: 14px;
    color: #bfbfbf;
}

ul li{
	font-family: Arial;
	font-size: 14px;
    color: #bfbfbf;
}

.sec_main a{
	color:#bfbfbf;
	text-decoration:underline;
}
.sec_main img{
}

.pager{
	float:right;
}
.pager a, .pager span{
	display:block;
	float:left;
	padding:2px 2px 0px 3px;
	margin:0px 3px 0px 3px;
	font-size:12px;
	color:#019ABB;
	text-decoration:none;
}
.pager span{
	color:#FFF;
}
.back, .forward{
	width:12px;
	height:20px;
	background-repeat: no-repeat;
}
a.back{
	background-image: url(../images/back.gif);
	background-position:left 0px;
}
a.forward{
	background-image: url(../images/forward.gif);
	background-position:right 0px;
}
span.back{
	background-image: url(../images/back_gray.gif);
	background-position:left 0px;
}
span.forward{
	background-image: url(../images/forward_gray.gif);
	background-position:right 0px;
}

/* Misc */
.document{
	background-image: url(../images/doc_ico.gif); background-position:left 8px; background-repeat: no-repeat;
	padding:5px  15px 5px 52px;
	height:35px;
}
.document a{
	font-size:12px;
	color:#019ABB;
	text-decoration:underline;
}

/*=== footer ===*/
#footer{
	height:155px;
	background-color:#FFF;
	vertical-align:top;
}

#footer .title{
	margin:20px 0 5px 5px;
	font-size:11px;
	text-transform: uppercase;
	color:#000;
	display:block;
	float:left;
	clear:both;
}
#footer td{
	padding-right:15px;
}
#footer a img{border:none;}

#footer .shaddow{
	margin-top:15px;
	border-top:1px solid #CDCDCD;
	float:left;
	width:100%;
	height:13px;
	background-image: url(../images/shadow.jpg); background-position:center 0px; background-repeat: no-repeat;
}


.addr{
	float:right;
	padding-right:10px;
}
.copy{
	float:left;
	margin-left:5px;
}

.news_item .tolist{ float:right; margin-right:30px;}
.news_item .news_date{ display:block; float:left; margin-right:15px;}
.news_item .news_title{ display:block; float:left;}
.news_item .news_text{ float:left; clear:both; margin-top:15px;}

.videotext{
	float:left;
	clear:both;
	margin-top:10px;
}

.table td{
	padding:4px 5px 4px 10px;
	border:1px solid #111;
}
.table p{margin:0px;}
.table img{border:none;margin:0px;}

a img{border: 0px;}

#updated_div {
	height: 100%;
}

#updated_div_new {
	height: 80px;
}
