/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

.super_top {
	position: absolute;
	width: 975px;
	margin: 0 0 0 -500px;
	padding: 10px 0 0 25px;
	left: 50%;
	height: 35px;
	background: url(../img/supertop_bg.jpg) repeat-x;
}

.super_top a {
	color: #a8abad;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.super_top a:hover {
	text-decoration: underline;
}

.top {
	position: absolute;
	width: 1000px;
	margin: 35px 0 0 -500px;
	left: 50%;
	height: 185px;
	background: url(../img/top.jpg) right no-repeat;
}
.top_separator {
	position: absolute;
	width: 1000px;
	margin: 220px 0 0 -500px;
	left: 50%;
	height: 16px;
	background: url(../img/main_bg.jpg) repeat-x;
}

.main {
	position: absolute;
	width: 1000px;
	margin: 10px 0 0 -500px;
	left: 50%;
}

.main_wrap {
	background: url(../img/menu_bg.jpg) bottom left no-repeat;
}

.left_menu {
	float: left;
	clear: right;
	width: 215px;
	padding: 5px 0 0 15px;
}

.left_menu_item {
	width: 175px;
	height: 34px;
	margin: 0;
	padding: 8px 0 0 30px;
	background: url(../img/menu_item_bg.jpg);
}

.left_menu_item a {
	display: block;
	width: 170px;
	background: url(../img/link_a.jpg) right no-repeat;
}
.left_menu_item a:hover {
	background: url(../img/link_b.jpg) right no-repeat;
}

.left_menu_separator {
	width: 205px;
	height: 4px;
	margin: 0;
	padding: 0;
	background: url(../img/menu_separator_bg.gif) repeat-x;
	font-size: 1px;
}

.content {
	margin: 5px 0 0 230px;
	width: 765px;
	background: #efeff0 url(../img/bg_002.jpg) top left no-repeat;
}

.wrap {
	height: expression(this.scrollHeight < 497? "497px" : "auto" );
	padding: 20px;
}

.header {
	width: 100%;
	color: #4F4F4F;
	font-size: 14px;
	font-weight: bold;
}

.txt {
	background: url(../img/bg_001.gif) top repeat-x;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	font-size: 13px;
	text-align: justify;
	font-family: Verdana;
}
.txt a {
	color: #000;
}

.txt a.marked {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/marker_01.gif) left no-repeat;
	padding: 15px;
}
.txt a.marked:hover {
	text-decoration: underline;
}

.txt input, textarea {
	background: #c8cdce;
	border: none;
	width: 260px;
	overflow: hidden;
}

.hr {
	background: url(../img/rule_01.gif) repeat-x;
	height: 3px;
	width: 300px;
	margin: 0 0 0 30%;
}

.bottom {
	width: 1000px;
	height: 55px;
	padding: 20px 0 0 0;
	background: #bcb2be url(../img/bottom_bg.jpg) repeat-x;
}
.bottom table td {
	padding: 0 30px 0 30px;
	color: #627074;
	font-size: 9px;
	white-space: nowrap;
}
.bottom a {
	color: #fff;
	text-decoration: none;
}