/* CSS Document */

body { margin:0px;
		padding:0px;
		line-height:18px;
		color:#3d3d32;
		font-family:"Trebuchet MS";
		background-color:#cccccc;
		font-size:14px;
		padding:25px 0; }

p { margin:0px; padding:0px;}

a { color:#616161; }

#wrapper { margin:0pt auto; width:800px;  }
 #header { height:110px; background:url(../images/bg-header.jpg) top no-repeat #F1F0C4; font-size:0px; }
  #cn { width:287px;
		float:left;
		height:110px;
		padding-top:4px;
		background:url(../images/cn.jpg) top no-repeat; }
  #nav { width: 505px;
  		padding-right:8px;
		float:right;
		text-align:right;
		padding-top:34px;
		font-size:0px;
		 }
	
 *html #nav{ width: 505px;
  		padding-right:8px;
		float:right;
		text-align:right;
		padding-top:38px;
		font-size:0px;
		 }
 
 #banner { width:800px;
 		height:364px;
		background:url(../images/headbg.jpg) top center no-repeat;
		}
 #main-content-01 { padding:42px 40px 25px 40px;
 		background-image:url(../images/bg-main-01.jpg);
		background-position:top;
		background-repeat:no-repeat;
		background-color:#f1f0c5;  }
 #main-content-02 { padding:42px 40px 25px 40px;
 		background-image:url(../images/bg-main-02.jpg);
		background-position:top;
		background-repeat:no-repeat;
		background-color:#f1f0c5;  }
 #main-content-03 { padding:42px 40px 25px 40px;
 		background-image:url(../images/bg-main-03.jpg);
		background-position:top;
		background-repeat:no-repeat;
		background-color:#f1f0c5;  } 
  #main-left { width:481px;
  		float:left; }
  #main-right { width:202px;
  		float:right; }
 #footer { font-family:Tahoma;
 		color:#FFFFFF;
		font-size:10px;
		line-height:12px;
		padding-top:22px;
		padding-bottom:22px;
		background-image:url(../images/bg-footer.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		background-color:#00adda;
		text-align:center;  }
 #footer a { color:#fff; }
