body
{
	background: #fff;
	color: #333;
	padding: 20px 0 40px;
}

a
{
	color: #96006f;
	text-decoration: none;
	font-weight:bold;
}

a:hover, a:link, a:visited, a:active
{
	text-decoration: none;
}

ul.floater a:hover
{
	border-bottom:1px solid #008ee3;
}

h1
{
	font-weight: normal;
	font-size:200%;
}

h2
{
	padding: 10px 0 0;
	font-size:140%;
}

h3
{
	padding: 10px 0 0;
	font-size:110%;
}

p
{
	padding: 0 0 10px 0;
}

#splash{margin: 0 auto;width:560px;text-align:center}

#mainTitle{
	text-indent:-10000px;
	height:244px;
	width:500px;
	background:url('../images/logo.jpg');
}

/*
 * Required 
*/
.container { width:500px; overflow:hidden; position:relative; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:500px; display:none; }

/*
 * Optional
*/

#loopedSlider { margin:18px auto; width:500px; position:relative; clear:both; }
ul.pagination { list-style-type:none; margin:0; padding:0; margin:9px auto; width:120px; }
ul.pagination li { float:left; margin:0 5px; }	
ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(../images/pagination.png); background-position:0 0; background-repeat:no-repeat;}
ul.pagination li.active a {background-position:0 -12px}
a.previous { position:absolute; top:240px; left:-32px; }
a.next { position:absolute; top:240px; right:-32px; }

#header{
	text-align:center;
}

span.floater ul li{
	float:left;
	line-height:1.2;
	margin-bottom:4px;
	list-style-type:none;
	width:190px;
}
