/* CSS Document */
body {
	margin: 0px;
	background: url("../images/music/music_main_bg.jpg") repeat-y;}
	
li {
	padding-bottom: 8px;
}		
 
#container { width:800px;}

#PAGE_header {
	background: url("../images/music/music_main_header.jpg") no-repeat top left;
	margin-top: -20px;
	height:161px;
	width:800px;}

#skipNav { position:absolute; left: -1000px;}

/* CSS image Map */

#PAGE_header a i {
	visibility:hidden;}

#PAGE_header a {
	position:absolute;
	height:15px;
	width: 120px;
	text-decoration: none;}

a#title {
	height: 150px;
	width: 370px;
	top:10px;}

a#uww {
	height:20px;
	width:400px;
	top:25px;
	left:390px;}

a#welcome {
	width:70px;
	top:115px;
	left:390px;}

a#admission {
	width: 75px;
	top:115px;
	left:472px;}

a#academic {
	width:80px;
	top:115px;
	left:565px;}

a#faculty {
	width:60px;
	top:115px;
	left:660px;}

a#facilities {
	width:70px;
	top:115px;
	left:735px;}

a#ensembles {
	width:75px;
	top:135px;
	left:390px;}

a#stu_info {
	width:135px;
	top:135px;
	left:482px;}
	
a#events {
	width:55px;
	top:135px;
	left:639px;}

a#contact {
	width:80px;
	top:135px;
	left:715px;}
	
/* end CSS image map */

/* Selected and hover styles*/
#PAGE_nav {	position:absolute; top: 225px;	margin-left:16px;}

div#PAGE_nav li.selected {
	background:#E1E1D8;
	padding-right: 2px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

div#PAGE_nav li:hover {
	background:#E1E1D8;
}

div#PAGE_nav a {
	text-decoration: none;
	padding-right: 4px;
	border-top: 1px solid #E1E1D8;
	border-bottom: 1px solid #E1E1D8;
	display:block;
	width:105px;
}

div#PAGE_nav a:hover {
	text-decoration: none;
	background:#fff;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	display:block;
	width:105px;
}

#PAGE_body {
	position:absolute;
	top: 200px;
	left: 175px;
	width: 600px;
	font-family:Arial, Helvetica, sans-serif;
	color:#520063;
	font-size:0.9em;
	line-height: 1.3em;}
		
.float {
	float: left;
	padding:3px;
	width: 250px;}
	
selected tnav styles	
	/* [nav] default you are here will be same as rollover unless otherwise specified */
#udm a.udmY, #udm a.udmY:visited {
	background:#fff;
	padding-right: 2px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	}

/* [nav] re-inforce original rollover or do something else */
#udm a.udmY:hover, #udm a.udmY:focus, #udm a.udmY:visited:hover, #udm a.udmY.udmR, #udm a.udmY.udmR:visited, #udm a.udmY:active {
	background-color:#fff;
	}
	
