
/*Hacks the website*/
.box { background:url(../images/bg.jpg) center top no-repeat #000000; padding: 0; border-width: 0;}
#footer-wrapper, #header-wrapper { border-width: 1px;}



/*wrapper hold the wesite together: try using 960px*/
#wrap { width: 1000px; height: auto; margin: 0 auto; padding: 0px; margin-top: -20px;}



/*header div with links*/
#head { width: 1000px; height: 232px; margin: 0 auto; padding: 0px;}
#head img{ float: left;}
#top { width: 415px; height: 232px; margin: 0; padding: 0px; float: right;}

/*program row*/
#prog { width: 1000px; height: 232px; margin: 0 auto; padding: 0px;}


/*socialmedia icons*/
#left { width: 92px; height: auto; margin: 0 auto; padding: 0px; float: left;}


/*right images*/
#right { width: 235px; height: auto; margin: 0 auto; padding: 0px; float: left;}


/*holds the content divs with background color*/
#content_bg { background:#161616; overflow: hidden;}

/*styles the paragraph*/
#content { width: 673px; height: auto; margin: 0 auto; padding: 0px; float: left; background:url(../images/content_bg.jpg) left top no-repeat;}
#content p{ color: #999999; font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 25px; padding: 0px 10px 0px 10px;}
#content h1{ color: #FFCC00; font-family: Georgia, "Times New Roman", Times, serif; font-size: 25px; line-height: 25px; padding: 20px 10px 0px 10px; font-weight: normal; text-transform: capitalize;}