body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}


#main {
	width: 1024px;
	margin: 0px auto;
	position:relative
}

.border {
border: #000000 1px solid;
}

.smalltext {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

#nav {
	position: relative;
	top:55px;
	left: 23px;
	width:203px;
	height:313px;
	background:url(images/buttonbox.png);
}

#nav a {
text-decoration: none;
	color: #000000;
}

#nav a:hover {
color: #ff0000;
}

.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	
#finder {
position:relative;
width:128px;
height:187px;
top: 50px;
left: 60px;
}

#content {
	background-color: #FFFFFF;
	height: 312px;
	width: 517px;
	overflow: scroll;
}

.contenttext {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}



.contenttext h1{
font-size: 16px;
color:#000099
}

.contenttext h2{
font-size: 14px;
color:#006600
}

.contenttext h2 a{
color:#006600;
}

.classes {
font-family:"Times New Roman", Times, serif;
font-size: 10px;
width: 465px;
background-color:#99CC00;
}

.quote {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	width: 400px;
	background-color:#99CC00;
	margin: 5px auto;
	padding: 4px;
}
.quoteauthor {
font-family:"Times New Roman", Times, serif;
font-size: 13px;
font-style:italic;
font-weight:bold;
text-align:right;
}

.wp_quotepage_quote{
font-size: 13px;
	width: 400px;
	background-color:#99CC00;
		margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 4px;
}
.wp_quotepage_author {
	width: 400px;
	background-color:#99CC00;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 4px;
font-family:"Times New Roman", Times, serif;
font-size: 13px;
font-weight:bold;
font-style:italic;
text-align:right;
}


#main > .gallery li {
  display: inline-block;
}

.gallery li {
  display: inline;
}