html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: #44331e;
	font-family: Arial, Helvetica, Helvetica, Sans-serif;
	font-size: .75em;
	min-width: 768px;
	background: #44331e; 
}
html, body {
  height: 100%;
  padding: 0px;
  margin: 0px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.clear{
clear:both;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
a, a:link, a:visited {
  color: #4b6f94;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#page {
  width: 750px;
  margin: 0px auto;
  padding: 0px 9px;
	background: url('../images/bg.png') 0px 0px repeat-y;;
  min-height: 100%;
}
#header {
  width: 750px;
  overflow: hidden;
}
#header img {
  display: block;
}
/*Subnav Styles*/
#subnav {
  width: 750px;
  background: url('../images/subnav-bg.png') repeat-x;
  height: 49px;
  overflow: hidden;
  position: relative;
}
#subnav ul {
  text-transform: uppercase;
  text-align:center;
}
#subnav ul li {
  display: inline;
  line-height: 48px;
  padding-left: 30px;
}
#subnav ul li a {
  padding-top: 16px;
  
  padding-bottom: 16px;
}
#subnav ul li .first {
  padding-left: 0;
}
#subnav ul li a, #subnav ul li a:link, #subnav ul li a:visited {
  color: #44331e;
}
#subnav ul li a:hover {
  background: url('../images/subnav-active.png') center center no-repeat;
  text-decoration: none;
}
#subnav ul li.active a {
  background: url('../images/subnav-active.png') center center no-repeat;
}
#subnav #subAbout a:hover, 
#subnav #subAbout.active a {
  background: url('../images/subnav-active.png') 45% 50% no-repeat;
}
#subnav #subBook a:hover, 
#subnav #subBook.active a {
  background: url('../images/subnav-active.png') 54% 50% no-repeat;
}


/*Main Content*/
h1, span.h1 {
  font-size: 2em;
  font-family: Georgia, Georgia, Serif;
  line-height: 1.125em;
  margin-bottom: .65em;
}
h2, span.h2 {
  font-size: 1.5em;
  font-family: Georgia, Georgia, Serif;
  line-height: 1.125em;
  margin-bottom: .65em;
}
h2.title{
margin-bottom:.2em;

}
.subtitle{
font-family: Georgia, Georgia, Serif;
font-size:1em;
}

.blue {
	color: #1b4776;
}
#content {
  padding: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}
#main {
  overflow: hidden;
  width: 100%;
}
#content p, #content blockquote, #content ul {
  line-height: 1.65em;
  margin-bottom: 1em;
}
#spotlight {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
#spotlight .quote {
  float: right;
  width: 304px;
  margin-right: 70px;
  margin-left: 20px;
}
img.floatRight {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

img.floatLeft{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.floatRight{
float:right;
margin:10px;
}
blockquote {
  background: url('../images/quote.png') top left no-repeat;
  padding: 14px 30px;
  padding-bottom: 0px;
}
div.quote {
  margin-bottom: 1.5em;
}
#spotlight blockquote {
  font-size: 1.25em;
  line-height: 1em;
  font-family: Georgia, Georgia, serif;
}

div.quote p {
  font-style: italic;
  font-weight: bold;
  padding: 0 45px;
  text-indent: -2.25ex;
}
#spotlight div.quote p {
  text-align: right;
}
#content li {
  background: url('../images/bullet.gif') 0px 4px no-repeat;
  padding-left: 15px;
  margin-left: 12px;
  overflow: hidden;
}
div.mp3 {
  width: 260px;
  height: 18px;
}
div.date {
  width: 80px;
  float: left;
}
div.title {
  float: left;
  width:480px;
}
