body {
	background:url(/images/bg.gif) repeat-x top #000000;
}

#nav { height:44px; }
#nav li { float:left; }
#nav a { display:block; height:44px; background-position:0 0; background-repeat:no-repeat; }
#nav a:hover { background-position:0 -44px; }
#nav ul { margin:0; padding:0; list-style:none; }
#nav #left { float:left; width:370px; }
#nav #right { float:right; width:468px; }
#nav #home { width:87px; }
#nav #home a { width:87px; background-image:url(/images/nav_home.png); }
#nav #man { width:149px; }
#nav #man a { width:149px; background-image:url(/images/nav_man.png); }
#nav #contact { width:134px; }
#nav #contact a { width:134px; background-image:url(/images/nav_contact.png); }
#nav #right li { width:156px; }
#nav #right a { width:156px; }
#nav #djs a { background-image:url(/images/nav_djs.png); }
#nav #pres a { background-image:url(/images/nav_pres.png); }
#nav #artists a { background-image:url(/images/nav_artists.png); }

#contentbox { border:6px solid #5d5d5d; padding:15px; overflow:auto; min-height:400px; }
#contentbox h2 { font-size:189%; color:#005093; }
#contentbox #inner { margin-top:10px; }
#contentbox h3 { font-size:131%; color:#0079DD; margin-bottom:4px; margin-top:18px; clear:right; }
#contentbox h4 { font-size:131%; color:#CCC; margin-bottom:4px; border-top:1px dotted #333; margin-top:12px; padding-top:5px; clear:right; }