html {
		margin: 0; 
		padding: 0;
		}
body {
		background: url(images/bg2.jpg);
		font-family: verdana, "CG Omega", arial, sans-serif;
		font-size:.8em; 
		color: #663300; 
		margin: 0; 
		padding: 0;
		}
		
img {
		border-style:none;
}

#wrapper { 
		margin: 0px auto; 
		background: #ffffcc;
		width: 750px; 
		}
#main { 
		
		width:750px;
		margin:24px; 
		}		
/*#nav { 
		padding: 12px; 
		clear: both;
		font-family: verdana, "CG Omega", arial, sans-serif;
		font-size:1em;
		font-weight:bold; 
		color: #663300; 
		}

#nav ul { 
		margin: 0; 
		padding: 0; 
		}

#nav li { 
		margin: 0; 
		padding: 12px; 
		display: inline;
		background:#fff; 
		list-style-type: none; 
		
		}
		*/
		
#links {
	
	margin:12px 50px 0 200px;
	width: 500px;
	padding: 5px;
	}
	
#links li {
	font-family: verdana, "CG Omega", arial, sans-serif;
	font-style:italic;
	font-weight:bold;
}

a:link, #links a:link {
		color:#800000; 
		text-decoration:none;
		}
a:visited, #links a:visited {
		color:#800000;
		text-decoration:none;
		}
a:hover, #links a:hover {
		color:#808000;
		text-decoration:underline;
		}	


#header { 
		margin: 0; 
		padding: 5px;
		background: url(images/banner2.jpg) no-repeat;
		height: 215px; 
		}
		

h2	{
		font-family: garamond, palatino, "Times New Roman", serif;
		font-size:1.5em;
		font-style:italic;
		font-weight:bold;
		color:#800000;
		margin:12px 24px 24px 0;
}

p {
		margin:12px 50px 0 200px;
		
		}
		


#footer p{
		margin:0px auto;
		width:750px;
		font-family: garamond, palatino, serif;
		font-weight:bold;
		color:#800000;
		
		}
#footer a:link {
		color:#800000; 
		text-decoration:none;
		}
#footer a:visited {
		color:#800000;
		text-decoration:none;
		}
#footer a:hover {
		color:white;
		text-decoration:underline;
		}	
		
#footer img{
		border-style:none;
		}
		



/*** Styles for new homepage feature slideshow. Uses the jquery cycle plugin found here: http://www.malsup.com/jquery/cycle/pager3.html
Styles modfied to fit UWalum.com layout. Speed, controls managed by javascript jquery ***/

#slideshowcontainer { position: relative; width: 600px; height: 450px; }
#slideshow { display: block; width: 600px; height: 450px; }
#slideshowthumbscontainer { z-index: 10; width: 600px; height: 50px; display:block; position: absolute; top: 450px; margin: 0 0 0 10px; }
#slideshowthumbs { float: left; z-index: 100; margin: 45px 0px 0px 55px; padding: 0px; }
#slideshowthumbs li { padding: 0; width: 50px; float: left; margin: 0px 12px; list-style: none; display: inline; }
#slideshowthumbs a { width: 50px; padding: 1px 1px 0 1px; display: block;  margin-top: 2px; }
#slideshowthumbs a.activeSlide, #slideshowthumbs a:hover { margin-top: -4px; padding-bottom: 1px; border:none; }
#slideshowthumbs a.activeSlide { border:none; }
#slideshowthumbs a:focus { outline: none; }
#slideshowthumbs img { border: none; display: block }
#slideshowmore { display: none; }

/*** End homepage feature styles ***/







