			body{
				background-color: #000000;
				margin: 0px;
				padding: 0px;
			}
			#div_description{
				background-color: #000000;
				color: #DDDDDD;
				cursor: default;
				font-family: Verdana;
				font-size: 14px;
				padding: 20px;
				text-align: justify;
			}
			#div_description p:first-letter{
				font-family: Times;
				font-size: 500%;
				float: left;
				color: #CCCCCC;
				margin-right: 5px;
			}
			#div_positioner{
				text-align: center;
			}
			#div_otmdj_container{
				background-color: #333333;
				margin-left: auto;
				margin-right: auto;
				width: 750px;
			}
			#div_otmdj_logo{
				background: url(../_images/otmdj_logo.jpg);
				background-repeat: no-repeat;
				height: 160px;
				position: relative;
				width: 750px;
			}
			#div_otmdj_copyright{
				color: #888888;
				cursor: default;
				font-family: Verdana;
				font-size: 10px;
				padding: 20px;
			}
			#div_otmdj_nav{
				cursor: default;
				font-family: Verdana;
				font-size: 14px;
				left: 140px;
				position: absolute;
				text-align: right;
				top: 110px;
			}
			#div_otmdj_wordpress_page{
				border-bottom: 1px solid black;
				border-top: 1px solid black;
				color: #AAAAAA;
				cursor: default;
				font-family: Verdana;
				font-size: 14px;
				margin: 5px;
				margin-bottom: 20px;
				margin-top: 20px;
				padding-bottom: 20px;
				padding-top: 20px;
				text-align: justify;
			}
			#div_otmdj_wordpress_page a{
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
			}
			#div_otmdj_wordpress_page a:hover{
				text-decoration: underline;
			}
			#div_otmdj_wordpress_announcements{
				border-bottom: 1px solid black;
				color: #AAAAAA;
				cursor: default;
				font-family: Verdana;
				font-size: 14px;
				margin: 5px;
				margin-bottom: 20px;
				padding-bottom: 20px;
				text-align: justify;
			}
			#div_otmdj_wordpress_announcements a{
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
			}
			#div_otmdj_wordpress_announcements a:hover{
				text-decoration: underline;
			}
			.underlinemenu{
				font-weight: bold;
				width: 100%;
			}
			.underlinemenu ul{
				padding: 0px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
			}
			.underlinemenu ul li{
				display: inline;
			}
			.underlinemenu ul li a{
				color: #888888;
				padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
				margin-right: 15px; /*spacing between each menu link*/
				text-decoration: none;
				border-bottom: 3px solid black; /*bottom border is 3px*/
			}
			.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
				border-bottom-color: #888888;
				color: #FFFFFF;
			}

	/* THE FOLLOWING ARE HERE TO FACILITATE THE OLD CODE */
			td{
				cursor: default;
				font-family: Verdana;
				font-size: 12px;
			}
			.dj{background-color: #000000; color: #FFFFFF; font-weight: bold;}
			td.will_and_jacey{background-color: #555555; text-align: left;}
			a.karaoke_machine{color: #FFFFFF;}
			.onthemicdjs{background-color: #454545;}
			.karaoke{background-color: #000000;}
			.imp{color: #FF0000;}
			#div_otmdj_calendar table tr td{
				color: #AAAAAA;
				text-align: left;
			}
			#div_otmdj_calendar table tr td a{
				color: #FFCC00;
				font-size: 11px;
				text-decoration: none;
			}
			#div_otmdj_calendar table tr td a:hover{
				text-decoration: underline;
			}
