html, body, h1, h2, h3, h4, h5, h6, div, p, ul, li, img {
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style:none;
}
html {
	text-align:center;
}
body {
	margin:0 auto;
	margin-top:25px;
	width:840px;
	text-align:left;
	position:relative;
}
#all {
	background:url(shadow.gif) top left repeat-y #FFF;
}
#skip, #toTop {
	display:block;
	width:840px;
	height:10px;
	position:absolute;
	left:0px;
	text-indent:-9999px;
}
#skip {
	top:0px;
	background:url(title_curve.gif) top left no-repeat;
}
#toTop {
	bottom:0px;
	background:url(info_curve.gif) top left no-repeat;
}
h1 {
	width:800px;
	height:175px;
	background:url(title.gif) center no-repeat;
	text-indent:-9999px;
	margin-left:20px;
	margin-bottom:95px;
}/*extend the bottom margin?*/
#nav {
	width:900px;
	height:75px;
	position:absolute;
	top:175px;
	left:-30px;
	background:url(nav_curve.gif) top left no-repeat #00295A;
}
#nav li {
	line-height:75px;
	text-align:center;
	font-family:"Times New Roman", serif;
	font-size:14pt;
	font-variant:small-caps;
	width:125px;
	height:75px;
	position:absolute;
	top:0px;
}
#home {
	left:200px;
}
#author {
	left:325px;
}
#book {
	left:450px;
}
#audio {
	left:575px;
}
#nav a, #nav a:link, #nav a:visited {
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
}
#nav a:hover, #nav a:active {
	background:#001936;
}
#content {
	font-family:"Times New Roman", serif;
	font-size:12pt;
	float:right;
	width:533px;
	text-align:justify;
	margin-right:20px;
	border-left:dotted #000 1px;
}
#content > * {
	margin-left:25px;
	margin-right:25px;
}
#content h2 {
	margin-bottom:15px;
	font-weight:bold;
	font-size:16pt;
}/*margin-top:5px;? Why is it already bumped down five?*/
#content p {
	margin-top:10px;
	margin-bottom:5px;
}
#content img {
	float:left;
	margin-right:10px;
}
#content a, #content a:link, #content a:visited {
	color:#444;
}
#content a:hover, #content a:active {
	color:#000;
}
#content a[name] {
	color:#000;
}
#content li {
	margin-top:10px;
	margin-bottom:10px;
}
#supplementary {
	width:217px;
	margin-left:45px;
	text-align:center;
}
#supplementary img {
	margin-top:5px;
}
#supplementary form {
	margin-top:15px;
}
#info {
	color:#FFF;
	width:800px;
	height:100px;
	background:url(author.gif) center center no-repeat #00295A;
	margin-left:20px;
	margin-top:20px;
	clear:both;
	position:relative;
}/*Not showing up on the site...*/
#copyright {
	position:absolute;
	left:10px;
	bottom:5px;
}
#email {
	position:absolute;
	right:10px;
	bottom:5px;
}
#email, #email:link, #email:visited, #email:hover, #email:active {
	color:#FFF;
}