body, html{
    font-family:Verdana;
    height:100%;
    margin:0;
    padding:0;
    text-align:center;    
    font-size:12px;
    color: #323232;
    background: #682a1e url(./img/bg.jpg) repeat-x;
}

#all{
    width:990px;
    margin:0 auto;
    padding:0;
    border:none;
    background: white;
}

#header{
    width: 990px;
    height: 100px;
    background: url(./img/header.jpg);
}

#menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menu li{
    float: left;
    width: 165px;
    height: 26px;
    padding: 0;
    margin: 0;
    background: url(./img/menu.jpg);
}

#menu li:hover{
    background: url(./img/menu.jpg) 0% 100%;
}

#menu li a{

    color: #dcdcdc;
    position: relative;
    top: 5px;
    text-decoration: none;
}

.clr{
    clear: both;
}

#h-line{
    width:990px;
    height: 18px;
    background: url(./img/h-line.gif) repeat-x;
}





.col{
    float:left;
    height:250px;
    text-align:left;
}

.col1{
    width: 80px;
    margin-left: 10px;
}

.col2{
    width: 100px;
}

.col3{
    width: 55px;
}

.col4{
    width: 55px;
}

.col5{
    width: 65px;
}


.col .th{
    
    border-bottom: 1px solid #cccccc;
    color: #666666;
    margin-top: 5px;
    height: 20px;
    font-weight: bold;
}


.cell {
    border-bottom: 1px solid #cccccc;
    height: 44px;
}

.nb{
    border: none !important;    
}

.cell p{
    margin: 0;
    padding: 15px 0 0;
    font-size: 11px;
    font-weight: bold;
}

.cell a{
    color: #990000;
    font-size: 11px;
}

a{
    color: #990000;
}

.cell a:hover{
    text-decoration: none;
}

.col5 .cell img{
    margin-top: 8px;
}

.cell img{
    border: 0;
    margin: 5px 0;
}

#content{
    width: 765px;
    float: left;
}

.short{
    width: 375px;
    height: 280px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.l{
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    height: 670px !important;
    overflow: hidden;
}

.left{
    float: left;
}

.right{
    float: right;
}

.head{
    width: 373px;
    height: 33px;
    text-align: left;

    background: url(./img/h_l.jpg) 0% 100% repeat-x;
}

.title{
    font-size: 20px;
    color: #990000;    
    margin: 0 0 0 10px;
    padding: 0;
}


.text{
        padding: 10px;
}

.text p{
    color: #666666;
    text-align: justify;
    margin-top: 0;
}

.text li{
    color: #666666;
    text-align: justify;
    margin: 7px 0 7px 0;
	padding: 0;
}

.text ul{
    margin: 5px 0 5px 20px;
	padding: 0;
}

.short .text a{
    display:block;
}

.text a{
    text-decoration: none;
    

}

.text a:hover{

    color: #990000;
}

h2, h3, .short .text a{
    font-size: 14px;
    color: #666666;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
}


#sidebar{
    float: right;
    width: 212px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#sidebar h3{
    font-size:12px;
    font-weight: bold;
    padding: 0;
    margin: 5px;
    text-align: left;
    color:#666666;
}



#sidebar a{
    display: block;
    text-align: left;
    margin: 5px;
}

#sidebar a{
    color:#666666;
    text-decoration: underline;
}

#sidebar a:hover{
    color: #990000;
    text-decoration:none;
}

.s_head{
    width: 200px;
    height: 7px;
    font-size: 0px;
    line-height: 0px;
    background: url(./img/s_h.jpg) repeat-x;
}

.b777{
    background: url(./img/777.jpg) no-repeat 10px 1px;

}

.coin{
     background: url(./img/coin.jpg) no-repeat ;
}

.b777 .head{ 
    padding-left: 70px;
}

.coin .head{
    padding-left: 50px;
}

#footer div, #footer a{
    color: white;
    margin: 5px 0;
}

#footer p{
    margin: 5px 0;
    color: #c7aca6;
}

.wide{
    width: 765px !important;
    text-align: left;
    background: none;
}

.border{
    border: 1px solid #cccccc;
}

.wp-pagenavi{
    margin: 10px 0;
}

