body {
    margin: 0px;
    background: url('../images/bg.png') top center;
    text-align: center;
    overflow-y: scroll;
}
div.wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div.sidebar {
    width: 243px;
    float: left;
    background: #00ABD9;
}
div.sidebar div.menu a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: url('../images/menu_bg.png') 8px center no-repeat #0D9BC9;
    margin-bottom: 1px;
    padding-left: 28px;
    text-decoration: none;
    font-size: 15px;
}
div.sidebar div.menu a:hover {
    background-color: #333;
}
div.newsletter {
    margin-top: 6px;
    background: #0D9BC9;
    padding-left: 8px;
    padding-bottom: 8px;
    margin-bottom: 6px;
}
div.newsletter h1 {
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 22px;
    padding-bottom: 6px;
}
div.newsletter input {
    border: 0px;
    width: 200px;
    margin-left: 10px;
    margin-bottom: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    color: #666;
}
div.newsletter button {
    margin-left: 150px;
}
div.content {
    width: 666px;
    float: right;
}
div.header {
    height: 126px;
    text-align: right;
    font-size: 36px;
    color: #0D9BC9;
    line-height: 58px;
}
div.content div.menu {
    float: right;
}
div.content div.menu a {
    float: left;
    padding-left: 28px;
    text-decoration: none;
    font-size: 17px;
    color: #0D9BC9;
}
div.content div.menu a:hover {
    color: #FF3366;
}
div.footer {
    border-top: 1px solid #00ABD9;
    margin-top: 20px;
    text-align: center;
    padding-top: 6px;
    font-size: 12px;
    color: #666;
    clear: both;
    padding-bottom: 20px;
}
ul.blog_headlines {
    list-style: none;
    margin: 0;
    padding: 0;
}
a.blog_title {
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
    margin-top: 10px;
}
