#wrapper{
	z-index=0;
	position:relative;
	margin:0px auto;
	width:800;
	height:100%;
	background-color:#022214;
}
body{
	background-color:#022214;
	margin:0px;
	height:100%;
	width:100%;
}
#banner{
	z-index=1;
	position:absolute;
	top:30px;
	left:0px;
	width:800px;
	height:395px;
	background-image:url(images/tales_the_wind_told2.jpg);
	background-repeat:no repeat;
}
#banner2{
	z-index=1;
	position:absolute;
	top:430px;
	left:0px;
	width:800px;
	height:327px;
	background-image:url(images/indeximage.jpg);
	background-repeat:no repeat;
}
#navlist {
	z-index:2;
	list-style-type: none;
	position:absolute;
	left:5px;
	top:35px;
}
#navlist li {
	display: inline;
	padding-right:50px;
	padding-left: 5px;
}
#navlist li a {
	font-family:arial;
	font-color:#ccdd00;
	font-size:25px;
	font-weight:bold;
	padding:5px;
}		

#navlist li a:link {
	color: #ccdd00;
	text-decoration: none;
}
#navlist li a:visited {
	color:#ccdd00;
	text-decoration: none;
}
#navlist li a:hover {
	color: #cc99ff;
	text-decoration: none;
}
#navlist li a:active{
	color:#ff5d1b;
	text-decoration: none;
}

A:link {color: #ff9900;}
A:active {color: #ff9900;}
A:hover {color: #cc99ff;}

#leftcolumn {
	position:absolute;
	width:270px;
	height:100%;
	top:430px;
	left:100px;
}
#rightcolumn {
	position:absolute;
	width:300px;
	height:100%;
	top:430px;
	left:400px;
}

#centercolumn{
	position:absolute;
	width:600px;
	height:100%;
	top:430px;
	left:100px;
}
#centercolumn2{
	position:absolute;
	width:600px;
	height:100%;
	top:727px;
	left:100px;
}
#bottomcolumn{
	position:absolute;
	width:600px;
	height:100%;
	left:100px;
}

#content{
	font-family:arial;
	font-size: 16px;
	line-height: 22px;
	color: #ccdd00;
	font-style: serif;
}


#headline {
	font-family: times;
	font-size: 25px;
	 
	font-style: seriff;
}

#headline2 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}
#headline3 {
	font-family: times;
	font-size: 25px;
	font-weight: bold;
}


.dropcap {
float:left;
color:#ccdd00;
font-size:60px;
line-height:40px;
padding-top:2px;
padding-right:4px;
font-family: times;
font-weight: bold;
} 

.indented    {
   padding-left: 50px;
   
   }

