@charset "utf-8";

#wrapper {
	width: 960px;
	margin: 0 auto;
	left: auto;
	right: auto;
	background-color: #F3E9DC;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	line-height: 1.5em;
	padding: 15px;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #522A2A;
	border-right-color: #522A2A;
	border-bottom-color: #522A2A;
	border-left-color: #522A2A;
}

body {
	background-image: none;
	background-color: #DEB887;
}

#h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	background-color: #F3E9DC;
	color: #F2A868;
	padding-left: 10px;
	line-height: normal;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	padding-bottom: 0px;
	background-image: url(../images/Book-Image-Banner.png);
	height: 150px;
	width: 960px;
	background-repeat: no-repeat;
}
#aside {
	padding: 5px;
	float: right;
	width: 400px;
	background-color: #F3E9DC;
	color: #336;
	height: 475px;
	border: thick double #900;
	line-height: normal;
	font-weight: normal;
	clear: both;
	text-align: left;
	background-repeat: no-repeat;
	margin: auto;
}

h2 {
	color: #F2A868;
	background-color: #522A2A;
	width: 300px;
	padding: 10px;
}

#h3 {
	list-style-type: circle;
}
section {
	font-style: italic;
	background-color: #D6D6D6;
	width: 960px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #522A2A;
	border-bottom-color: #522A2A;
	border-left-color: #522A2A;
	color: #000;
}
#wrapper #Section {
	font-style: italic;
}
footer {
	width: 960px;
	margin: 0 auto;
	left: auto;
	right: auto;
	display:block;
	font-style: italic;
	font-size: small;
	text-align: center;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #00FF00;
}
a:hover {
	color: #FF00FF;
}

a:active {
	color: #0000FF;
}

a:focus {
	 background-color: yellow;
}
