@import url("reset.css");

img {
	margin: 0;
	behavior: url(iepngfix.htc);
}

html, body {
	background:url('images/Background-Page.jpg') #efece9 top center repeat-y;
	height:100%;
	text-align:center;
	font-family:verdana, arial, helvetica;
	font-size:12px;
	color:#646464;
}

div {
	text-align:left;
}

h1, h2, h3, h4 {
	font-weight:600;
	font-size:24px;
	color:#872585;
	margin-bottom:8px;
}

p {
	line-height:18px;
	margin-bottom:8px;
}

a {
	color:#872585;
	text-decoration:none;
	}
	a:hover {
		color:#a59757;
		text-decoration:underline;
	}

#bg {
	background:url('images/Background-Main.jpg') top center repeat-x;
	height:100%;
}

#wrapper {
	width:940px;
	background:#ffffff;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto;
}

#sides {
	height:100%;
	background:url('images/Background-Sides.png') top center no-repeat;
}

#card {
	position:absolute;
	left:-40px;
	top:70px;
	width:149px;
	height:197px;
}

#header {
	background:url('images/Header-bg.jpg') top center;
	height:136px;
	width:auto;
	position:relative;
}

#header #homeBox {
	position:absolute;
	display:block;
	width:360px;
	height:63px;
	left:105px;
	top:55px;
}

#nextShow {
	position:absolute;
	display:block;
	left:677px;
	color:#ffffff;
	}
	#nextShow a {
		color:#ffffff;
		text-decoration:none;
	}
	#nextShow a:hover {
		color:#ffffff;
		text-decoration:underline;
	}
	#nextShow #subDate {
		font-size:10px;
		margin-top:5px;
		text-align:right;
	}
	#nextShow #dateBar {
		height:41px;
		width:263px;
		background:url('images/Background-NextShow.jpg') top left no-repeat;
	}
	#nextShow #date {
		font-weight:bold;
		font-size:12px;
		padding:14px;
		color:#000000;
	}
	#nextShow #date a {
		color:#ad0025;
		text-decoration:none;
	}
	#nextShow #date a:hover {
		color:#ad0025;
		text-decoration:underline;
	}

#nav {
	background:url("images/nav-bg.jpg") top center repeat-x;
	margin:10px;
	width:920px;
	float:left;
	}
	
	#nav ul {
		margin-left: 0;
		padding-left: 85px;
		white-space: nowrap;
	}

	#nav li {
		display:inline;
		list-style-type:none;
	}
	
	#nav a {
		padding:14px 12px;
		margin:0;
		float:left;
		font-family:Verdana;
		font-weight:bold;
		font-size:11px;
	}
	
	#nav a:link, #nav a:visited {
		color: #ffffff;
		background:url("images/nav-bg.jpg") top center repeat-x;
		text-decoration: none;
	}
	
	#nav a:hover {
		color: #631c62;
		background:url("images/nav-bg-hover.jpg") top center repeat-x;
		text-decoration: none;
	}
	#nav #current {
		color: #ffffff;
		background:url("images/nav-bg-on.jpg") top center repeat-x;
		text-decoration: none;
	}
	
#subNav {
	margin-left:100px;
	height:100px;
	font-size:12px;
	color:#a59757;
	}
	#subNav a {
		color:#a59757;
		text-decoration:none;
	}
	#subNav a:hover {
		color:#ddd09b;
		text-decoration:underline;
	}

#page {
	width:auto;
	margin:0 100px 30px 100px;
}
	#page #gallery li{
		width:100px;
		padding:10px 10px;
		display:block;
		list-style:none;
		float:left;
	}
	
	#page #gallery img{
		border: 2px solid #000000; 
	}
	#page span.gallerytitle{
		font-size:16px;
		font-weight:800;
		color:#872585;
	}
	#page li.kudos{
		padding:10px 5px;
		display:block;
		list-style:disc;
	}
	
	#page li.links{
		padding:5px 5px;
		display:block;
		list-style:none;
	}

	#page li.programs{
		padding:10px 5px;
		display:block;
		list-style:none;
	}
	#page span.headline{
		font-weight:800;
		color:#872585;
	}
	#page span.credit{
		font-weight:800;
		font-style:italic;
		color:#872585;
	}

	#page li.events{
		padding:10px 5px;
	}
	#page li.monthnames{
		font-weight:800;
		font-size:14px;
		color:#872585;
		padding:10px 5px;
	}
	#page span.eventTitle{
		font-weight:800;
		color:#872585;
	}
	#galleryBlock{
		width:450px;
		height:460px;
		float:left;
	}
#downloadHeader{
		font-weight:800;
		color:#872585;
	}

#homeContent span.headline{
		font-weight:800;
		color:#872585;
	}
#feature {
	margin-top:2px
	margin-bottom:20px;
}

#push {
	height:61px;
}
#newsBlock{
	width:400px;
	float:left;
}
#newsBlock #latestimages li{
	width:90px;
	height:60px;
	padding:5px 5px;
	display:block;
	list-style:none;
	float:left;
}

#page #newsBlock #latestimages img{
	border: 2px solid #000000; 
}
#footerBox {
	background:url('images/Background-FooterSides.png') top center no-repeat;
	height:61px;
	}
	#footer {
		margin:0 auto;
		height:61px;
		width:940px;
		background:url('images/Background-Footer.jpg') top center repeat-x;
		color:#ffffff;
		font-size:11px;
	}
	#footer div {
		margin:35px 10px 0 10px;
	}
	#footer a{
		color:#ffffff;
		text-decoration:none;
		margin-right:25px;
	}
	#footer a:hover {
		color:#ff99ff;
		text-decoration:none;
	}