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

body {
	background-color:#0CF;
}

img {border:none;}

div#title {
	position:fixed;
	top:0px;
	left:0px;
	background-image:url(../images/titleBar.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFF;
	height:75px; 
	width:100%;
	font-size:76px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#0CF;
	font-weight:bold;
	}
	
a.bigNav {
	font-size:12em;
	color:#FFF;
}

.poem {
	border:none;
	width:1024px;
	height:600px;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	overflow:visible;
}
a.bigNav:hover {
	color:#F0F;
	background-color:#0F0;
}

div#menu {
	position:fixed;
	top:75px;
	left:0px;
	background-image:url(../images/menuBar.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:25px; 
	width:100%;
	}


div#navtabLeft {
	position:fixed;
	top:275px;
	left:0px;
	background-image:url(../images/navTabLeft.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:60px; 
	width:35px;
	}

div#navtabRight {
	position:fixed;
	top:275px;
	right:0px;
	background-image:url(../images/navTabRight.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:60px; 
	width:35px;
	}


div#footerMenu {
	position:fixed;
	bottom:70px;
	left:0px;
	background-image:url(../images/footerMenuBar.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:23px; 
	width:100%;
	}

div#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	
	height:70px;
	width:100%;
	background-color:#CCC;
}

div#footerLinks {
	margin:15px;
}

div.footerLink {
	margin:5px;
	float:left;
}

a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:large;
	color:#F0F;
	text-decoration:none;
}
a:hover {
		background-color:#F0F;
		color:#FFF;
		text-decoration:underline;
}

.container { width:2024px; height:575px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:2024px; display:none; }
#loopedSlider {
	margin-left:75px;
	margin-top:150px;
}
ul.pagination {list-style-type:none;}
li {margin:12px; float:left;}
