

/*************************************************
	Layout Elements 
*************************************************/ 

body{
	background-image:url(../images/readers_bg.jpg);
	text-align:center;
}


#layer1{
	position:relative;
	width:790px;
	border:1px solid #333333;
	background-color:#FFFFFF;
	margin:20px auto 0 auto;

}

#layer2{
	border:3px solid #222222;
	position:relative;
	margin:4px;
}

#layer3{
	margin:4px;
	position:relative;
	border:1px solid #333333;
}

#header-container{
	text-align:center;
	margin:15px auto 5px auto;
	border:0px solid #333333;
	padding:3px;
	width:692px;	
}

#header{
	border:2px solid #333333;
	height:141px;
}

#topDiv{
	margin:6px auto 0 auto;
	border-top:1px solid #777;
	width:690px;  
}

#content{
	text-align:right;
}
#leftCol{
	float:left;

	
}
#leftColContent{
	width:525px;
	margin:0px 26px 0 33px;
	text-align:left;
}

#rightCol{
	padding-left:10px;
	border-left:solid 1px #777;
	text-align:left;
	margin:8px 0 0 572px;	
}



#copyright{
	clear:both;
	text-align:center;
	margin:0 0 4px 0;
	padding:10px 0 0 0;
}
#copyright #text{
	width:200px;
}

#essay{
	margin-top:100px;
}


	/* classes */
.rightChunk{
	margin:20px 0 20px 0;
	text-align:left;
	line-height:1.2em;
}

.rightChunk p{
	
	
}
.bChunk{
	padding-bottom:40px;
}

/*************************************************
	End Layout Elements 
*************************************************/ 


/*************************************************
	Typography
*************************************************/ 

	/* tags */
body{
	font-family: Georgia,Times,serif;
}

h1{
	font-family: Garamond,Georgia,"Times New Roman", serif;
	letter-spacing:.05em;
	font-size:1.4em;
	font-weight:normal;
	border-bottom:1px solid #777777;
	font-variant:small-caps;
	clear:both;
}

h1 .inlineLink a{
	float:right;
	font-size:.6em;
	margin-top:-1.2em;
	text-decoration:none;
}
h1 .inlineLink a:hover{
	text-decoration:underline;
}

h2{
	font-size:1.2em;
	font-family:Verdana,sans-serif;
	text-transform:uppercase;
}

h3{ 
	margin:0 0 3px 0;
	font-weight:normal;
	font-variant:small-caps;
}

h4{ 
	font-size:.8em;
	margin:0 0 3px 0;
	font-weight:normal;
	font-variant:small-caps;
}

a:link,a:visited{
	color:#7A1F1F; 
	text-decoration:underline;
	letter-spacing:.05em;
}
a:hover{ text-decoration:none; }


p{
	margin:27px 15px 0px 15px;
	font-size:.9em;
	line-height:1.5em;
	color:#222222;
}



	/* classes */


.h1 {
	text-decoration:underline;
	font-weight:bold;
}
.bold {
	font-weight:bolder;
}

.small{
	font-size:small;
}

.verySmall{ font-size:.6em;}

.byline{
	font-weight:bold;
}

.authorbio{
	font-style:italic;
}

.roman{
	font-style:normal;
}

.obl{
	font-style:oblique;
}

.img-credit{
	margin:3px 0 3px 0;
}

.photocred{
	font-size:.8em;
	font-weight:bold;
}





	/* items */
#nav{
	font-family: Garamond,Georgia,"Times New Roman", serif;
	font-size:.9em;
}

#nav a{
	text-decoration:none;
}

#nav a:hover{
	text-decoration:underline;
}

#rightCol ul{
	margin:4px 0 20px 6px;
	padding:0;
	font-variant:small-caps;
	list-style:none;
}
	
#rightCol ul li{
	margin:5px 0 5px 0px;
}

#updated{
	color:#999999;
}


#copyright #text{ /* used for copyright */		
	color:#333333;
	font-size:.7em;
}

/*************************************************
	End Typography
*************************************************/




/*************************************************
	Miscellany
*************************************************/

p img{
	margin:6px 12px 12px 12px;
}

a img {
	border:0px;
}

.graphic img{
	border:1px solid #000000;
}

.updates{
	text-indent:5px;
}


.box{
	padding:10px;
}


	
/*************************************************
End Miscellany
*************************************************/

