html, body, h1, h2, h3, h4, h5, h6, p, div, img, ul, li {
	padding:0px;
	margin:0px;
	border:none;
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style:none;
}
body {
	background:url(nav_shadow.gif) 0px 50px repeat-x #00295A;
	min-width:1050px;
}
#content {
	padding-top:65px;
	text-align:center;
	background:#C61F1C;
	min-width:1050px;
}
h1 {
	position:absolute;
	top:70px;
	left:0px;
	text-indent:-9999px;
	width:100%;
	min-width:1050px;
	height:50px;
	background:url(splash_title.gif) center center no-repeat;
}
#nav {
	text-align:center;
	height:70px;
	width:300px;
	margin:0px auto;
	position:relative;
	font-size:13pt;
	font-variant:small-caps;
}
#nav li {
	position:absolute;
	width:100px;
	height:50px;
	line-height:50px;
	top:0px;
}
#author {
	left:0px;
}
#book {
	left:100px;
}
#audio {
	left:200px;
}
#nav a, #nav a:link, #nav a:visited {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#FFF;
}
#nav a:hover, #nav a:active {
	background:#001936;
}
img {
	border:solid #000 5px;
}
#main {
	margin:0px auto;
	margin-top:25px;
	width:1050px;
	color:#FFF;
}
#description, #menu, #podcasts {
	width:350px;
	text-align:left;
	float:left;
	padding-bottom:5px;
	position:relative;
	z-index:2;
}
#main p, #main h3, #description h4, #podcasts h4 {
	margin-right:25px;
	margin-left:25px;
}
#description h4, #podcasts h4 {
	margin-top:10px;
	margin-bottom:10px;
}
#main h3 {
	font-weight:bold;
	font-size:20pt;
	font-variant:small-caps;
	border-bottom:dotted #FFF 1px;
}
#main p, #main ul {
	font-size:14pt;
	margin-top:5px;
}
#menu {
	text-align:center;
	border-right:dotted #FFF 1px;
	border-left:dotted #FFF 1px;
	width:348px;
}
#menu h3 {
	margin-top:25px;
}
#podcasts ul {
	list-style-type:disc;
	margin-left:25px;
}
#podcasts li {
	margin-top:5px;
	margin-bottom:5px;
}
#main a, #main a:link, #main a:visited {
	color:#FFF;
}
#main a:hover, #main a:active {
	text-decoration:none;
}/*background:#B31C19;*/
#main h4 a, #main h4 a:link, #main h4 a:visited, #main h4 a:hover, #main h4 a:active {
	color:#FFF;
	font-variant:small-caps;
	font-size:14pt;
	font-weight:bold;
}
#description, #podcasts {
	margin-top:-350px;
}
#buy {
	clear:both;
	border-top:dotted #FFF 1px;
	padding-top:5px;
	position:relative;
}
#buy h4 {
	position:absolute;
	top:-101px;
	left:0px;
	z-index:1;
	background:url(gradient.gif) top left repeat-x;
	width:100%;
	height:100px;
	text-indent:-9999px;
}/* Not sure if I like the height and line-height rules here....*/
#buy p {
	text-align:left;
	margin-left:325px;
	margin-right:25px;
}
#buy form {
	width:300px;
	height:100%;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
}
#buy form input {
	margin-top:20px;
}
#info {
	padding-top:20px;
	min-width:1050px;
	width:100%;
	height:75px;
	background:url(info_shadow.gif) top left repeat-x #00295A;
	color:#FFF;
	position:relative;
}
#info h4 {
	text-indent:-9999px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(author.gif) center bottom no-repeat;
}
#info a, #info a:link, #info a:visited, #info a:hover, #info a:active {
	color:#FFF;
}
#copyright {
	position:absolute;
	top:30px;
	left:10px;
}
#email {
	position:absolute;
	top:30px;
	right:10px;
}
.quote {
	font-style:italic;
}
#main .source {
	font-size:12pt;
	font-style:normal;
}