/**
* CSS
* 
* @version 1.0

*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	line-height: 155%;
	font-family: Georgia; Times, serif;
	background: #FFFFFF;
	margin-left: 30px;
	margin-top: 25px;
	padding: 15px;
	
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #FFFFFF; background-color: #AAB49B; }




#menu {
	width: 189px;
	
	float: left;
	overflow: auto;
	top: 24px;
	bottom: 0;
	left: 25px;
	position: fixed;
	height: 100%;
	background-color: #FFFFF;


	}
	
	



#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	
}

#menu ul li.section-title 
	{background: #FFFFF;
	font: bold 10px/155% Georgia; Times; serif;
	
}


#content {
    height: 100%;
    margin: 0 0 0 260px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 700px; margin-bottom: 9px; margin-top:8px; }


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
a img { border: none; background: transparent;}
#img-container	{ margin: 0; padding: 0;  }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0;}
#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }





#once { clear: left; }

.bookthumbs a:hover { text-decoration: none; color: #FFFFFF; background-color: white; }


