@charset "utf-8";
#container {
	height: auto;
	width: 850px;
	background-color: #000;
	border: thick outset #F00;
	margin: auto;
	color: #FFF;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
}
#navheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	height: auto;
	width: auto;
	border: thick outset #F00;
}
#blurb {
	font-family: Algerian;
	color: #FFF;
	float: none;
	height: auto;
	width: auto;
	clear: left;
	border: thick outset #F00;
	padding: 5px;
}
#firstpgimage {
	height: auto;
	width: auto;
}
#ubercontainer {
	height: 1000px;
	width: 1000px;
	background-color: #000;
	padding-top: 40px;
}
#layerup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	float: left;
	height: auto;
	width: 100%;
}
.italics {
	font-style: italic;
}

.printpad {
	padding-right: 10px;
	padding-left: 10px;
}
#layerdown {
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
#main {
	height: auto;
	width: auto;
}

