body {
    background-color: #000000;
    color: #7D7D7D;
    font-family: Arial, sans-serif;
}

.clear-line { clear:both; }

#main-wrapper {
    width: 1000px;
    padding-top: 20px;
    margin:auto;
}

#map {
    margin-bottom: 20px;
}

#content-wrapper {
    margin-bottom: 20px;
}

#left-content, #right-content {
    width: 45%;
    float:left;
    padding: 0 20px;
}

#left-content {
    border-right: 1px solid #7d7d7d;
}

h1 {
    font-size: 50px;
    font-weight:bold;
    margin-bottom: 10px;
    color: #ffffff;
}

h1 span {
    color: #42C0FB;
}

h2 {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

p {
    font-size: 12px;
    font-weight:normal;
    line-height: 18px;
    margin-bottom: 25px;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.rss { 
    padding: 0 0 2px 20px; 
    background: url("http://flowingdata.com/wp-content/themes/flowingdata-1-0/images/feed-icon16x16.png") 0 0 no-repeat; 
}

a img { border:none; background-color:#000000; }

#download h1 { background-color:#42C0FB; padding:20px 10px; font-size:20px; text-align:center; }

#sponsor img { float: left; margin-right: 10px;}
.ad-copy { padding-top:0;margin-top:0; font-size:11px;line-height:1.3em;}
