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


#main {
	float:left;
	position: relative;
	top: -252px;
	
}

#top {
	background-image: url(images/banner.jpg);
	width: 874px;;
	height: 178px;
}


#mid {

	height: 100%;
	width: 874px;
	background: url(images/mid.jpg) no-repeat;
	text-align: justify;
}

#menu {
	margin: 0pt auto;
	width: 113px;
	height: 100%;
	float: left;
	position: relative;
	bottom: -195px;
	margin-left: 30px;
	z-index:2;
	
}



	/* Menu Items */
	
	#home {
	background-image: url(images/menu/menu_06.png);
	height: 32px;
	width: 113px;
}
	#home:hover {
	background-image: url(images/menu/menu-over_06.png);
	height: 32px;
	width: 113px;
	cursor: hand;
}

	#schedule {
	background-image: url(images/menu/menu_10.png);
	height: 32px;
	width: 113px;
}
	#schedule:hover {
	background-image: url(images/menu/menu-over_10.png);
	height: 32px;
	width: 113px;
	cursor: hand;
}

	#classes {
	background-image: url(images/menu/menu_11.png);
	height: 32px;
	width: 113px;
}
	#classes:hover {
	background-image: url(images/menu/menu-over_11.png);
	height: 32px;
	width: 113px;
	cursor: hand;
}

	#teachers {
	background-image: url(images/menu/menu_12.png);
	height: 32px;
	width: 113px;
}
	#teachers:hover {
	background-image: url(images/menu/menu-over_12.png);
	height: 32px;
	width: 113px;
	cursor: hand;
}

	#djs {
	background-image: url(images/menu/menu_13.png);
	height: 32px;
	width: 113px;
}
	#djs:hover {
	background-image: url(images/menu/menu-over_13.png);
	height: 32px;
	width: 113px;
	cursor: hand;
}


    #housing {
	background-image: url(images/menu/menu_14.png);
	height: 32px;
	width: 113px;
}
	#housing:hover {
	background-image: url(images/menu/menu-over_14.png);
	height: 32px;
	width: 113px;
	cursor: hand;
}

	#registration {
	background-image: url(images/menu/menu_15.png);
	height: 32px;
	width: 113px;
}
	#registration:hover {
	background-image: url(images/menu/menu-over_15.png);
	height: 32px;
	width: 113px;
	cursor: hand;
}

	#contactus {
	background-image: url(images/menu/menu_16.png);
	height: 32px;
	width: 113px;
}
	#contactus:hover {
	background-image: url(images/menu/menu-over_16.png);
	height: 32px;
	width: 113px;
	cursor: hand;
}


	/* End Menu Items */

#header {
	background-image: url(images/header.jpg);
	width: 603px;
	height: 41px;
	position: relative;
	left: 156px;;
}

#content {
	background-image: url(images/body.jpg);
	margin: 0pt auto;
	width: 604px;
	height: 100%;
	position: relative;
	left: 21px;
	z-index:1;

}

#bottom
{
	background-image: url(images/footer.jpg);
	width: 603px;
	height: 152px;
	position: relative;
	left: 156px;;
}

#words {
	background-image: url(images/bottom-words.png);
	width: 725px;
	height: 322px;
	position: relative;
	left: 115px;;
	bottom: 320px;

}

h1 {
	margin: 0;
	padding: 6px 0 0 40px;
	font: normal normal 27px Arial;
}

h2 {
	
	margin: 0 40px;
	font: normal normal 18px Arial;
	color: #f353a6;
	border-bottom: 1px solid #e4ad36;
	padding: 10px 40px 0 0;
}

p {
	margin: 0;
	padding: 10px 40px 15px;
	font: 95%/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* Page Specific */

#biopic
{
	float: left;
	border-color: #0d0d0d;
	border-width: 1px;
	margin-left: 33px;
	padding-right: 5px;
	padding-top: 11px;
	padding-left: 5px;
}

a:link {color: #6c8fd4;}      /* unvisited link */
a:visited {color:#6c8fd4}  /* visited link */
a:hover {color:#CC6600}  /* mouse over link */
a:active {color:#6c8fd4}  /* selected link */


#schedule-table td {
	border: thin solid #b6b6b6;
}

#facebook {

z-index: 3;
display:block;
width:150px;
position:relative;
left: 36px;

}
