body  {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.sonorous{ float:right;}
a { text-decoration:none;}
img { border:none;}
.clear{ clear:both; font-size:0px;}
.bold{ font-weight:bold; color:#2D3842;}
.black{ color:#000000;}
.font11{ font-size:11px; font-weight:bold;}
.font11 a{ color:#5C6A74;}

#container { 
	width: 980px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 

#left_wrapper {
	float: left;	
	margin-left:30px!important;
	margin-left:15px;
	width: 280px; /* since this element is floated, a width must be given */
	background:url(../images/bg_home_bar.gif) left top no-repeat #B5B9BD; /* the background color will be displayed for the length of the content in the column, but no further */
}

#left_wrapper h1{ padding:0; margin:0; padding:15px; margin-bottom:59px;}


#menu { text-align:right; padding-right:10px;}
#menu ul{ padding:0; margin:0; list-style:none;}
#menu ul li{ margin-bottom:30px;}
#menu ul li a{font-family:Helvetica,Arial,sans-serif; color:#434A4B; font-size:15px; font-weight:bold; letter-spacing:-1px;}
#sub_menu{ padding-top:24px; text-align:right;  padding-right:10px; letter-spacing:-1px; line-height:18px; padding-bottom:65px;}
#sub_menu ul{ padding:0; margin:0; list-style:none;}
#sub_menu ul li{ padding:0; margin:0; list-style:none;}
#sub_menu ul li a{font-family:Helvetica,Arial,sans-serif; color:#434A4B; font-size:15px; font-weight:bold;}


#right_wrapper {
	float:right;
	width:625px;
	padding-bottom:15px;
	
}

#right_wrapper #header{ float:right; width:260px;}

#right_wrapper #lang {  margin-top:5px; text-align:right;} 
#right_wrapper #lang a{ color:#626A6A;}
#right_wrapper #lang a.lang_active{ color:#0091D2;}
 
#right_wrapper #tool_bar{ text-align:right; width:150px; clear:both; float:right;}
#right_wrapper #tool_bar ul{ list-style:none; padding:0; margin:0;}
#right_wrapper #tool_bar ul li{ padding-right:20px; line-height:18px;}
#right_wrapper #tool_bar ul li a{ color:#6B7474; font-size:11px}
#right_wrapper #tool_bar ul li.email{ background:url(../images/icon_mail.gif) right top no-repeat;}
#right_wrapper #tool_bar ul li.login{ background:url(../images/icon_account.gif) right no-repeat;}
#right_wrapper #tool_bar ul li.search{ background:url(../images/icon_search.gif) right no-repeat;}

#right_wrapper #main_content_home{ float:right; clear:both; /*width:555px;*/ width:561px; margin-top:30px;}
#right_wrapper #main_content_home .news_wrapepr{ width:355px; float:left;}
#right_wrapper #main_content_home .news_wrapepr h2{ padding:0; margin:0; font-size:23px; color:#5C6A74; font-weight:normal; padding-bottom:25px; padding-top:30px;  }
#right_wrapper #main_content_home .news_wrapepr h2 a{ color:#5C6A74; }
#right_wrapper #main_content_home .news{ /*width:360px;*/width:355px; height:77px; clear:both; color:#666666; margin-bottom:12px;}
#right_wrapper #main_content_home .news a{ color:#0091D2; font-weight:bold; font-size:10px;}
#right_wrapper #main_content_home .news .news_pic{ float:left; width:140px; padding-right:10px;}
#right_wrapper #main_content_home .news .news_des{ float:left; width:200px; padding-top:8px; line-height:12px;}
#right_wrapper #main_content_home .news .news_des_long{ float:left; width:350px; padding-top:8px; line-height:12px;}

#bot_wrapper #footer_up{ background:url(../images/bar_big.gif) no-repeat; width:980px; height:78px;}
#bot_wrapper #footer_up .footer_sound{ width:300px; float:left; padding-top:28px;}
#bot_wrapper #footer_up .footer_sound img{float:right;}
#bot_wrapper #footer_up .footer_mark{ width:640px; float:left; padding-top:28px;}
#bot_wrapper #footer_up .footer_mark img{float:right; padding-left:10px;}
#bot_wrapper #footer_bot{ background:url(../images/bg_footer.gif) 30px top no-repeat; width:980px; height:57px;  font-size:11px;text-align:right; padding-top:3px;}
#bot_wrapper #footer_bot .footer_bot_left{ display:block; float:left; width:300px;color:#434A4B}
#bot_wrapper #footer_bot .footer_bot_left a{color:#434A4B}
#bot_wrapper #footer_bot .footer_bot_right{ display:block; float:left; width:665px;}
#bot_wrapper #footer_bot a{color:#333333;}
#bot_wrapper #footer_bot a:hover{ text-decoration:underline;}
.bg_bar{ background:url(../images/bg_bar.gif) center 140px no-repeat; width:100%;  clear:both;}




