html, body
{
    width: 100%;
    height: 100%;
    background-color: #F38630;
}

.header_bar{
    background:#F38630;
    font-size:24px;
    line-height:28px;
    font-family:arial;
    height:30px;
    width:100%;
    color:#111;
}

.container{
    margin-top:10px;
    width:100%;
    background:#F38630;
}

.topics_div{}

.topics {
    list-style-type:none;
}

.topics li{
    font-size:18px;
    font-family:helvetica, arial;
    background:#E0E4CC;
    border:1px solid #C2CCCC;
    padding:5px 5px 5px 5px;
}

.topic_box {
    background:#F38630;
    color:#111;
    width:180px;
    margin-left:25px;
    float:left;
    border:000px solid #C2CFF1;
}

.topic_pics {
    background:#F38630;
    margin-left:25px;
    float:left;
    width:728px;
    height:800px;
}

.blurb {
    background:#C2CFF9;
    font-family:arial;
    font-size:14px;
    line-height:21px;
    color:#111;
    margin-top:20px;
    padding: 10px 10px 10px 10px;
}

.blurb_curation {
    background:#C2CFF9;
    font-family:arial;
    font-size:14px;
    line-height:21px;
    color:#111;
    padding: 10px 10px 10px 10px;
}


.pic_box{
    background:#FA6900;
    color:#222;
    float:left;
    font-size:8pt;
    text-align:center;
    font-family:arial;
    width:160px;
    height:194px;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #EDB880;

}
