body {
	background-color: #000;
	margin: 0px;
}
#container {
	float: left;
	width: 1250px;
}
#header {
	font-family: Zapfino;
	font-size: 30px;
	color: #FFC;
	text-indent: 450px;
	float: left;
	height: 100px;
	width: 1250px;
	padding-top: 20px;
	padding-bottom: 20px;
}
a {
	color: #C60;
	text-decoration: none;
}
#navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFC;
	float: left;
	width: 130px;
	padding-left: 40px;
}
#main {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #FFC;
	float: left;
	width: 1020px;
	padding-right: 20px;
	padding-left: 35px;
	font-size: 12px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFC;
	text-align: center;
	float: left;
	height: 30px;
	width: 1250px;
	padding-top: 7px;
}
#book {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
