#wrapper {
    margin: 0 auto;
    width: 900px;
}

#navigation {
    float: none;
    font-family: verdana,arial,sans-serif;
    font-size :16px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 30px 0 0;
    overflow: hidden;
    width: 900px;
}
#navigation li {
    float: right;
    list-style-type: none;
    line-height:17px;
}
#navigation a {
    border: 1px solid #000;
    background: #0094FF none repeat scroll 0 0;
    color: #FFF;
    line-height: 21px;
    margin: 0 0 0 3px;
    padding: 0 10px 2px;
    text-decoration: none;
}
#navigation a:hover {
    background-color: #808080;
    color: #FFF;
}

#header {
    background-color: #FFF;
    border-top: 1px solid;
    font-family: Verdana,Arial,sans-serif;
    margin: 0 0 13px;
    overflow: hidden;
    padding: 5px 0;
    width: 900px;
}
#header img {
    border: 0;
}
#header_left {
    float: left;
}
#header_right {
    float: right;
    width: 350px;
}

#column_left {
    float: left;
    overflow: hidden;
    width: 690px;
}

#column_right {
    float: right;
    overflow: hidden;
    width: 180px;
}

body {
    font-family: Verdana,Arial,sans-serif;
}

body a {
    color: #0094FF;
}

h1 {
    margin-top: 0;
    padding-top: 0;
}

h3 {
    border-bottom: 1px solid #000;
    color: #808080;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 0.2em;
    margin-top: 0;
    text-transform: capitalize;
}

h3 a {
    color: #808080;
    text-decoration: none;
}

ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left:0;
    margin-top:0;
    padding-left:0;
}

.post_published {
    float: right;
    font-size: 10px;
}

.spacer_2 {
    margin-bottom: 2em;
} 

.spacer_3 {
    margin-bottom: 3em;
}

.circle_list {
    list-style-type: circle;
    padding-left: 15px;
}
