/* basic 
----------------------------------------------------*/
body {
	font-size: 13px;
	color: #454545;
	letter-spacing: 1px;
	background: #FFF;
}
a             {
	color: #4E4A3D;
	text-decoration: none;
}
a:hover  	  {text-decoration: underline;}


/* view 1003 * 560 (1024*768)
----------------------------------------------------*/
/*.view{
	height: 560px;
	width: 1001px;
	margin: auto;
	padding: 0px;
	border: 1px solid #F00;
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
	z-index: 2;
}*/
.bodyF{
	width: 1001px;
	margin: auto;
	padding: 0px;
	position: relative;
	z-index: 1;
	top: 0px;
	right: auto;
	left: auto;
}


/* header 
----------------------------------------------------*/
.header{
	height: auto;
	width: 960px;
	margin: 10px auto auto;
	padding: 0px 5px 7px;
	background: url(imgs/header_bg.gif) repeat-x bottom;
}
.logo{
	height: auto;
	width: 80px;
	float: left;
	margin:0 0 0 15px;
	padding-top: 10px;
}

.banner{
	margin:0 0 0 18%;
	height: auto;
	width: 439px;
	float: left;
	padding-top: 10px;
}

.header_ad{
	height: auto;
	width: 500px;
	float: left;
}
.login{
	height: auto;
	width: 180px;
	float: right;
	margin:  auto 10px auto auto;
	text-align: right;
}

/* main 
----------------------------------------------------*/
.main{
	height: auto;
	width: 940px;
	margin: 10px auto auto;
	padding: 0px 5px;
}


/* main content
----------------------------------------------------*/
.content{
	float: left;
	width: 670px;
	height: auto;
}
.brp_info{
	padding: 10px;
}
.cut_2F{
	margin-bottom: 10px;
}
.cut_2{
	float: left;
	width: 325px;
	margin-right: 10px;	
}
.title_1{
	color: #FFF;
	font-weight: bold;
	padding: 7px 5px 5px 30px;
	background: #A9C940 url(imgs/title_1.gif) no-repeat;
}
.title_2{color: #FFF;font-weight: bold;padding: 7px 5px 5px 30px;background: #2F7EC9 url(imgs/title_2.gif) no-repeat;}
.title_3{color: #FFF;font-weight: bold;padding: 7px 5px 5px 30px;background: #EC2273 url(imgs/title_3.gif) no-repeat;}
.title_4{color: #FFF;font-weight: bold;padding: 7px 5px 5px 30px;background: #EB900C url(imgs/title_4.gif) no-repeat;}
.title_5{color: #FFF;font-weight: bold;padding: 7px 5px 5px 30px;background: #6DBFB3 url(imgs/title_5.gif) no-repeat;}
.title_6{color: #FFF;font-weight: bold;padding: 7px 5px 5px 30px;background: #59BC3A url(imgs/title_6.gif) no-repeat;}

.cut_2_content{
	padding: 8px 5px 5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
	.cut_2_content a{color: #333;}

.content_ad{
	padding: 0px 0px 10px;
	border: 0px solid #CCC;
	width: 660px;
}

.open_title{
	color: #FFF;
	font-weight: bold;
	padding: 7px 5px 4px 30px;
	background: #FFF url(imgs/title_7.gif) no-repeat;
	width: 635px;
}
.open_content{
	padding: 10px;
	border: 1px solid #CCC;
	width: 638px;
	margin-bottom: 10px;
}
/* main side
----------------------------------------------------*/
.side{
	float: left;
	height: auto;
	width: 250px;
}
.side_main{
	height: auto;
	width: 248px;
	border: 1px solid #CCC;
}
.side_title{
	width: 248px;
}
.side_content{
	width: 248px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.side_content ul{
	margin-right: 5px;
	margin-left: 5px;
	list-style: none;
	
}
.side_content li{
	margin-bottom: 3px;
	border-bottom: 1px dotted #CCC;
	padding: 1px 15px;
	
}
	.side_content li a       {color: #5F5F5F;}
	.side_content li a:hover {color: #06F;}

.side_ad{
	margin: 10px auto auto;
	width: 248px;
}	
	
/* footer 
----------------------------------------------------*/
.footer{
	color: #666;
	height: auto;
	width: 100%;
	padding: 0px;
	background: #EFEFEF;
	border-top: 1px solid #BFBBB7;
	margin-top: 10px;
}
 
.copy_right{
	margin: auto;
	width: 950px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	.copy_right td{padding: 5px;}
