﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("../images/background.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 920px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 920px;
	border: 0px solid #431;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: scroll;
	height: 100px;
	background-image: url('../images/booklogo.jpg');
}
#navigation {
	position: relative;
	float: left;
	width: 156px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #FFFFCC;
	font-family: "Trebuchet MS";
}
#content {
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
}
#navigationr {
	position: relative;
	float: right;
	width: 156px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #FFFFCC;
	font-family: "Trebuchet MS";
}
#footer {
	text-align: center;
	clear: both;
	width: 920px;
	padding: 0px;
	border: 0px solid #431;
	background-color: #000000;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
}
#content img {
	padding: 5px;
	border: 0px none #964;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
.style_align-center {
	text-align: center;
}
a {
	color: #3564A1;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
