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

*{ margin:0px ; padding:0px}
a img{ border:0px;}
body{ font-family: "Times New Roman", Times, serif}

#container{ width:755px; margin:auto}

/*************************      Header section       ******************************/
#header{ width:755px; float:left; display:inline; margin:50px 0 0 0}
#left_part_head{ width:266px; float: left; display:inline; padding:30px 0 0 0}
#left_part_head ul{display:inline; margin: 10px 0 0 0; float:left; width:266px}
#left_part_head ul li{ display:inline; float:left; list-style:none; font-size:12px; }
#left_part_head ul li a{ text-decoration:none; color:#6600ee; margin:0 4px 0 4px}

#right_part_header{ width:486px; float: right; display:inline; background:#efefef; padding:10px 0}
#right_part_header .para1{ display:inline; text-align:center; width:158px; float:left; padding:30px 0 0 0; 
	font-size:12px; font-weight:bold}
#right_part_header .para2{ display:inline; text-align: justify; width:320px; float:left; padding:10px 0; font-size:12px ; 
	line-height:16px}

/*************************      Content Section     ************************************/
#content{ width:755px; background:#000; float:left; display:inline}
#top_section{ border-bottom:1px solid #111111; width:755px; float:left; display:inline}
.left_col{ width:370px; float:left; display:inline; border-right:1px solid #111111;}
.left_col h1{ color:#fff; font-size:28px; text-align:right; padding:30px 10px 0 10px}
.left_col h1 span{ font-size:18px; font-weight:normal; text-align:right}
.left_col h3{ color:#fff; font-size:20px; text-align:right; padding:10px 10px 20px 0; line-height:35px}
.right_col{ float:left; display:inline; width:370px;}
.pic{ margin:50px 0 0 10px}
.right_col h1{ color:#fff; font-size:28px; padding:30px 0 20px 10px}
.right_col h1 span{ color:#fff; font-size:18px;}
.pic2{ float:right; display:inline; border-left:1px solid #111111; padding:10px 30px 10px 30px}
#bottom_section{ float:left; display:inline}

#link{ width:755px; float:left; display:inline; margin:20px 0 20px 0}
#link ul{ text-align:center;} 
#link ul li{ list-style:none; display:inline; text-align:center; font-size:13px; color:#ff0000; font-weight:bold}
#link ul li a{ list-style:none; display:inline; text-align:center;  text-decoration:none; margin:0 3px 0 3px; color:#ff0000}


/************************        Footer section       *************************************/
#footer{ width:755px; float:left; display:inline; text-align:center}
#footer h1{ font-size:16px;color:#ff0000}
#footer p a{ text-decoration:none; text-align:center; font-size:15px; color:#0000ee; margin:0 0 4px 0}
#footer ul{}
#footer ul li{ list-style:none; display:inline;}
#footer ul li a{ text-decoration:none; margin:0 4px 0 4px}


