@charset "utf-8";
/* CSS Document */
/* Created by Greg Dean */

body
{
	background: url(images/bg_page.jpg) repeat-x top center;
	font-family: arial;
	margin:0 auto;
}
a
{ 
	color:#ba7296;
	text-decoration: none;
}
a:hover{ text-decoration: underline; } 
h1, h2, h3
{
	color:#ba7296;
	font-size:42px;
	font-weight:normal;
}
h2 {font-size:34px;}
h3 {font-size:26px;}
#middle ul li
{
	list-style: none;
}
#header
{
	background: url(images/header.jpg) no-repeat top center;
	height: 283px;
	width: 900px;
	margin: 0 auto;
}
#content
{
	margin: 0 auto;
	width: 850px;
}
#right{ width: 280px; }
#left
{ 
	display: none;
}
#middle
{
	/*width: 300px;*/
	padding-right: 20px;
}
/*
#about
{
	padding-top: 10px; 
	margin-left: -60px;
	width: 520px;
}*/
#icebar 
{
	background: url(images/icebar.jpg) no-repeat;
	height: 49px;
}
#content_header
{ 
	text-align: center;
	margin-left: -90px;
	margin-top: 45px;
}
#content_header ul li
{
	display:inline;
	padding:0 15px;
	color: #ba7296;
}
/*
#events
{ 
	margin-left: -60px;
	width: 400px;
}*/
/*
#main_middle
{ 
	margin-left: -60px;
	width:520px;
} */
#topnav
{
	text-align: center;
	padding-top: 255px;
}
#topnav a, #content_footer a
{ 
	text-decoration: none;
	color: #ba7296;
}
#topnav ul li
{
	display:inline;
	padding:0 15px;
	color: #ba7296;
	font-size: 26px;
}
#topnav ul li:hover, #content_footer ul li:hover
{
	text-decoration: underline;
}
#topnav ul, #content_footer ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#copyright
{
	color: white;
	width: 903px;
	margin:-31px auto;
	text-align: center;

}
#copyright a
{
	color: blue;
}
#bottomnav
{
	background: url(images/footer.jpg) no-repeat;
	color: white;
	height: 96px;
	margin: 0 auto;
	text-align: center;
	width: 903px;
} 
#bottomnav a
{
	text-decoration: none;
	color: white;
}
#bottomnav ul li
{
	display:inline;
	color: white;
	font-size:19px;
	padding:0pt 6px;
}
#bottomnav ul li:hover
{
	text-decoration: underline;
}
#bottomnav ul 
{
	margin-bottom:0pt;
	padding:26px 0pt 10px;
}
#footer
{
	height:96px;
	margin-bottom:20px;
}

.title
{
	display: none;
}
