#billboard {
	clear: left; font-family: Georgia, Times New Roman, serif; padding: 40px 130px 10px 255px;
	height: 214px; line-height: 150%; color: #150C00; margin-bottom: 12px;
}

#billboard.home { background: #FF9900 url('../img/home.jpg') no-repeat; }
#billboard.productions { background: #7A7ADA url('../img/productions.jpg') no-repeat; }
#billboard.events { background: #009900 url('../img/events.jpg') no-repeat; }
#billboard.blog { background: #CC0000 url('../img/blog.jpg') no-repeat; }
#billboard.artists { background: #CC3366 url('../img/artists.jpg') no-repeat; }
#billboard.membership { background: #339999 url('../img/membership.jpg') no-repeat; }
#billboard.about { background: #9999CC url('../img/about.jpg') no-repeat; }
#billboard.contact { background: #FFCC66 url('../img/contact.jpg') no-repeat; }

#billboard h2 { margin: 0; padding: 0; font-size: 150%; line-height: 100%; font-weight: normal; }
#billboard p { margin-bottom: 0; }
#billboard .read-more a { color: #FFFFFF; text-decoration: none; }
#billboard .read-more a:hover { text-decoration: underline; }