* {
	margin: 0;
	padding:0;
}

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

}


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


#header {
	
	
	height: 126px;
}

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


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

#col1 {
	width: 180px;
	float: left;
	
}

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

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

#col1 ul a {
	background-image: url(images/menu_background.gif);
	background-repeat: repeat;
	width: 160px;
	display: block;
	line-height: 22px;
	font-size: 1.5em;
	text-align: left;
	padding: 3px 0 3px 20px;
	margin-bottom: 2px;
	border-right: 1px dotted #9a7a54;
	border-bottom: 1px dotted #9a7a54;
	
	
}

#col1 a:link, #col1 a:visited {text-decoration: none; color: #2b2b2b;}
#col1 a:hover {text-decoration: none; color: #C73F17;}
#col1 a:active {text-decoration: none; color: #B5A642;}





#col2 {
	float: left;
	width: 280px;
	margin-left: 5px;
	text-align: left;
	padding: 0 10px 20px 10px;
	line-height: 1.8em;
	border-right: 1px solid #d9d9d9;
	
	
}

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

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

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

#col3 p {
	font-size: 1.2em;
	padding-bottom: 1em;
}


#col3 {
	float: left;
	width: 285px;
	margin-left: 5px;
	padding: 0 10px 20px 10px;
	text-align: left;
	line-height: 1.8em;
}




#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: #787878;
	text-align: center;
	padding-top: 10px;
	
	
	
}

#footerright {
	float: right;
}

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

h1.bigheader {
	
	font-size: 2.1em;
	padding-bottom: 0.8em;
	
}

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

h1.booktitle {
	font-size: 2.1em;
	
	
	
}

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

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

#shortblurb p{
	font-size: 1.2em;
}

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

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

#detailedblurb {
	font-size: 1.2em;
}

#detail {
	width: 545px;
	float: left;
	text-align: left;
	padding: 0 35px 0 35px;
	line-height: 1.8em;
}


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

#detail h3 {
	font-size: 1.3em;
	font-weight: 200;
	padding-bottom: 1em;
		

}

#detail p {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

#detail p.review {
	
	margin-bottom: 1em;
}

#tlinkwrapper {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 1em;
}

#tlink {
	font-size: 1.4em;
	margin-bottom: 0.1em;
	
	
}

#notice {
	font-size: 1em;
	background-color: #FFEBCD;
	border: 1px solid red;
	margin: 30px 0 15px 0;
	padding: 4px;
	width: 370px;
}
/* img {
	border-bottom: 1px solid #b1b1b1;
	border-right: 1px solid #cdcdcd;
 }*/


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

