body {
    background: url('images/bg.jpg') #fff repeat-x;
    margin-top: 0px;
    text-align: center;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

div.c1 {
    text-align: center;
}

.container {
    width: 990px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

#header {
    width: 990px;
    height: 150px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
}

.leftcolumn {
    width: 800px;
    text-align: left;
    font-size: 13px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
}

.author {
    float: left;
    margin-right: 10px;
    width: 150px;
    background: #eee;
    border: #d0d0d0 1px solid;
    padding: 10px;
    font-size: 11px;
    font-family: Arial;
}

.headline {
    font-size: 30px;
    font-family: Georgia;
    color: #0281ce;
}

.subheadline {
    font-size: 22px;
    font-family: Georgia;
    color: #404040;
}

.midcolumn {
    width: 1px;
    background: #eee;
}

.rightcolumn {
    width: 150px;
    text-align: left;
    font-size: 11px;
    font-family: Arial;
    padding: 10px;
    background: #fafafa;
}

.bullets {
    margin-left: 25px;
}

.heading1 {
    width: auto;
    background: #c00000;
    color: #fff;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

.top_pick {
    background: #ffffcb;
    border: #f7d130 2px dashed;
    padding: 10px;
}

.top_pick_heading {
    width: auto;
    background: #c00000;
    color: #fff;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

.top_pick_text {
    font-size: 13px;
    font-family: Arial;
    text-align: left;
}

.bullets {
    margin-left: 25px;
}

.chart {
    border: #eee 1px dashed;
    padding: 5px;
}

.chart_col {
    font-size: 12px;
    text-align: center;
    background: #0385d3;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

.chart_col2 {
    font-size: 12px;
    text-align: center;
    background: #eee;
    color: #404040;
    padding-top: 15px;
    padding-bottom: 15px;
}

.comment {
    width: 700px;
    background: #fafafa;
    border: #eee 2px solid;
    margin-left:auto;
    margin-right:auto
}

.comment_text {
    font-size: 12px;
    font-family: Arial;
}

.img_left {
    float: left;
    margin-right: 20px;
}

.foottext {
    text-align: center;
    font-size: 11px;
    font-family: Arial;
    color: #b1b1b1;
}

a.blue:link {color: #4165a8; font-weight: normal;}
a.blue:active {color: #4165a8; font-weight: normal;}
a.blue:visited {color: #4165a8; font-weight: normal;}
a.blue:hover {color: #6181bd; font-weight: normal;}