@charset "utf-8";
/* CSS Document */

body{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#fff;
	margin:0 auto; 
	padding-top:10px;
	line-height:18px;
	background:#000; 
}
/*commonality start*/
.left{ float:left;}
.right{ float:right;}
.tl{ text-align:left;}
.tr{ text-align:right;}
.tc{ text-align:center;}
.clear{ clear:both;}
ul{
	margin:0px;
	padding:0px;
	float: left;
}
li{ list-style:none;}
a:visited{ 
	color:#fff;
	text-decoration:none;
}
a:link{ 
	color:#fff;
	text-decoration:none;
}
a:hover{ 
	color:#0080BA;
	text-decoration:underline;
}

/*commonality over*/

#page{ 
	margin:0 auto; 
	width:1173px;
}
#page_left{ 
	background:url(../images/left_bg.jpg) top no-repeat; 
	width:288px; 
	height:498px; 
	float:left;
}
#page_right{ 
	background:url(../images/right_bg.jpg) top no-repeat; 
	width:282px; 
	height:498px; 
	float:right;
}
#container{ 
	float:left; 
	background:url(../images/center_bg.jpg) top no-repeat; 
	width:603px;
	text-align:center;
	padding-top:38px; 
}

/*head start*/
#logo{ 
	width:603px; 
	text-align:center;
	padding-bottom:34px;
}
.menu_bg{ 
	background:url(../images/menu_bg.gif) bottom center no-repeat;
	height:233px; 
	width:527px;
	padding:0px 43px 0px 33px;
}
/*head over*/

/*center start*/
#center{ 
	width:597px; 
	float:left;
	background:#191314 url(../images/center_leftbg.gif) no-repeat top left;
	padding-left:6px;
	text-align:left;
	border-bottom:6px solid #191314;
}

#center_content{ 
	float:left;
	width:592px;
	padding-right:5px;
	background:url(../images/center_rightbg.gif) no-repeat top right; 
}
#content{ 
	background:#C7C7C7; 
	float:left; 
	width:573px;
	padding:2px 10px 7px 9px;
}
#banner{ 
	width:573px;
	padding-bottom:4px;
	float:left 
}
#banner .img{ 
	width:295px; 
	height:190px;
}
#banner .banner_text{ 
	width:260px; 
	height:170px; 
	background:#000 url(../images/banner_bg.gif) no-repeat right top;
	padding:10px 4px 10px 10px;
	text-align:left;
	line-height:18px;
	color:#da9f01; 
	font-size:14px;
}
.title{ 
	color:#0080BA; 
	font-size:21px;
	font-weight:bold;
	padding-bottom:5px; 
}
.title1 {
        color:#ffffff;
        font-size:8;
        font-weight:bold;
        padding-bottom:5px;

}
.titlesmall{
        color:#0080BA;
        font-size:18px;
        font-weight:bold;
        padding-bottom:5px;
}

.title02{ 
	font-size:18px; 
	color:#053e5d;
	font-weight:bold;
	padding-top:5px;
}
.title02small{
        font-size:13px;
        color:#da9f01;
        font-weight:bold;
        padding-top:5px;
}
p{ 
	padding-top:10px;
	margin:0px; 
}
#about{ 
	background:#000; 
	width:553px;
	padding: 20px 10px 20px 10px;
	float:left;
	clear:both; 
}
#about span{ 
	font-size:16px; 
	font-weight:bold;
}
.about_img{ 
}
/*center over*/

/*footer start*/
#footer{ 
	width:603px; 
	text-align:center;
	padding:20px 0px 20px 0px;
	color:#909090;
}
/*footer over*/

