body {
	margin: 0pt auto;
	height: 100%;
	width: 1001px;
	background-color: #030101;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
	color:#d9d9d9 ;
}

#content-top {
	width: 608px;
	height: 48px;
	background: url(images/content-top.png) no-repeat;

}



#content {
	width: 608px;
	background: url(images/content.png) repeat-y;
	vertical-align: top;
	position: relative;
	top: -1px;
	
}

#content-bottom {
	width: 608px;
	height: 4px;
	background: url(images/content-bottom.png) no-repeat;
	margin-top: 0px;
	position: relative;
	top: -1px;
}

	
#content-td {
	width: 608px;
	background: url(images/dm_14.jpg) no-repeat;
	vertical-align: top;
	margin: 0px;
	padding: 0;px
}

/* Menu Items */
	
	#home {
	background-image: url(images/menu/home.jpg);
	height: 33px;
	width: 247px;
}
	#home:hover {
	background-image: url(images/menu/home-over.png);
	height: 33px;
	width: 247px;
	cursor: hand;
}

	#schedule {
	background-image: url(images/menu/schedule.jpg);
	height: 30px;
	width: 247px;
}
	#schedule:hover {
	background-image: url(images/menu/schedule-over.png);
	height: 30px;
	width: 247px;
	cursor: hand;
}

	#classes {
	height: 27px;
	width: 247px;
	background: url(images/menu/classes.jpg) no-repeat;
}
	#classes:hover {
	height: 27px;
	width: 247px;
	cursor: hand;
	background: url(images/menu/classes-over.png) no-repeat;
}

	#teachers {
	height: 28px;
	width: 247px;
	background: url(images/menu/teachers.jpg) no-repeat;
}
	#teachers:hover {
	height: 28px;
	width: 247px;
	cursor: hand;
	background: url(images/menu/teachers-over.png) no-repeat;
}

	#djs {
	height: 24px;
	width: 247px;
	background: url(images/menu/djs.jpg) no-repeat;
}
	#djs:hover {
	height: 24px;
	width: 247px;
	cursor: hand;
	background: url(images/menu/djs-over.png) no-repeat;
}


    #housing {
	height: 28px;
	width: 247px;
	background: url(images/menu/housing.jpg) no-repeat;
}
	#housing:hover {
	height: 28px;
	width: 247px;
	cursor: hand;
	background: url(images/menu/housing-over.png) no-repeat;
}

	#registration {
	height: 25px;
	width: 247px;
	background: url(images/menu/registration.jpg) no-repeat;
}
	#registration:hover {
	height: 25px;
	width: 247px;
	cursor: hand;
	background: url(images/menu/registration-over.jpg) no-repeat;
}

	#contactus {
	height: 41px;
	width: 247px;
	background: url(images/menu/contactus.jpg) no-repeat;
}
	#contactus:hover {
	height: 41px;
	width: 247px;
	cursor: hand;
	background: url(images/menu/contactus-over.png) no-repeat;
}

	#printme {
	height: 39px;
	width: 122px;
	background: url(images/printme.png) no-repeat;
		position:relative;
	top: -45px;
	left: 100px;
}
	#printme:hover {
	height: 39px;
	width: 122px;
	cursor: hand;
	background: url(images/printme-over.png) no-repeat;
		position:relative;
	top: -45px;
	left: 100px;
}


	#thingstodo {
	height: 39px;
	width: 122px;
	background: url(images/thingstodo.png) no-repeat;
		position:relative;
	top: -30px;
	left: 100px;
}
	#thingstodo:hover {
	height: 39px;
	width: 122px;
	cursor: hand;
	background: url(images/thingstodo-over.png) no-repeat;
		position:relative;
	top: -30px;
	left: 100px;
}

#topright {

	height: 187px;
	width: 235px;
	background: url(images/dm_03.jpg) no-repeat;

	

}



h1 {
	padding: 12px 0 0 20px;
	margin: 0;
	font-size: 20px;
	height: 40px;
	line-height: 24px;
}

h2 {
	margin: 0 20px 10px;
	color: #a70502;
	border-bottom: 1px solid #4b291f;
	padding: 9px 0 2px;
	font-size: 16px;
	height: 15px;
}

p {
	margin: 0;
	padding: 0 20px 10px;
}

.biopic {
	float: left;
	margin-left: 20px;
	padding: 5px 10px 5px 5px;
}



a:link {color: #b80501}      /* unvisited link */
a:visited {color: #956c4e}  /* visited link */
a:hover {color: #956c4e}  /* mouse over link */
a:active {color:#ff0100}  /* selected link */

/* Registration Form */

form {
	margin: 0;
	padding: 0 20px 10px;
}

span.ss-required-asterisk {
	color: #ff0100;
}

label.ss-q-title {
	font-size: 13px;
}

li.ss-choice-item {
	list-style-type: none;
}

.red {background-color:#990000 }

#schedule-table td {border: thin solid #B6B6B6;
padding:10px;}

#schedule-table {margin:5px;}


.hiddenPic {display:none;}
