body {
   background: #F2F2F2 url(images/bg.gif) repeat-y 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}

.clear {
	clear: both;
}

#container {
   margin: 0px auto;
   text-align: left;
   width: 782px;
}

h1           { text-indent: -9999px; width: 782px; height: 138px; background-image: 
               url('images/butterflybanner.jpg'); background-repeat: no-repeat; 
               background-attachment: scroll; margin: 0; padding: 0; 
               background-position: 0% }
#left {
	width: 150px;
	float: left;
}

#content {
	width: 580px;
	float: left;
	padding: 15px 0 10px 20px;
}

#content h2 {
	font: normal 22px Georgia, Times New Roman, Times, serif;
	background: transparent url(images/butterflybullet.jpg) no-repeat;
	color: #64077B;
	width: 480px;
	padding: 0 0 0 40px;
	margin:0;
}

#footer {	
	margin: 0px auto;
	position: relative;
	background-color: #A163B5;
	border-top: 9px solid #F9E1FF;
	width: 782px;
	padding: 5px 0;
	clear: both;
}

#footer h2 {
	maring: 0;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F9E1FF;
}

#footer h2 a:visited, #footer h2 a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

#footer h2 a:hover {
	color: #F9E1FF;
	text-decoration: none;
	border-bottom: none;
}

.text {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #64077B;
	margin-bottom: 10px;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #f2f2f2;
	border: 1px solid #64077B;
}

/* --- navigation --- */

#navcontainer {
	width: 150px;		
}

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 30px;
	letter-spacing: 1px;
	border-bottom: 1px solid #000000;
}

#navcontainer a {
 	display: block;
 	width: 150px;
 	height: 22px;
}

#navcontainer a:link, #navcontainer a:visited {
	background: url(images/flybutton1.jpg);
 	color: #5C5C5C;
 	text-decoration: none;
}

#navcontainer a:hover {
	background: url(images/flybutton3.jpg);
	color: #64077B;
	text-decoration: none;
}

#navcontainer li a#current {
	background: url(images/flybutton2.jpg);
	color: #64077B;
	text-decoration: none;
}

/* --- Upcoming--- */

#upcoming {
	width: 150px;
	padding-left: 15px;
	margin-top: 10px;
	font: normal 12px Georgia, Times New Roman, Times, serif;
	color: #FFE1FF;	
}

#upcoming h2 {
	font: normal 16px Georgia, Times New Roman, Times, serif;
	color: #FFE1FF;	
	margin: 0 0 10px 0;
	padding: 0;
}

#upcoming ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
}

.imageleft {
	float: left;
	padding: 3px;
	margin-left: 0px;
	background-color: #f2f2f2;
	border: 1px solid #64077B;
	
}
