* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px/25px "Times New Roman", Times, serif;
    text-align: center;
    color: #000000;
    background: White;
}

p {
    padding: 5px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #EE5627;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

#header {
    height:150px;
    background: #78A379 url("images/header2.jpg") no-repeat;
    overflow: hidden;
}

#header h1 {
    padding: 80px 0 0 20px;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: White;
}

#header h1 a {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

#header h2 {
    position: relative;
    top: -5px;
    padding: 0 0 0 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #B5E5E2;
}

#bar {
    width: 900px;
    height: 53px;
    text-align: left;
    background: #9B2FDA url(images/bar.jpg) no-repeat;
}

#menu {
    width: 650px;
    height: 50px;
}

#menu ul {
    list-style: none;
    padding-left: 5px;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0 10px;
}

#menu ul li a {
    padding: 0;
    font: bold 17px/50px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: White;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #B5E5E2;
}

#middle {
    padding: 20px 0 0 0;
}

#sidebar1{
    float: left;
}

#sidebar2{
    float: right;
}

.sidebar {
    float: right;
    margin-bottom: 10px;
    width: 190px;
    background: #EFEAF0;
}

.sidebar h3{
    height: 36px;
    font-weight: bold;
    font-size: 17px;
    line-height: 42px;
    text-align: center;
    color: White;
    background: #EFEAF0 url(images/sidebarh3.gif) no-repeat;
}

.sidebar h3 a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.sidebar firsth3{
    background: url(images/sidebarh3.gif) no-repeat;
}

.sidebar firsth3 a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.sidebar ul {
    list-style: none;
    padding: 0 10px 10px 10px;
}

.sidebar ul li{
    padding: 3px 0 3px 10px;
    text-align: left;
    line-height: 18px;
    color: #BA431E;
    border-bottom: 2px dashed #CCCFFF;
}

.sidebar ul li a{
    display: block;
    padding: 0;
    font: normal 14px/21px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #CB3D19;
}

.sidebar ul li a:hover {
    text-decoration: underline;
}

#content {
    float: left;
    padding: 0 20px;
    width: 670px;
}

#content h3 {
    padding: 10px 0 5px 15px;
    font-size: 22px;
    line-height: 36px;
    color: #BA431E;
    background: url(images/posth3.gif) no-repeat top;
}

#content h3 a {
    font-weight: bold;
    text-decoration: none;
    color: #BA431E;
}

.post {
    margin: 0 0 30px 0;
}

.post_meta p {
    padding: 5px 15px;
    font: 9px/13px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
}

.post_meta a, .post_meta2 a {
    font-weight: normal;
    color: #444;
}

.post_content {
    font-weight: normal;
    font-size: 17px;
	clear: both;
    padding-top: 10px;
    height: 1%;
    border-bottom: 1px dashed #DBC2A2;
}

.post_meta2 {
    padding: 5px 15px 5px 0;
    font: 9px/13px Arial, Helvetica, sans-serif;
    text-align: right;
    text-transform: uppercase;
    color: #888;
}

#footer {
    clear: both;
    height: 40px;
    text-align: left;
    background: url(images/footer.gif) no-repeat top;
}

#footer p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}