@charset "utf-8";
/* CSS Document */
body,td,th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
    background-color:#000;
	margin-top: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: #cecece;
}
a:active {
	text-decoration: none;
	color: c3c0c0;
}
#pds {
	margin:auto;
	padding: 0 0;
	position: relative;
	width: 1000px;
	height: 730px;
	text-align: left;
}
#header {
	padding: 0;
	position: relative;
	width: 1000px;
	height: 157px;
}
#head {
	width: 1000px;
	height: 157px;
	background-image:url(images/head.jpg);
	float:left;
}
#up_box {
    font-size:11px;
	padding: 0 0;
	position: relative;
	height: 39px;
	margin-left: 714px;
	margin-right: 50px;
	text-align: right;
}
#up_box_text {
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}
#box {
	margin:auto;
	padding: 0 0;
	position: relative;
	width: 1000px;
	height: 730px;
	float: left;
}
#left {
	margin:auto;
	padding: 0 0;
	position: relative;
	width: 600px;
	float: left;
}
#right {
	margin:auto;
	padding: 0 0;
	position: relative;
	width: 400px;
	float: left;
}
#info_box_pos {
    margin-top: 30px;
	margin-left: 135px;
	margin-right: 30px;
	padding: 0 0;
	position: relative;
	width: 440px;
	height: 34px;
}
#info_box {
	width: 440px;
	height: 34px;
	background-image:url(images/info_box.jpg);
	float:left;
}
#title_main_box_pos {
    margin-top: 15px;
	margin-left: 135px;
	padding: 0 0;
	position: relative;
	width: 440px;
	height: 54px;
}
#title_main_box {
	width: 440px;
	height: 54px;
	background-image:url(images/home.jpg);
	float:left;
}
#title_news_box_pos {
    margin-top: 30px;
	margin-left: 0px;
	padding: 0 0;
	position: relative;
	width: 255px;
	height: 54px;
}
#title_news_box {
	width: 255px;
	height: 54px;
	background-image:url(images/news.jpg);
	float:left;
}
#menu_pos {
    height:46px;
    background-image:url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	text-align : center;
}
#menub {
   float:left;
   width:100%;
   height:46px;
   border-bottom:0px solid #000;
   overflow:hidden;
   position:relative;
}
#menub ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#menub ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#menub ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   color:#fff;
   text-decoration:none;
   line-height:3.5em;
}
#menub ul li a:hover {
   color:#fff;
}
#menub ul li a.active,
#menub ul li a.active:hover {
   color:#fff;
   font-weight:bold;
}
#info_box_text {
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}
#main_box_text {
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}
#news_box_text {
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}
#main_rest_box_pos {
	margin-left: 135px;
	padding: 0 0;
	position: relative;
	width: 440px;
	background-color:#293e4c;
}
#main_rest_box{
	background-image:url(images/home_rest.jpg);
	background-repeat: repeat-y;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top: -20px;
}
#main_rest_box_foot{
	background-image:url(images/home_rest.jpg);
	width: 440px;
	height: 20px;
	margin-left: 135px;
	margin-top: -20px;
}
#news_rest_box_pos {
	padding: 0 0;
	position: relative;
	width: 255px;
	background-color:#293e4c;
}
#news_rest_box{
	background-image:url(images/news_rest.jpg);
	background-repeat: repeat-y;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top: -20px;
}
#news_rest_box_foot{
	background-image:url(images/news_rest.jpg);
	width: 255px;
	height: 20px;
	margin-top: -20px;
}
#footer {
	padding: 0 0;
	position: relative;
	width: 717px;
	height: 20px;
	margin-left: 135px;
	margin-right: 148px;
	margin-top:10px;
	background-color:#293e4c;
	float: left;
}
#footer_box_text {
	color: #FFFFFF;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}

