/* CSS Document */

body{ background-color:#c81919;text-align: center;}

  #logo{ width:100%; text-align:center; margin-top:70px; margin-bottom:20px;}
  #botton{width:600px; text-align:center;height:35px;margin-bottom:10px;}
  #b_left{float:left;width:300px;height:35px;}
  #b_right{float:right;width:300px;height:35px;}
  #main{ width:1003px; text-align:center; clear:both; margin:0 auto;}
  
     #nav{ padding:0 0 0 180px; margin:0 auto; text-align:center;}
	 #nav li{ list-style:none; float:left; padding-right:64px;}
	 #nav li img{ border:0;}

  #D_foot{
	width:1003px;
	height:27px;
	margin-bottom:auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
  #DF_left{ float:left; width:389px; height:27px; background:url(../images/Footbg.jpg) right no-repeat}
  #DF_middle{
	float:left;
	width:215px;
	height:27px;
	line-height:27px;
	color:#FFFFFF;
	text-align:center;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
  #DF_right{ float:right; width:389px; height:27px; background:url(../images/Footbg.jpg) left no-repeat;}

