/*********************************
StyleName:style.css For REC
Author: Fandt(info.zhaojiang.org &info@zhaojiang.org)
Build Date: June 2th,2008
City: Zigong City




*********************************/
*{
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
}
h4{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
h5{
    font-size: 15px;
    font-weight: bold;
    padding-left: 24px;
}
p{
    text-indent: 24px;
    margin: 3px;
}
a{
    color: #636563;
    text-decoration: none;
}
a:hover{
    background: #E5F0D2;
    border-bottom: 1px dashed #ccc;
}
hr{
  	color: #D2E6AA;
	  border: 1px solid;
  	margin: 5px 25px;
}
#clear {
    display: block;
    clear: both;
    width: 100%;
    height:1px;
    overflow:hidden;
}
br{
  	clear:both;
}

/*---Start Main CSS---*/

body {
	  margin-top: 5px;
    text-align: center;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times;
    color: #333; 
    
}
#wrapper {
	  width: 800px;
	  margin: 0 auto;
	  text-align: left;
	  background: #F2F6E4;
}
	
#header {
	  background: transparent url(images/header.gif) no-repeat;
	  height: 120px;
	  font-weight; bold;
	  color: #fff;
}
#header ul {
	  margin:100px 0 0 100px;
	  padding-top: 2px;
}
#header ul li{
	  float: left;
	  font-size: 15px;
	  margin-left: 10px;
	  line-height: 20px;
	  text-align:center;
}
#header ul li a{
	 color: #fff;
}
#header ul li a:hover{
	 color: #636563;
}	
#content {
	  padding: 24px;
	  border: 2px solid #A0D651;
	 
}
#content img {
	  margin-left: 2px;
	  padding:3px;
	  background: #F9F7ED;
	  border: 1px solid #A0D651;
}
#content ul {
	  width: 740px;
	  margin: 0 0 15px 0;  
	  
}
#content ul li {
	  margin-left: 2px;
	  padding: 3px;
    float: left;
    width: 361px;
    line-height: 15px;
    text-align: center;
    background: #A0D651;
}
#footer {
	  width: 800px;
	  clear: both;
	  margin: 0 auto;
	  padding: 5px;
}	
	
	  
	  
	  