* {
	margin: 0;
	padding:0;
}

html { height: 100%;}
body { height: 100%; font-family: "Arial",sans-serif; font-size: 12px;
text-align: center;

}


#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 920px;
	margin: 0 auto 0 auto;
	background-color: white;
	
	
	
}


#header {
	
	background-color: white;
	height: 116px;
}

#header .logo {	
	margin: 10px 10px 5px 10px;
	float: left;
	width: 250px;
	height: 96px;
}


#floatwrapper {
	position:relative;
	
	height: auto;
	width: 100%;
}

#col1 {
	width: 180px;
	float: left;
	text-align: left;
}

#col1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	
}

#col1 li {
	background-color: black;
	background-image: url(images/menu_background.gif);
	background-repeat: repeat;
	height: auto;
	font-size: 14px;
	padding: 3px 0 3px 1em;
	margin-bottom: 1px;
	border-right: 1px dotted #9a7a54;
	border-bottom: 1px dotted #9a7a54;
	
}

#col1 a:link, #col1 a:visited {text-decoration: none; color: black;}
#col1 a:hover {text-decoration: none; color: #990000;}
#col1 a:active {}





#col2 {
	float: left;
	width: 245px;
	margin-left: 5px;
	font-size: 12px;
	text-align: left;
	padding: 0 10px 20px 10px;
	
	
}

/* Content area article - basically for horizontal rule separation */

#article {
	border-bottom: 1px dashed gray;
}

#col2 p {
	font-size: 12px;
	padding-bottom: 1em;
	
}


#col3 {
	float: left;
	width: 250px;
	margin-left: 5px;
	padding: 0 10px 20px 10px;
	text-align: left;
}

#col3 p {
	font-size: 12px;
	padding-bottom: 1em;
	/*padding: 0 0.5em 1em 0.5em;*/
}


#col4 {
	float: left;
	width: 180px;
	height: 100px;
	margin-left: 5px;
	text-align: right;
	
}

.clearer { clear: both; height: 30px;}

#footer {
	position: absolute;
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	color: gray;
	text-align: center;
	padding-top: 10px;
	
	
	
}

#footerright {
	float: right;
}

h1,h2 {
	font-weight: 200;
	color: #9a7a54;
	font-family: "Arial";
}

h1.content {
	font-size: 17px;
	
	padding-bottom:0.3em;
}


.bookcover {
	float: left;
	margin: 0 15px 6px 0;
}

.underheaderpic {
	float:right;
	margin: 0 0 6px 15px;}

#shortblurb {
	font-size: 11px;
}

#shortblurb h1 {
	
	font-size: 15px;
	
	padding-bottom:0.3em;
	}

#shortblurb h2 {
	font-size: 12px;
	color: #9a7a54;
	margin-bottom: 5px;
}

#detailedblurb {
	font-size: 12px;
}

#detail {
	width: 475px;
	float: left;
	text-align: left;
	padding: 0 35px 0 35px;
}

/*#detail h1 {
	font-size: 21px;
	padding-bottom: 0.5em;
}*/

#detail h2 {
	font-size: 17px;
	padding-bottom: 1.5em;
}

#detail h3 {
	font-size: 13px;
	font-weight: 200;
	padding-bottom: 1em;
	
	
	
}

#detail p {
	padding-top: 0.5em;
}

#notice {
	font-size: 10px;
	background-color: #FFEBCD;
	border: 1px solid red;
	margin: 30px 0 15px 0;
	padding: 4px;
	width: 370px;
}

a:link, a:visited {text-decoration: none; color: #9a7a54;}
a:hover {text-decoration: underline; color: #9a7a54;}
a:active {color: #9a7a54;}

a img {border: 0}
a:hover img {text-decoration:none;}
