html {
	margin:0; padding:0;
	}

body {
	background-image:url(images/bkgrnd.gif);
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;
	padding:0; margin:0;
	}

#container {
	margin: 0 auto;
	padding:0;
	width: 852px;
	background-color:#fff;
	}
	
#branding_hm {
	width:100%;
	height:150px;
	background:url(images/csueb_dance.png) no-repeat #000;
	background-position:bottom left;
	text-indent:-9999px;
	color:#E6B630;
	}
	
#content {
	width:100%;
	overflow:auto;
	background-color:#F0D284;
	}

#nav_vert {
	float: left;
	width:199px;
	border-right:solid 1px #FF0033;
	padding:20px 0px 170px 0px;
	}
	
#nav_vert li {
	list-style-type:none;
	height:20px;
	width:140px;
	margin:3px;
	padding:3px;
	background-color:#fff;
	text-align:center;
	}
	
#nav_vert li a{	
	display:block;
	text-indent:-9999px;
	height:20px;
	width:140px;
	}
	
#nav_vert li a:hover{	
	display:block;
	text-indent:-9999px;
	border:solid 1px #F03;
	height:20px;
	width:140px;
	}	
	
#nav_vert li a#current_season {
	background:url(images/current_season.png) no-repeat center #fff;	
	}
	
#nav_vert li a#reserve_tickets {
	background:url(images/reserve_tickets.png) no-repeat center #fff;	
	}
	
#nav_vert li a#media_gallery {
	background:url(images/media_gallery.png) no-repeat center #fff;	
	}
	
#nav_vert li a#press_room {
	background:url(images/press_room.png) no-repeat center #fff;	
	}
		
#nav_vert li a#contact {
	background:url(images/contact.png) no-repeat center #fff;	
	}
	
ul#nav_horiz {
	margin:0px;
	padding:0px;
	}
	
ul#nav_horiz li {
	list-style-type:none;
	float:left;
	width:163px;
	height:30px;
	background-color:#F8EAC7;
	margin:0px;
	padding:0px;
	text-align:center;
	}	
	
ul#nav_horiz li a{	
	display:block;
	text-indent:-9999px;
	height:30px;
	width:163px;
	text-align:center;
	}
	
ul#nav_horiz li a:hover{	
	display:block;
	text-indent:-9999px;
	border:solid 1px #F03;
	height:28px;
	width:161px;
	}	

li a#dance_ensemble{
	background:url(images/dance_ensemble.png) no-repeat center;
	}

li a#daba{
	background:url(images/daba.png) no-repeat center;
	}

li a#program_overview{
	background:url(images/program_overview.png) no-repeat center;
	}

li a#majors_minors{
	background:url(images/majors_minors.png) no-repeat center;
	}

li a#course_list{
	background:url(images/course_list.png) no-repeat center;
	}

li a#people{
	background:url(images/people.png) no-repeat center;
	}

li a#students{
	background:url(images/students.png) no-repeat center;
	}

li a#alumni{
	background:url(images/alumni.png) no-repeat center;
	}

li a#faculty{
	background:url(images/faculty.png) no-repeat center;
	}

ul#nav_horiz li ul {
	display:none;
	}

ul#nav_horiz li:hover ul, ul#nav_horiz li.over ul{ 
	display: block; 
	position:relative; left:-40px;
	}

#content_main {
	float: right;
	width:652px;
	background:url(images/hm_bkgnd.jpg) no-repeat #000;
	}
	
#content_hm {
	color:#fff;
	width:176px;
	padding:200px 0px 0px 370px;
	}
	
#content_hm h2 {
	color: #F0D284;
	position:relative; left:-30px;
	}
	
#content_hm a:link{
	color:#FFFFFF;
	font-weight:bold;
	}

#content_hm a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

#content_hm a:active{
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
	}

#content_hm a:visited{
	color:#ccc;
	font-weight:bold;
	}
	
#btm_bar {
	width:842px;
	background-color:#000;
	color:#fff;
	padding:20px 5px 1px 5px;
	}
	
.emphasis {
	color:#E6B630;
	font-weight:bold;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

