body {
	background-color:#000000;
	margin:0;
}
#loading {
	background:url(../img/loading.gif) no-repeat;
	width:50px;
	height:50px;
	margin:200px auto 0 auto;
}
#wrapper {
	width:100%;
	margin:30px auto 0 auto;
	position:relative;
	visibility:hidden;
}
#header_wrapper {
	width:100%;
	background-color:#000;
}
#header {
	background:url(../img/headerbg.jpg) no-repeat;
	height:135px;
	position:relative;
	width:100%;
	margin:auto;
}
#logo {
	width:90px;
	height:42px;
	background:url(../img/logo.jpg) no-repeat;
	position:absolute;
	left:13px;
	top:8px;
}
#menu {
	position:absolute;
	top:51px;
	left:0;
	width:100%;
	height:85px;
	display:none;
	z-index:3;
}
#menu_bg {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:-1;
}
#menu_box {
	position:absolute;
	top:57px;
	left:0;
	width:100px;
	height:31px;
	background:url(../img/menu_box_bg.jpg);
	cursor:pointer;
	z-index:3;
}
#slide {
	height:476px;
	width:100%;
	position:absolute;
	top:51px;
	left:0;
	overflow:hidden;
}
#slide img {
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
#content {
	height:373px;
	width:991px;
	margin:auto;
	position:relative;
	margin-bottom:20px;
}
#footer_wrapper {
	width:100%;
	background-color:#000;
}
#footer {
	height:40px;
	width:100%;
	position:relative;
	text-align:center;
	padding:20px 0 0 0;
}
#footer #search {
	width:170px;
	height:29px;
	top:6px;
	left:13px;
	position:absolute;
	background:url(../img/search_bg.png)
}
#footer #search #button {
	position:absolute;
	width:19px;
	height:21px;
	top:4px;
	left:11px;
	border:none;
	background:url(../img/search_btn.png)
}
#footer #search #txt {
	position:absolute;
	top:5px;
	left:40px;
	width:123px;
	height:18px;
	border:none;
	background-color:#000;
	color:#4a4a4a;
}
#footer #foot_text {
	/*
	position:absolute;
	top:20px;
	left:240px;
	*/
	margin:10px auto 10px auto;
	width:65%;
	color:#FFF;
	text-align:center;
	opacity:0.7;
	filter:alpha(opacity=70)
}
#footer #foot_text a {
	color:#FFF;
	padding:0 1px;
}
.box {
	background:url(../img/box_bg_top_shadow.png) no-repeat;
	width:998px;
	min-height:230px;
	padding:5px 0 0 10px;
	position:relative;
}
.box .box_header {
	height:27px;
	background:url(../img/box_header.png) no-repeat;
	padding:9px 0 0 10px;
}
.box .box_header h1 {
	color:#FFF;
	display:inline;
	font-size:140%;
}
.box .box_back{
	width:15px;
	height:18px;
	position:absolute;
	right:15px;
	top:13px;
}
.box .box_content {
	margin-top:4px;
	background:url(../img/box_content_bg.png);
	min-height:230px;
	color:#FFF;
	padding:20px;
}
.box .box_content, .box .box_content * {
	font-size:12px
}
.box .box_footer {
	background:url(../img/box_bg_bottom_shadow.png) no-repeat;
	width:173px;
	height:167px;
	position:absolute;
	bottom:-10px;
	right:-10px;
}
.scroll-pane {
	height:300px;
	overflow: auto;
	width:100%;
}
.cb {
	clear:both
}
.vspace {
	height:8px;
}
.paging a {
	color:#b0d727;
	font-weight:bold;
	margin:0 1px;
	text-decoration:none;
}
.paging a.currentPage {
	text-decoration:underline;
}

