html{
	background-color:#f0f0f0;
}

body {
	font-family: georgia, serif;
	font-size: 76%;
	color: #777;
	}
	
div{
	display:block;
}

#everything{
	margin:0;
	padding:0;
	width:100%;
}

	
#page {
	width: 960px;
	margin: 0 auto;
	}

/*.temp {

	background-image:url(temp.jpg);
	background-repeat: repeat-y; 
	}
	
		
/*typography*/
a {
	text-decoration: none;
	font-weight: normal;
	color: #777;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #336600;
	}
h1  {
	color: #336600;
	padding: 0 0 0 500px;
	text-align:right;
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
	
h1 a{
	color:#336600;
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	padding: 0;
	list-style: none;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0em 0em 2.4em 0em;
	text-align: justify;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
em{
	font-style:italic;
}

/*HEADER*/

#header{
	width:960px;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	}


#nav{
	clear:both;
	display: block;
	width: 960px;
	}

#header ul {
	min-height: 10px;
	display: block;
	float: right;
	
	}
.navLink{
	float: left;
	font-size: 1.2em;	
	display: block;
	padding: 0 40px 0 0;
	
	}
	


#lastLink{
	float:left;
	display: block;
	padding:0;
	}

hr.clear{
	display:block;
	float:none;
	margin: 40px 0 0 0;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: 1px solid #cc9900;
	
}

/*TEXT AREA BIO*/

#bio{
	width: 320px;
	float: left;
	margin: 0 0 0 35px;
	
}


#bio p{
	text-align: left;
}



/*SLIDESHOW*/
.slideShow{
	float:left;
	width:600px;
	height:505px;
}

.pics {  
    padding: 0;  
    margin: 0 auto;  
} 
 
.pics img {  
    padding: 0;  
    border:  none;  
    background-color: #eee;  
    top:  0; 
    left: 0 
} 



/*sideNav*/

.sideNav{
	
	width:320px;
	float:left;
}

.sideNav ul{
	display:block;
	
	text-align:right;
}

.poemNav{
	margin-right: 40px;
}

/*TEXT AREA MAIN PAGES*/

.mainSection{
	width:600px;
	margin-left:40px;
	float:left;
	
}

.clearfix:after{
	content:".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

.mainSection ul{
	display:block;
}

.mainSection h3{
	margin-top: 0;
}

li h5{
	margin-top:0;
	font-style: normal;
}

h5.workTitle{
	float:left;

}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

h4.chapter{
	margin-top:0;
}

#theVideo{
	width:400px;
	height: 300px;
	margin: 0 auto
}

.text{
	position:absolute;
	
	width: 600px;
	top: 550px;
}

.off{
	float:right;
}

.offp{
	width: 400px;
	float:left;
}

#stuff{
	position:relative;
	bottom: 30px;
	padding: 30px 0 0 0;
	text-align:center;
}

ul.texts{
	text-align: left;
}

.bookImg{
	margin-bottom:30px;
	display: block;
	float: right;
}

.forceRight{
	float:right;

}

.centImg{
	display:block;
	width: 513px;
	margin: 0 auto;
}

h5.label{
	margin-top:0;
}
}