/** SITE FRAMEWORK 
	~This css comprises the basic site template.
**/

body         {  
               text-align: center; margin-left: 0px; margin-right: 0px; 
			   font-family:"Simsun";font-size:12px;
               margin-top: 0px; margin-bottom: 0px; padding: 0px; 
			   BACKGROUND-COLOR:#B1B1B1;
               BACKGROUND-IMAGE:URL("../../@images/core/bg_body.jpg");
			   BACKGROUND-position:center;BACKGROUND-repeat:repeat-y;
			    }
#body-wrap{
width:778px; 
height:100%;
margin-right:auto;
margin-left:auto;   
text-align: left;/**We need this for IE 5.5**/
font-family:"Simsun";
font-size:12px;
}


#head-wrap   { width: 778px; height: 120px; 
              }
#header-wrap {   
margin: 0px;
padding: 0px 0px 0px 0px;
font-family:"Simsun";font-size:12px;
width: 778px;
height:30px;
text-align: right;
background-image: 
url('../../@images/core/header_bg.jpg'); 
background-repeat: repeat-x;
border-bottom:#7A7A7C 1px solid;
}
#nav-wrap {   
margin: 0px;
padding: 10px 0px 0px 20px;
font-family:"Simsun";font-size:12px;
width: 778px;
BORDER-LEFT: #939393 0px solid;
height: 30px;
background-image: 
url('../../@images/core/title_bg.jpg'); 
background-repeat: repeat-x;

}

#content-wrap { 
width: 778px; 
height:500px;
padding: 0px 0px 0px 0px;
background-color: #fff; 

text-align: left;/**We need this for IE 5.5**/
overflow:visible;
} 
#content-0-wrap { 
width: 618px; 
float:right;
height:*;
padding: 0px 0px 0px 0px;
background-color: #fff; 

text-align: left;/**We need this for IE 5.5**/
overflow:visible;
} 

#foot-wrap   { 
               clear:both;
			   padding: 20px 0px 0px 0px;
               width: 778px; height: 80px; color:black;
               font-family:Simsun;font-size:12px;
               background-image:url('../../@images/core/foot_bg.jpg'); 
               background-repeat: repeat-x;

			   border-bottom:#a7a9a9 1px solid;
			   margin-left:auto;margin-right:auto; text-align:center;
               margin: 0px; 
			   }
			   
#foot-wrap a{
color:#fff;
font-size:10px;
} 







 
 



