@charset "UTF-8";
body {
	background-color: #000;
	text-align: center;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	padding: 0px;
	height: 650px;
	width: 900px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#left_side {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 650px;
	width: 225px;
	float: left;
}
#book_image {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 325px;
	width: 225px;
}
#nav {
	text-align: left;
	margin: 0px;
	height: 300px;
	width: 225px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#right_side {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 650px;
	width: 675px;
	background-image: url(../Images/Book_Background.jpg);
	background-repeat: no-repeat;
	background-position: 250px 400px;
}
#header {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 675px;
}
#middle_content {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 675px;
}
#fixed_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	color: #000;
	text-align: justify;
	height: 425px;
	width: 600px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#scrolling_text {	/* Typical fixed height and fixed width example */
	width: 600px;
	height: 390px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: left;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	font-variant: small-caps;
	color: #000;
	text-align: left;
	margin: 0px;
	height: 50px;
	width: 650px;
	padding-left: 25px;
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: #f1f1f2;
}
.vscrollerbar {
	width: 10px;
	background-color: #9a1920;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 18pt;
	color: #000;
	font-variant: small-caps;
	letter-spacing: .25em;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	font-size: 12pt;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	letter-spacing: .25em;
}
