body {
	text-align: center;
	background-color: #222222;
	font-size: 11pt !important;
	font-family: Arial, sans-serif;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #000;
	color: #fff;
}
.top_frame, .bottom_frame {
	width: 100%;
	height: 140px;
	background-color: #660000;
}
.topmenu_frame, .bottommenu_frame {
	width: 100%;
}
.topmenu_frame {
	height: 20px;
	background: url(/image/heading_nackground_repeatable.png) center center repeat-x;
}
.topmenu_frame input {
	font-size: 7pt;
	float: right;
	width: 214px;
}
.bottommenu_frame {
	background-color: #000;
	height: 20px;
}
.topmenu_frame ul, .bottommenu_frame ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topmenu_frame ul li, .bottommenu_frame ul li {
	margin: 0;
	padding: 0;
}
.topmenu_frame ul li a, .bottommenu_frame ul li a {
	display: block;
	padding: 2px 10px;
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.topmenu_frame ul li a {
	font-size: 80%;
	height: 15px;
}
.bottommenu_frame ul li a {
	font-size: 80%;
	min-width: 50px;
	height: 17px;
}
.topmenu_frame ul li a:hover, .bottommenu_frame ul li a:hover {
	background-color: #007fa6;
}
#main_layout {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
#main_layout tr {
	vertical-align: top;
}
#main_layout td {
	margin: 0;
	padding: 0;
}
#main_layout #col1 {
	width: 135px
}
#main_layout #col2 {
	width: 570px;
}
#main_layout #col3 {
	width: 228px;
}
.left_frame {
	padding: 10px;
}
.center_frame {
	width: 570px;
}
.right_frame {
}
