@charset "utf-8";
/* CSS Document */

#wrapper{
width:760px;
margin:auto;
}

#header{
width:801px;
height:191px;
background-image:url(images/header.jpg);
}

#campus{
float:right;
display:block;
color:#CCCCCC;
}

#servicetimes{
float:left;



}

#body{
height:auto;
width:801px;
text-align:center;
position:relative;
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
color:#FFFFFF;
}

#fullwidth{
height:auto;
width:800px;
text-align:center;
position: fixed;
top: 50%;
left: 50%;
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
color:#FFFFFF;
}

#footer{
background-image:url(images/footer.png);
background-repeat:no-repeat;
height:80px;
width:801px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
color:#CCCCCC;
font-size:smaller;
clear: both;
}

a img {
border:0;
}

a {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}
a:link {
text-decoration:none;
font-size:small;
}
a:visited {
color:#FFFFFF;
text-decoration:none;
font-size:small;
}

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:801px;
	height:182px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:10px;
	height:77px;
	position:absolute;
	left:-10px;
	top:80px;
	}	
#nextBtn{ 
	left:780px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/back.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/next.png) no-repeat 0 0;	
	}	
