body {
    background: url(/img/bg.gif);
    text-align: center;
}
#wrap {
    width:692px;
    background-color: #ffffff;
    border: 1px solid #996633;
    text-align:left;
    margin:0 auto;
} 
#inner {
    margin:6px 6px;
}
#header {
    margin:0;
    border-bottom: #996633 1px solid;
}
#mainwrap{
    width:480px;
    float:right;
    padding:8px 10px;
}
#sidewrap{
    width:180px;
    height:520px;
    float:left;
    padding:0;
}
.clear { clear:both; }  
.clear hr { display:none; }  
#footer{
    height:23px;
    margin:0;
    border-top: #996633 1px solid;
    text-align: center;
}
ul {
    list-style-type: none;
    background-color: #ffddff;
    font-size: 85%;
    width: 180px;
}
li {
    text-align: left;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ddd;
    padding: 5px 5px;
    color: #444444;
    border-bottom: 1px solid #996633;
}
li a {
    display: block;
    color: #444444;
    text-decoration: none;
}
h2 {
    font: bold 120%;
    color: #663300;
    margin-bottom:8px;
}
.article {
    padding-bottom: 8px;
    border-bottom: 1px dashed #996633;
}
.date {
    font: bold 80%;
    color: #ff0000;
    margin-bottom: 5px;
}
h3 {
    font: bold 80%;
    color: #ff0000;
    margin-bottom: 5px;
}
p {
    font-size: 80%;
    color: #000000;
}
