@charset "UTF-8";


body {
	background-color: #efc31a;
	background-image: url(../Art/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 0px;
	padding: 0 0 20px 10px;
}
#container {
	position: relative;
	width: 600px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	}
	
#container a, #container a:visited {
	color: #660066;
	text-decoration: none;
	
}
#container a:hover {
	text-decoration:underline;
	}

#container img{
	border: none;
	}


h1 {
	font-size: 15px;
	}
	
h2 {
	font-size: 13px;
	}
#container h1 {
	color: #f2b900;
	margin-bottom: -8px;
	}
	
#events h2{
	color: #662D91;
	font-size: 12px;
	}

#banner {
	height: 100px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#navcontainer
{
	position: absolute;
	bottom: 11px;
	right: 15px;
	text-align: right;
	font-weight: bold;
	}

#navcontainer ul {
	list-style-type: none;
	display: inline;
	}

#navcontainer li {
	float: right;
	width: 76px;
	height: 24px;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	}
		
#navcontainer li a,
#navcontainer li a:visited{
	color: #FFFFFF;
	width: 70px;
	height: 24px;
	display: block;
	}

#navcontainer li a:hover,
#navcontainer li a#active {
	color: #FFCC00;
	background:url(/Art/tab.gif);
	background-repeat:no-repeat;
	background-position: center;
	}


#main {
	background-image: url(../Art/body.gif);
	background-repeat: repeat-y;
	width: 600px;
	min-height: 600px;
}

#main #headline{
	font-family: Helvetica;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0 40px;
	padding:15px 0 20px
}

#about {
	padding: 20px;
	margin-right: 210px;	
	}

#about p{
	overflow: auto;
	}
	
#events {
	padding: 35px 20px;
	float: right;
	height: auto;
	width: 170px;
	font-size: 11px;
	line-height: 15px;
	}

#schedule {
	height:52px;
	width: 140px;
	margin: 0 auto;
}


#quote {
	margin-top: -12px;
	font-size: 11px;
	line-height: 18px;
	color: #660066;
	}

#quote p {
	style="color:#333333;
	line-height:14px;
	text-align:right;
	padding-right: 10px;
	color: #333333;
	}
	

#column1{
	padding-bottom: 20px;
	padding-left: 10px;
}

#column2{
	padding-top: 20px;
	padding-left: 10px;
}

#callout{
	background-image:url(/Art/callout_top.gif);
	background-repeat:no-repeat;
	background-color:#662D91;
	padding: 10px;
	color: white;
	}
#callout a, #callout a:visited{
	color: #FF9900;
	}

#bottom{
	margin: 0px;
	padding: 0px;
	background-image:url(/Art/callout_bottom.gif);
	background-repeat:no-repeat;
	height:15px;
	background-color:#AC95D3;
	}
#contact{
	padding-top: 15px;
	margin: 30px 10px 0px;
	text-align:center;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}
	
#footer {
	background-image: url(../Art/footer.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 15px;
	position:absolute;
	bottom:-15px;
}
#sitemap{
	font-size: 10px;
	text-align: center;
	position:absolute;
	bottom: -33px;
	width: 40%;
	margin-left:30%;
	margin-right:30%;
	color: #FFFFFF;
	}
#sitemap a, #sitemap a:hover, #sitemap a:visited{
	color: white;
	text-decoration:none;
	} 
