/* WBGU-FM Spring Fund Drive
   CSS Style Sheet
   Author: Ryan Glover
   Date: March 15, 2009
*/

#main {
background: #90d0fd;
}


#container {
background: url('images/clouds.png') no-repeat;
margin-top: 40px;
}

#container h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
}

#container h5 {
font-family: Georgia, serif;
font-size: 20px;
font-weight: normal;
}


#header {
}

#top-content {
padding-top: 30px;
clear: both;
}

#top-content p {
font-family: Georgia, serif;
font-size: 20px;
line-height: 28px;
padding-bottom: 10px;
}

#middle-content {
padding-top: 50px;
padding-bottom: 35px;
clear: both;
}

#middle-description {
padding-top: 10px;
}

#middle-blocks {
padding-top: 20px;
padding-bottom: 40px;
clear: both;
}

#middle-blocks p {
padding-top: 10px;
font-family: Georgia, serif;
font-size: 14px;
line-height: 24px;
}


#bottom-content {
padding-top: 70px;
}


#bottom-description {
padding-top: 30px;
clear: right;
}

#bottom-description p {
padding-top: 10px;
font-family: Georgia, serif;
font-size: 14px;
line-height: 20px;
}

#bottom-blocks {
padding-top: 30px;
clear: both;
}

#bottom-blocks p {
padding-top: 10px;
padding-bottom: 35px;
font-family: Georgia, serif;
font-size: 14px;
color: #333;
line-height: 24px;
}

#footer {
border-top: 1px solid #444;
padding-top: 15px;
padding-bottom: 15px;
clear: both;
}

#footer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: uppercase;
}

#footer a {
color: #fff;
text-decoration: none;
}