* {
    margin: 0;
    overflow: auto;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #D5DBB5;
    color: #525252;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    text-align: justify;
}
h1, h2, h3 {
    color: #3B3B3B;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    margin-bottom: 15px;
    text-transform: lowercase;
}
h1 {
    letter-spacing: -1px;
}
h2 {
    letter-spacing: -1px;
}
h3 {
}
p, ol, ul {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
ul, ol {
    margin-left: 3em;
}
blockquote {
    font-style: italic;
    padding: 0 3em;
}
a:link {
    color: #3B3B3B;
    text-decoration: none;
}
a:hover, a:active {
    color: #3B3B3B;
    text-decoration: none;
}
a:visited {
    color: #3B3B3B;
}
img {
    border: medium none;
}
img.left {
    float: left;
    margin: 0 15px 0 0;
}
img.right {
    float: right;
    margin: 0 0 0 15px;
}
#header {
    background: url("images/img01.jpg") no-repeat scroll center top #D5DBB5;
    height: 305px;
    margin: 0 auto;
    padding: 0 25px 10px;
    width: 710px;
}
#header h1 {
    letter-spacing: -2px;
    margin: 0;
    padding: 200px 0 0 40px;
}
#header h1 a {
    color: #FFFFFF;
}
#header h2 {
    font: bold 10px Arial,Helvetica,sans-serif;
    letter-spacing: normal;
    margin: -10px 0 0;
    padding: 0 0 0 175px;
}
#header h2 a {
    color: #FFFFFF;
}
#header a {
    text-decoration: none;
}
#page {
    background: url("images/img02.gif") repeat-y scroll center top #D5DBB5;
    margin: 0 auto;
    padding: 0 25px;
    width: 710px;
}
#content {
    background: url("images/img03.gif") no-repeat scroll 0 0 transparent;
    float: left;
    padding: 5px 0 0 5px;
    width: 460px;
}
.post {
    padding: 20px 0 0 20px;
    width: 420px;
}
.post h1, .post h2, .post h3 {
}
.post .title {
    padding: 0 0 5px;
}
.post .title span {
    padding-right: 30px;
}
#sidebar {
    background: url("images/img04.gif") no-repeat scroll 0 0 transparent;
    float: right;
    padding: 5px 5px 0 0;
    width: 240px;
}
.box {
    padding-left: 1px;
    width: 239px;
}
.box .title {
    background: url("images/img09.gif") repeat-x scroll 0 0 transparent;
    color: #3B3B3B;
    font-size: 1.4em;
    height: 33px;
    margin: 0;
    padding: 10px 0 0 20px;
}
.box ul {
    list-style: none outside none;
    margin: 20px;
    padding: 0;
}
.box li {
    border-bottom: 1px dashed #CCCCCC;
    padding: 5px 0;
}
.box li.first {
    background: none repeat scroll 0 0 transparent;
}
.box h3 {
    color: #3B3B3B;
    font-weight: bold;
    margin: 0;
}
.box p {
    line-height: normal;
    margin: 0;
}
.box a {
    background: url("images/img11.gif") no-repeat scroll 0 5px transparent;
    padding-left: 10px;
}
#footer {
    background: url("images/img12.gif") no-repeat scroll center top #D5DBB5;
    height: 45px;
    margin: 0 auto;
    padding: 0 25px 25px;
    width: 685px;
}
#footer p {
    font-size: 0.6em;
    line-height: normal;
    margin: 0;
    padding: 14px 20px;
}
#footer a {
    color: #3B3B3B;
}
#footer a:hover {
    text-decoration: underline;
}
#legal {
    float: left;
}
#links {
    float: right;
}

