/* CSS Document */
* {
margin: 0;
padding: 0;
border: 0;
}


body {
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
color: #000000;
text-align: center;
}

#wrapper {
	width: 800px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	text-align:left;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
	min-height: 600px;
}
#nav {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}


#nav a:hover{
	color: #A87901;

}
	
#banner {
	height: 110px;
	background-image: url(file:///XServ2/dashiells/images/banner_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}


#content{
	margin-left: 10px;
	width: 790px;
	height: 490px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.center {
	text-align: center;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}
#poemcontent {
	text-align: center;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/


#footer{
	border-top: 1px solid #000000;
	background-color: #003366;
	color: #FFFFFF;
	clear: both;
	height: 17px;
	text-align: center;
}

#footer li {
	font-size: 12px;
	list-style-type: none;
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #ffffff;	
}

#footer li:first-child {
	border-left: 1px solid #ffffff;
}

#footer a {
	color: #0099FF;
}

#leftcol{
margin-left: 10px;
margin-top: 20px;
width: 170px;
margin-bottom: 20px;
float: left;
border-bottom: 1px solid #000000;
}
#subfooter {
	text-align: center;
	font-size: 12px;
}

#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
