body {
	background-color: #442244;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	}

font {
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, Serif;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left: 5px;
	}

#title {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 5px;
	}

#bottom_bar {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px;
	}

#body_text {
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#email_text {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

#caption_text {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}

a {
	color:#990099;
	}

#page {
	width: 993px;
	background-image:url(images/background_body.png);
	margin-left:auto; 
	margin-right:auto;
	}

#menu {
	background: #eee;
	float: left;
	margin-left:auto;
	margin-right:auto;
	}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 124px;
	float: left;
	}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 0px 0px;
	}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
	}

#menu a:hover {
	color: #990099;
	}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul {
	display: none;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

a#home {
	width: 124px;
	height: 25px;
	position:static;
	background-position: top;
	background-image: url(images/nav_bar/home.png);
	}

a#home:hover {
	background-position: bottom;
	}

a#news {
	width: 124px;
	height: 25px;
	position:static;
	background: url(images/nav_bar/news.png);
	background-position: top;
	}

a#news:hover {
	background-position: bottom;
	}

a#program {
	width: 124px;
	height: 25px;
	position:static;
	background: url(images/nav_bar/program.png);
	background-position: top;
	}

a#program:hover {
	background-position: bottom;
	}

a#staff {
	width: 124px;
	height: 25px;
	position:static;
	background: url(images/nav_bar/staff.png);
	background-position: top;
	}

a#staff:hover {
	background-position: bottom;
	}

a#media {
	width: 124px;
	height: 25px;
	position:static;
	background: url(images/nav_bar/media.png);
	background-position: top;
	}

a#media:hover {
	background-position: bottom;
	}

a#alumni {
	width: 124px;
	height: 25px;
	position:static;
	background: url(images/nav_bar/alumni.png);
	background-position: top;
	}

a#alumni:hover {
	background-position: bottom;
	}

a#store {
	width: 124px;
	height: 25px;
	position:static;
	background: url(images/nav_bar/store.png);
	background-position: top;
	}

a#store:hover {
	background-position: bottom;
	}

a#about {
	width: 124px;
	height: 25px;
	position:static;
	background: url(images/nav_bar/about.png);
	background-position: top;
	}

a#about:hover {
	background-position: bottom;
	}
	  
#header {
	}

#content {
	float: left; 
	width: 743px; 
	height: 675px; 
	background:#CCCCCC; 
	border-top: 1px solid #000000;
	border-left: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	}

#img_front {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 350px;
	}

#text_front {
	float: right;
	width: 363px;
	padding-left: 5px;
	padding-right: 5px;
	}

#side_link {
	float: right;
	width: 226px; 
	height: 675px;
	padding-left: 10px;
	padding-right: 10px;
	background:#BEBEBE;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#bottom {
	width: 991px;
	background:#BEBEBE;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#list {
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, Serif;
	padding-left: 45px;
	font-size: 14px;
	padding-right: 75px;
	font-style: italic;
	}
