body{
    font-family:verdana,arial,sans-serif;
    font-size:11pt;
    background:#fff;
    padding:0px;
    margin:0px;
}

a{
    text-decoration:none;
}

a:visited{
    color:blue;
}

a:hover{
    color:#828;
}

ul{
    margin:0px;
    padding-left:18px;
    color:black;
    text-color:white;
}

h2{
    margin-bottom:5px;
}

p{
    margin-top:5px;
}

#header{
    width:970px;
    height:70px;
    background:#ffffff;
    padding:15px;    
    font-weight:bold;
}

#header a{
    color:black;
}

#logo{
    font-size:20pt;
}

#wrap{
    width:1000px;
}

#content{
    margin-right:150px;
    float:right;
    width:680px;
    background:#f8f8f8;
    padding:10px;
}

#content{
    margin-right:150px;
    float:right;
    width:680px;
    background:#ffffff;
    padding:10px;
}

#content .post_list .post_list_title{
    padding:0px;
    margin:0px;
    border-bottom:1px solid #ddd;
} 

#content .post_list .post_list_footer{
    padding:3px;
    margin:0px 0px 10px 0px;
    border-bottom:1px solid #ddd;
    background:#eee;    
} 

#content .post_list .post_list_title a{
    text-decoration:none;
} 

#content .post_list .post_list_title h3{
    padding:0px;
    margin:0px;
} 

#content .post_list .post_list_title h2{
    padding:0px;
    margin:0px;
} 

#content .post_list .post_list_item{
    padding:0px;
    margin-bottom:18px;
} 

#content #post_footer{
    margin-top:10px;
    padding:5px;
    border:1px solid #ccc;
}

#left{
    float:left;
    width:149px;
    margin-top:30px;
    padding-bottom:10px;
    border-right:1px solid #888;
}

#left .label{
    border-bottom:1px solid #888;
    background:#fff;
    padding:4px;
    font-weight:bold;
    margin-bottom:5px;
}

#left .menu{    
    background:#ffffff;
    margin-bottom:15px;
    clear:both;
    padding-bottom:7px;
}

#right{
    position:absolute;
    border-left:1px solid #888;
    left:850px;
    width:149px;
    margin-top:30px;
    padding-bottom:10px;
}

#right .label{
    border-bottom:1px solid #888;
    background:#fff;
    padding:4px;
    font-weight:bold;
    margin-bottom:5px;
}

#right .menu{
    background:#ffffff;
    margin-bottom:15px;
    clear:both;
    padding-bottom:7px;
}

#footer{
    clear:both;
    border-top:1px solid #888;
    width:990px;
    height:20px;
    background:#ffffff;
    text-align: center;
    padding:5px;
}
