@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	}
	
img {
    border:0;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
/* base tags

---------------------------------------------------------------------*/

#out {
	width:100%;
	background-image:url(../base/bg_new.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
    display: block;
    clear: both;
    overflow: hidden;
	}
	
#header {
	width:900px;
	height:77px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	margin-bottom:17px;
}

#wrapper {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#iframe {
	width:641px;
	height:140px;
	margin:0;
	padding:0;
	}

.top_flash {
	width:900px;
	height:440px;
	margin-bottom:12px;
	}


.main {
	width:900px;
	}
.main_left {
	width:641px;
	float:left;
	text-align:left;
	}
.main_left_news {
	widows:641px;
	height:200px;
	}
	
	
.main_right {
	width:217px;
	float:right;
	text-align:left;
	margin-bottom:50px;
	}
.main_right_blog {
	background-image:url(../base/bg_blog.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:left;
	}
.main_right_blog ul {
	width:210px;
	list-style: none;
	padding-top:10px;
	margin: 0px;
	}
.main_right_blog li {
	width:210px;
	margin-bottom:5px;
	}
.main_right_banner {
	text-align:left;
	padding-top:30px;
	}
.main_right_banner ul {
	width:210px;
	list-style: none;
	padding-top:5px;
	margin: 0px;
	}
.main_right_banner li {
	width:210px;
	margin-bottom:18px;
	}
	
	
.clear {
	clear:both;
	}