@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	background-color:#000;
}

#main{
	width:920px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0 auto 0 auto;
}

a{
	color:#fff;
	text-decoration:none;
}

h1{
	font-size:12px;
	font-weight:bold;
	color:#e7aa00;
	padding:20px 0 0 27px;
}
/* ========== START left part ========== */

#menu{
	list-style:none;
	float:left;
	padding-left:20px;
}
#menu li{
	display:inline;
	float:left;
	padding-right:10px;
}
#menu a{
	background-image:url(../images/button_bg.jpg);
	display:block;
	color:#333333;
	text-decoration:none;
	width:151px;
	height:22px;
	padding-top:5px;
	text-align:center;
}
#menu a:hover{
	background-position:bottom;
}
#menu .selected{
	background-image:url(../images/button_bg2.jpg);
	background-position:bottom;
}
#left{
	width:532px;
	float:left;
	line-height:1.6em;
}
#left .logo_top{
	margin-bottom:25px;
	float:left;
}
#left .logo_bottom{
	margin-top:40px;
}
#left p{
	padding:0 30px 0 27px;
}
#left .footer{
	float:left;
	padding-left:220px;
}
/* ========== END left part ========== */

/* ========== START right part ========== */
#right_in{
	width:388px;
	float:left;
	margin-top:20px;
	text-align:center;
}
#right{
	width:388px;
	float:left;
	margin-top:20px;
	background: url(../images/nt.jpg) repeat;
}
.rbtop div { 
	background: url(../images/tl.jpg) no-repeat top left;
}
.rbtop {
	background: url(../images/tr.jpg) no-repeat top right;
}
.rbbot div {
	background: url(../images/bl.jpg) no-repeat bottom left;
}
.rbbot {
	background: url(../images/br.jpg) no-repeat bottom right;
}
.rbtop div, .rbtop, .rbbot div, .rbbot {
	height: 18px;
	font-size: 1px;
}
.rbcontent {
	margin-left:6px;
	margin-right:6px;
}
#right h2{
	font-size:16px;
	color:#e7aa00;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:30px;
}
#right ul{
	margin-left:40px;
}
#right li{
	padding-bottom:10px;
}
/* ========== END right part ========== */

.clear{
	clear:both;
}