@charset "utf-8";
body {
	font-size: 70%;
	line-height: 1.5;
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #999966;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent {
	background-color: #ffffff;
	width: 548px;
	margin-left: 250px;
	padding-bottom: 50px;
	padding-top: 30px;
	height: 100%;
}
#sidecontent {
	position: absolute;
	width: 250px;
	left: 0px;
	top: 0px;
}
#wrapper {
	position: relative;
	width: 798px;
	border: 1px solid #cccccc;
}

#header {
	height: 100px;
	width: 770px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}

#navigation {
	background-color: #88abda;
	position: relative;
	height: 30px;
	width: 800px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	margin: 0px;
	width: 160px;
	float: left;
}
#navigation li {
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: block;
}
#navigation a:hover {
	color: #FF2828;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	color: #754c24;
	padding-right: 30px;
	padding-left: 30px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	padding-right: 30px;
	padding-left: 30px;
}
p {
	padding-right: 30px;
	padding-left: 30px;
}
#footer {
	font-size: small;
	text-align: center;
	height: 30px;
	width: 800px;
	background-color: #ffffff;
	position: absolute;
}
#book {
	float: left;
	width: 150px;
}
