@charset "UTF-8";
<style type="text/css">

body {
	background-color: #A19E85;
	margin: 0px auto;
}

p {
	margin-top: 0px;
}

a:visited {
	color: #B2AE94;
}
a:hover {
	text-decoration: underline;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B4B095;
}
.style2 a {
	font-weight: bold;
	color: #B4B095;
	text-decoration: underline;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B4b095;
}
.headers a {
	color: #B4b095;
}

#maindiv {
	background-color: #971D12;
	background-image: url(images/loomis_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px auto;
	width: 750px;
	border: solid #34110b 1px;
	margin: 40px auto 20px;
}

#maindiv #feature_novel {
	float: right;
	margin: 0px 98px 12px 0px;
	width: 166px;
	text-align: center;
}

#maindiv #feature_novel img {
	padding-bottom: 10px;
}

#maindiv #description {
	text-align: center;
	clear: left;
	padding: 10px 0px 0px 0px;
}

#maindiv #novel1 {
	margin: 53px 28px 2px 30px;
	float: left;
}

#maindiv #novel2 {
	float: left;
	margin: 52px 28px 2px 0px;
}

#maindiv #novel3 {
	float: left;
	margin: 52px 28px 2px 0px;
}
#maindiv #novel4 {
	margin: 53px 28px 2px 0px;
	float: left;
}


#maindiv_sub {
	background-color: #971D12;
	background-image: url(images/loomis_bg_subpg.jpg);
	background-repeat: no-repeat;
	background-position: 0px auto;
	width: 750px;
	border: solid #34110b 1px;
	margin: 40px auto;
}

#maindiv_sub #review_text {
	margin: 30px 30px 0px 38px;
	position: relative;
}

#review_text #content2 {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px 30px 0px 0px;
	visibility: hidden;
}
.byline {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #B4B095;
}
.byline a {
	color: #AFAB95;
	text-decoration: underline;
}

#review_text #content3 {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px 30px 0px 0px;
	visibility: hidden;
}

.feature_novel_sub {
	margin: 0px 40px 14px 0px;
	width: 228px;
	text-align: center;
	float: left;
}

#mouselinks {
	text-align: center;
	margin: 25px 0px 4px 0px;
	font-weight: bold;
	font-size: 10px;
	line-height: 0px;
	padding: 3px;
	color: #B4B095;
}

#mouselinks a {
	color: #B4B095;
	text-decoration: none;
}

#mouselinks a:hover {
	background-color: #971D12;
	text-decoration: underline;
}

.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:10px;	
}
