body, html {
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	background:#000;
	color:#fff;
}
#iframe_cont {
	width:468px;
}
	#iframe_cont table {
		width:465px;
	}
#container {
	margin:0 auto;
	margin-top:20px;
	width:970px;
	text-align:left;
}
	#top_glow {
		height:15px;
		font-size:1px;
		background:url(sysimages/new/top_glow.png) no-repeat 100% 0;
	}
	#content_glow {
		background:url(sysimages/new/side_glow.png) repeat-y 100% 0;
	}
		#logo {
			float:left;
			margin-top:10px;
			margin-left:13px;
			width:366px;
			height:234px;
		}
		#banner_content {
			float:right;
			margin-right:80px;
			margin-top:60px;
			width: 486px;
			height: 396px;
		}
			#draw_cont {
				overflow-x:hidden;
				overflow-y:auto;
				width:486px;
				height:396px;
				font-size:10px;
			}
				#draw_cont a { color:#fff; text-decoration:none; font-weight:600; }
				#draw_cont a:hover { color:#fff; text-decoration:underline; font-weight:600; }
			#content_box {
				padding: 0px 20px;
			}
				#content_box a { color: #aaa; text-decoration: none; font-weight: 600; }
				#content_box a:hover { text-decoration: underline; }
		.unselected {
			position:relative;
			top:-6px;
			display:block;
			float:left;
			height:39px;
			padding:4px 10px 0px 10px;
			color:#fff;
			text-decoration:none;
		}
		.selected {
			position:relative;
			top:-6px;
			display:block;
			float:left;
			height:39px;
			padding:4px 10px 0px 10px;
			background:url(sysimages/new/menu_backgr.png) repeat-x 0 0;
			color:#000;
			text-decoration:none;
		}
		a.selected:hover, a.unselected:hover { text-decoration:underline;}
	#bottom_glow {
		height:12px;
		font-size:1px;
		background:url(sysimages/new/bottom_glow.png) no-repeat 100% 0;
	}

.clear { clear:both; }
.push20 {
	height:20px;
}
