body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, 
form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
body {
    color: #333;
   
    text-align: center;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
	background-image:url(bg.gif)
	 

}


html, body {
    height: 100%;
}
* html .container {
    height: 100%;
}
.container {
    width: 900px;
    min-height: 100%;
    margin: auto;
    text-align: left;
    background: #fff;
}
a:link, a:visited {
    color: #FC0303;
    text-decoration: none;
}
.nav {
    position: relative;
    margin: 0 0px 0px;
    background: url(nav_bg.png) no-repeat 0 -36px;
}
.navinner {
    background: url(nav_bg.png) no-repeat 100% -72px;
}
.navlist {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px;
    background: url(nav_bg.png) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
   
}
.nav a {
    display: block;
    width: 102px;
    text-align: center;
    font-size: 120%;
}


.nav a:link, .nav a:visited {
    color: #FEFCFC;
	font-family:"ËÎÌå"
	

	 
	
}


.nav a.current, .nav a:hover, .nav a:active {
    color: #FC0303;
    font-weight: bold;
    background: url(nav_bg.png) no-repeat 50% -144px; 
}

