/*** commond ***/


#wrap {
	width: 100%;
	height: 100%;
	min-width: 1100px;
	min-height: 100%;
}

#wrap > table {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

.top_line {
	width: 100%;
	height: 3px;
	background: #000;
}

.left_side {	
	width: 177px;
	height: 100%;
	text-align: right;
	background: url(../images/ptrn.gif);
}

.logo {
	width: 100%;
	text-align: left;
	margin-top: 40px;
}

.void50 {
	height: 50px;
}
.void100 {
	height: 100px;
}
.clear {
	clear: both;
}


/*** header ***/

.container {
	width: 920px;
	vertical-align: top;
}

.header_top {
	margin-top: 20px;
	text-align: left;
	font-size: 10px;
	color: #333;
	text-align: center;
}

.header_top > a {
	margin: 0 2px;
}

.header_main {
	margin-top: 20px;
	text-align: left;
	font-size: 12px;
	color: #333;
}

.header_main > div {
	margin: 5px 0;
	padding: 5px 0 5px 10px;
}

.menu_hover {
	width: 145px;
	background: #000;
	color: #fff;
}


/*** footer ***/

.footer {
	padding: 20px;
	font-size: 12px;
	color: #777;
	line-height: 18px;
	margin-top: 30px;
}
.footer > span {
	vertical-align: middle;
	margin-left: 10px;
}
.footer > span:first-type-of {
	margin: 0px;
}

/*** content ***/


.main_left {
	float: left;
}
.main_right {
	float: right;
	margin-top: 30px;
}
.main_banner {
	margin-top: 20px;
}
.content {
	padding: 0 20px;
	margin-top: 10px;
}
.content_topmenu {
	width: 92%;
	text-align: right;
	font-size: 13px;
	margin-top: 10px;
}

.main_notice_box {
	font-size: 13px;	
	border-top: 1px solid #333;
	margin-top: 5px;
	padding: 5px 0;
}

.main_notice_line {
	padding: 5px 0;	
	border-bottom: 1px solid #ccc;
}

.main_notice_title {
	width: 150px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.main_notice_date {
	font-size: 12px;
	float: right;
	color: #aaa;
}

.empty {
	text-align: center;
	padding: 10px 0;
}