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

body {
	background-color: #000000;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#banner {
	margin: 10px;
}
#content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;

}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #FFFFFF;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.large_italic {
	font-size: 170%;
	font-style: italic;
}

.large_bold {
	font-size: 160%;
	font-weight: bold;
}


.white {
	color: #FFFFFF;
}
.smaller {
	font-size: 80%;
	color: #FFFFFF;
}
