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


*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#790000;
}
img{
	border:none;
}
ul,li{
	list-style:none;
}
a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#900;
	text-decoration:none;
}
a:active{
	color:#000;
	text-decoration:none;
}
h1{
	font-size:16px;
}
h2{
	font-size:14px;
	color:#F00;
}
p{
	line-height:120%;
	font-size:12px;
	
}
table td{
	padding:5px 8px;
}

#container{
	width:980px;
	
	background-image:url(../images/bg.jpg);
	margin:0px auto;
	
	
}
/*the top_bar department*/

#banner{
	width:980px;
	height:545px;
	margin:0px auto;
	background:url(../images/banner.jpg) no-repeat;
}

#banner img{
     margin-left:12px;
	 margin-top:16px;}
/*the nav department*/
.nav{
	width:980px;
	height:60px;
}

/*the content department*/
#content{
	width:980px;
	margin:0 auto;
	
}
#content ul li {
	float:left;
	width:195px;
	text-align:center;
	padding-top:10px;
	height: 320px;
	  }
	  
#content ul li img{
      padding:3px;
	  border:1px solid #c4171d;
	  
	  
	  }
	  
#content ul li p{
      width:137px;
	  margin:0 auto;
	  text-align:center;
	  line-height:150%;
	  }
#content ul li p b{
       display:block;
      text-align:center;
	  margin-top:5px;
	  margin-bottom:5px;
	  font-size:14px;
	  }	  
/*the other department*/

/*the footer department*/
#footer{
   
	line-height:24px;
	text-align:center;
	margin-top:60px;
	padding-top:15px;
	width:960px;
	margin:0 auto;
	border-top:2px solid #e11e20;
	margin-top:20px;
	
}
#footer a{
    color:#000000;
	text-decoration:none;
	font-size:12px;
}
#footer a:hover{
    color:#f00;
	text-decoration:none;
}
