* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #8B8471;
    background: #2CCAFF url(images/bg.gif) repeat-x;
}

h1, h2, h3 {
    font-style: italic;
    font-weight: normal;
}

h1 {
    float: left;
    padding: 40px 15px 0 20px;
    font-size: 30px;
    letter-spacing: -1px;
    color: White;
}

h1 a {
    color: White;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: none;
}

h2 {
    padding-top: 50px;
    font-size: 12px;
    color: #9CC2E8;
}

h3 {
    font-size: 24px;
    color: #E4B338;
}

p {
    padding: 10px 0;

    text-align: justify;
}

a {
    color: #229DC6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

#header {
    height: 90px;
    background: #3C77C7 url(images/header.jpg) no-repeat;
}

#search {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 238px;
    background: #4980C9;
    border-top: 1px solid #4884CC;
    border-left: 1px solid #4884CC;
    border-right: 1px solid #5194D8;
}

#search input.text {
    float: left;
    display: block;
    padding: 4px;
    width: 195px;
    font-size: 14px;
    color: #9CC2E8;
    background: #4980C9;
    border: none;
}

#search input.submit {
    float: right;
    display: block;
    padding: 5px 0;
    width: 35px;
    height: 24px;
    background: url(images/submit.gif) no-repeat top;
    border: none;
    cursor: pointer;
}

#middle {
    padding: 20px 20px 0 20px;
    background: White;
}

#menu {
    height: 50px;
    background: #F2E561 url(images/menu.gif) repeat-x;
}

#menu ul {
    list-style: none;
    padding-left: 20px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0 30px;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #575757;
}

#menu ul li a:hover {
    color: #2986DC;
}

#content {
    height: 1%;
    background: url(images/bg2.gif) repeat-x;
}

#left {
    float: left;
    width: 640px;
}

#left h3 a {
    text-decoration: none;
    color: #E4B338;
}

#left .post {
    margin-bottom: 20px;
    padding-top: 20px;
    background: #FAF7E1 url(images/bg3.gif) repeat-x;
}

#left .post2 {
    padding: 0 20px 10px 20px;
}

p.meta {
    padding: 5px 0 15px 0;
    font-size: 9px;
    text-transform: uppercase;
    color: #A8BFCA;
}

#left ul.meta2 {
    list-style: none;
    padding-left: 20px;
    height: 40px;
    background: #7EDFFF url(images/meta2.gif) repeat-x;
}

#left ul.meta2 li {
    display: block;
    float: left;
    padding: 10px 0 0 0;
}

#left ul.meta2 li a {
    padding: 0 40px 0 0;
}

#left ul.meta2 li img {
    vertical-align: middle;
}

#sidebar {
    float: right;
    width: 240px;
}

#sidebar h3 {
    padding-top: 20px;
    font-size: 20px;
}

#calendar {
    position: relative;
    width: 240px;
    margin: 10px 0 20px 0;
    padding: 10px 0 14px 0;
    text-align: center;
    background: #C8F1FF;
    border-top: 1px solid #B5EBFF;
    border-bottom: 1px solid #B5EBFF;
}

#calendar table {
    margin: 20px auto 0 auto;
    border: none;
    border-collapse: collapse;
}

#calendar td {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #5ED7FF url(images/meta2.gif) repeat-x bottom;
    border: 2px solid #C8F1FF;
}

#calendar a {
    color: #8B8471;
}

#prev, #next {
    position: absolute;
    top: 12px;
    width: 9px;
    height: 8px;
    overflow: hidden;
}

#prev {
    left: 35px;
}

#next {
    right: 35px;
}

#sidebar ul {
    list-style: none;
    padding: 5px 0 20px 0;
}

#sidebar ul li {
    padding: 12px 0 6px 18px;
    background: url(images/li.gif) no-repeat;
}

#sidebar ul li a {
    padding: 0;
    line-height: 1.5em;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
}

#footer p {
    text-align: center;
    color: White;
}