body, html{
    font-family:Verdana;
    height:100%;
    margin:0;
    padding:0;
    text-align:center;    
    font-size:12px;
    color: #323232;
    background: #174b59 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);
}

#content{
    width: 780px;
    float: right;
    background: white url(./img/head.jpg) repeat-x;
    padding-bottom: 10px;
}

.wide{
    width: 780px;
    margin-top: 10px;
}

.head{
    height: 30px;
    background: url(./img/head.jpg) repeat-x;
    text-align: left;
    
}

.title{
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-family: "trebuchet ms";
    
    margin: 0 0 0 10px;
    padding: 0;
}

.text{
    background: white;
    padding: 10px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.text p{
    color: #666666;
    text-align: justify;
    margin-top: 0;
}

.text h3, .text h2{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: left;
    color: #666666;
}

.short{
    width: 385px;

}

.h220{
    height: 220px;
    margin-top: 10px;
}

.h100{
  height: 170px;
}

.left{
    float:left;
}

.right{
    float: right;
}

.clr{
    clear: both;
}

.col{
    float:left;
    height:330px;
    text-align:left;
}

.col1{
    width: 80px;
}

.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;
}

.cell p{
    margin: 0;
    padding: 15px 0 0;
    font-size: 11px;
    font-weight: bold;
}

.cell a{
    color: #ff6600;
    font-size: 11px;
}

a{
    color: #ff6600;
}

.cell a:hover{
    text-decoration: none;
}

.col5 .cell img{
    margin-top: 8px;
}

.cell img{
    border: 0;
    margin: 5px 0;
}

#sidebar{
    float: left;
    width: 200px;
        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: #ff6600;
    text-decoration:none;
}

.s_head{
    width: 200px;
    height: 7px;
    font-size: 0px;
    line-height: 0px;
    background: url(./img/s_h.jpg) repeat-x;
}

.wp-pagenavi{
    margin: 10px 0;
}

#footer div, #footer a{
    color: white;
    margin: 5px 0;
}

#footer p{
    margin: 5px 0;
    color: #a2b7bd;
}

.bg_white{
    background: white !important; 
}

.m010{
    margin-top:0px !important;
    margin-bottom: 10px !important;
}

.m0{
    margin: 0 !important;
}

.m0 .title a{
    color: white !important;
    text-decoration: none;
}

.alignleft{
    float: left;
    margin: 0 10px 5px 0;
}

.alignright{
    float: right;
    margin:0 0 5px 10px;
}