
/*<!--universal settings--> */

* {
padding: 0;
margin: 0;
}

/*<!--overall settings-->*/

body {
background: #fff;
line-height: 1.2em;
font-family: Verdana, Arial, Sans-serif;
}
h1 {
padding: 0.6em 0 0 1.4em;
color: #6D6254;
font: 0.8em verdana, sans-serif;
font-weight: regular;
}
h2 {
padding: 0.2em 0 0 1.4em;
color: #6D6254;
font: 0.8em verdana, sans-serif;
font-weight: regular;
}

/*<!-- main structure--> */

#container {
     background: transparent url(../images/fengsh.gif) no-repeat top left;
     height: 800px;
     width: 800px;  
     margin: 0 auto;
     position: relative;
border-left: 1px solid #ADBE5F;
border-right: 1px solid #ADBE5F;

}



#header {

color: #91A46B;
padding: 0em;
height:150px;
}


#left {
position: absolute;
top: 150px;
left: 0;
margin: 0;
padding: 0 0.8em 0 0.8em;
height: 650px;
width: 8em;
background: #fff;
}

.leftlist {
top: 0.8em;
left: 0;
list-style-type: bullet;
list-style-position: inside;
height: 1.6em;
width: 10em;
border-bottom: 1px solid #ccc;
}

.current {
color: #939D2D;
font-weight: bold;
}

#left a:link {
text-decoration: none;
font: 0.8em verdana, arial, sans-serif;
font-weight: regular;
color: #939D2D;
width: 10em;

}

#left a:visited {
font: 0.8em verdana, arial, sans-serif;
font-weight: regular;
color: #9ab;
text-decoration: none;
width: 10em;
}

#left a:hover {
font: 0.8em verdana, arial, sans-serif;
text-transform: uppercase;
font-weight: bold;
color: #723007;
text-decoration: none;
width: 10em;
} 

#left a:active {
font: 0.8em verdana, arial, sans-serif;
font-weight: bold;
color: #ff9503;
text-decoration: none;
width: 10em;
}

#right {
margin: 0 0 1em 10em;
padding: 0;
background: #fff;
width: 620px;
height: 650px; 

}

#right p{
font: 0.8em verdana, arial, sans-serif;
font-weight: regular;
text-align: left;
line-height: 1.4em;
color: #6D6254;
margin-left: 1.4em; 
padding: 0.8em 0.8em 0.8em 0.1em;
}

#bold {
    font-weight: bold;
font-size: 0.8em;
color: #988367;
text-decoration: none;
}

#right p a {
font: 0.8em Verdana, sans-serif;
font-weight: bold;
color: #ccc;
}

#right p a:link {
font-weight: bold;
color: #333;
text-decoration: none;
}

#right p a:visited {
font-weight: bold;
color: #ccc;
text-decoration: none;
}

#right p a:hover {
font-weight: bold;
text-transform: uppercase;
text-decoration: underline;
color: #f00;
}

#right p a:active {
text-decoration: none;
font-weight: bold;
color: #f60;
}







