     
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th {
margin: 0;
padding: 0;
border: 0;
outline: 0;
/*font-size: 100%; */
vertical-align: baseline;
background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
border-collapse: collapse;
border-spacing: 0;
}

td{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}

           
    /*      
td{border: #ff0000 1px solid;}  
div{border: #00ff00 1px solid;}
      
                   
ul{border: #00ff00 1px solid;}  
li{border: #00ff00 1px solid;}  
     
            */  

html, body, #total {
    height: 100%;
    width: 100%;
    margin: 0 auto;
	line-height: 100%;
    padding: 0;
    position: relative;
}
body {
    background-color: #fff;
}
#topcell {

}
#footercell {
    height: 90px;
}
#footer {
    height: 60px;
    background-color: #000; 
}
#footer p {
    margin: 10px;
    margin-left: 40px;
}                 

.header{
    width: 100%;
    height: 90px;
    background: #4D3621;
}

.headnav{
    height: 90px;
    width: 850px;
    background: #000; 
    position: relative;
}

.headnav ul{
    position: absolute;
    left: 250px;
    top: 30px;
}

.headnav ul li{
   float: left;
   padding: 3px 4px;
   margin: 0 40px 0 0;
}   

.rss{
    position: absolute;
    top: 33px; 
    left: 850px;
    width: 50px;
    background: url(../../img/rss.jpg) no-repeat left 100%; 
    padding: 0 0 0 17px;
}

.foopage{
    width: 100%;
    background: #fff;
    height: 24px;
}

.fullcont{
    width: 850px;
}

.fullcont100{
    width: 60%;   
}

.page_container{
    background: #E4E4E4;
    padding: 6px 50px 6px 40px;
    width: 120px;
    font-size: 12px;  
    
}
.page_container a{
    padding: 5px 6px;
    background: #4F4F4F;
    color: #fff;      
    font-size: 12px;
    text-decoration: none;
}

.page_container a.on, .page_container a:hover{
    background: #000;
}

.leftban{
    width: 200px;
   /* float: left; */
}

.center{
    width: 750px;
  /*  margin: 0 0 0 250px;  */
    margin: 0 0 0 50px;
    padding: 20px 0 0 0;
}

.leftban ul{
    margin: 20px 0 0 20px;
}

.leftban ul li{
    margin: 0 0 30px 0;
}

.leftban ul li img{
    float: left;
}

.leftban ul li p{
    margin: 0 0 0 55px;
}

