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

body{
	margin:0;
	padding:0;
	font-family:georgia;
	font-size:13px;
	color:#333;
	background: url(images/bg.gif) repeat-y top center;
	line-height: 15px;
}

hr{display: none;}

a:link, a:visited{
	color:#7f141c;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
}
.blue{
	color:#2fc6ab;
	font-family:arial;
	font-size:11px;
}
a:hover{
	color:#9b823a;
	border-bottom: 1px solid #fff;
}
h1, h2{
	margin:0;
	padding:0;
}
h3{
	width:151px;
	height:100px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
li, ul{
	list-style: none;
	display:inline-block;
	margin:0;
	padding:0;
}

#concerts {background: url(images/concerts.png) no-repeat top center;}
a:hover #concerts {background: url(images/concerts.png) no-repeat bottom center;}

#films{background: url(images/films.png) no-repeat top center;}
a:hover #films {background: url(images/films.png) no-repeat bottom center;}

#traditions{background: url(images/traditions.png) no-repeat top center;}
a:hover #traditions {background: url(images/traditions.png) no-repeat bottom center;}

#programmingsupport{background: url(images/programmingsupport.png) no-repeat top center;}
a:hover #programmingsupport {background: url(images/programmingsupport.png) no-repeat bottom center;}

#specialevents{background: url(images/specialevents.png) no-repeat top center;}
a:hover #specialevents {background: url(images/specialevents.png) no-repeat bottom center;}

#container{
	width:821px;
	margin-left: auto ;
	margin-right: auto ;
}
.column{
	width:151px;
	padding-left:11px;
	float:left;
}
#upcomingevents{
	width:821px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 300px;
		
		margin-top:300px;
	
		height: 150px;
		background-image:url(images/box_white.jpg);
		background-repeat:repeat;
		font-family:georgia;
	font-size:15px;
	line-height: 18px;
}
#upcomingleft{
	float:left;
	width:410;
}
#upcomingright{
	float:right;
	width:671;
}
#hello{
	background: url(images/header.jpg) no-repeat top center;
	height:225px;
	text-indent:-9999px;
}
#toptext{
		width:821px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		height: 300px;
		background-image:url(images/toptextbg.jpg);
}
#container #toptext #topcenter p .seed {
	color: #9b823a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#topcenter{
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	color:#ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
#topcenter a{
	color:#9b823a;
	font-size: 16px;
	line-height: 20px;
}
#exclusive {
	background: url(images/ball.png) no-repeat top center;
	width:151px;
	height:117px;
	position:absolute;
	right:0%;
	margin-right:0px;
	display:block;
}
#bubble, #bubble a{
	font-family:georgia;
	font-size:15px;
	line-height: 18px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	padding-top:35px;
	padding-left: 15px;
	
}
.link{
	font-family:arial;
	font-size:11px;
	color:#333;
	font-weight: bold;
}
#footer{
	background: url(images/columnbg.png);
	background-repeat:repeat;
	height: 50px;
	width: 821px;
	color:#FFF;
	padding-top: 10px;
	margin: -50px auto 0 auto;
}
#footcenter{
	margin: 0 auto;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:15px;
}
#clearfooter {
height: 180px;
}