@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #34110B;
	background-color: #A19E85;
}


p {
	margin-top: 0px;
}

a:hover {
	text-decoration: underline;
}

td img {
	display: block;
}

#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;
}

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

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

#novel1 {
	margin: 0 28px 2px 30px;
	float: left;
	padding: 0 0 10px 0;
}
#novel1 img {
	padding: 0 40px 40px 0;
}

#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;
}

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

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

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

#mouselinks {
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	padding: 6px;
	color: #B4B095;
}

#mouselinks a {
	color: #B4B095;
	text-decoration: none;
	padding: 6px;
	text-transform: uppercase;
}

#mouselinks a:hover {
	background-color: #971D12;
	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;
}

.byline {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #B4B095;
}

.byline a {
	color: #AFAB95;
	text-decoration: underline;
}

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

.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;	
}

