/* General
====================================================================== */
html {
	background: #666 url('../_images/html_bg.jpg') repeat;
}	

body {
	color: #555;
	width: 820px;
	margin: 0 auto;
	font-size: .9em;
	line-height: 1.70em;
	background: #DDD url('../_images/body_bg.jpg') repeat-y;
}

body, input, select, textarea {font-family: Georgia, 'Bitstream Vera Serif', serif; }

code, kbd, pre { font-family: "Courier New", Courier, monospace; }

h1, h2, h3 {
	margin: 0 0 10px 0;	
	color: #444;
	text-transform: uppercase;
	font-size: 17px;
	font-family: Georgia, 'Bitstream Vera Serif', serif;
}

h1 { 
	border-bottom: 1px solid #ddd;
	font-size: 21px;
	margin: 0 0 25px 0;
}


p {
	margin: 0 0 1em 0;
}

a:link,
a:visited {
color: #3A8CB3;
}

a:hover { 
	text-decoration: underline;
}

a:active { color: #52B9EB }	
	

dt {
	font-size: 16px;
	color: #444;
	margin: 15px 0 0 0;
}	

dd {
	margin-left: 15px;
}	
	
/* Header
====================================================================== */


	
	

	
/* Navigation
====================================================================== */
#nav {	
	padding-top: 8px;
	height: 27px;
	width: 822px;
	background: url('../_images/nav_bg.jpg') no-repeat top center;
	text-align: center;
	font-size: 13px;
	line-height: 1.25em;
	font-family: Georgia, 'Bitstream Vera Serif', serif;
}

#nav li {
	margin: 0 8px;
	display: -moz-inline-box; /* for Mozilla based browsers */
	display: inline-block;
}

#nav li a {
	display: block; /* for Mozilla based browsers */
	display: inline-block;
	padding: 1px 6px 5px 6px;
	color: #fff;
}

#nav li.Current a:link,
#nav li.Current a:visited,
#nav li.Current:hover a,
#nav li.Current:active a {
	text-decoration: none;
	color: #fff;
	background: url('../_images/underline.gif') no-repeat bottom center;	
}

#nav li a:link,
#nav li a:visited {
	color: #fff;
}

#nav li a:hover,
#nav li a:active {
	text-decoration: none;
	color: #fff;
	background: url('../_images/underline_hover.gif') no-repeat bottom center;

}
	
	
	
	
/* Content
====================================================================== */	
#content_wrapper {
	width: 820px;
	background: url('../_images/subbody_arc.gif') no-repeat bottom 29px;
}

#content {
	padding: 40px 300px 50px 70px;
	text-align: left;
	background:  url('../_images/sun.jpg') no-repeat 537px -8px;
}

.EventsPage {
	min-height: 380px;
}

#content.HomePage {
	padding: 50px;
	padding-left: 65px;
	text-align: center;
	position: relative;
	padding-bottom: 115px;
	background-image: none;
}

#content #logo {
	display: inline;
    width: 412px;
    height: 70px;    
}

#content img {
	float: left;
	margin: 0 12px 8px 0;
}

#content.HomePage img {
	float: none;
}

img#book {
	margin-top: 50px;
	position: relative;
	top: 0;
	left: -115px;
}

a#buy_book {
	position: absolute;
	bottom: 60px;
	left: 303px;
	display: block;
	width: 219px;
	height: 32px;
	background: url('../_images/purchase_button.gif') no-repeat 0 0;
}

a#buy_book:hover {
	background: url('../_images/purchase_button.gif') no-repeat 0 -33px;
}

	
/* Excerpts
====================================================================== */

.bio-link {
	margin:-10px 0 30px 0;
}
	
/* Footer
====================================================================== */
#footer {
	width: 820px;
	color: #333;
	font-size: .9em;
	background: url('../_images/subbody_bg.jpg') repeat-y top center;
}

#quote {
	position: relative;
	top: 15px;
	left: 208px;
	width: 409px;
	background-color: #CEEAFA;
	font-family: Georgia, 'Bitstream Vera Serif', serif;
	font-size: 18px;
	color: #36AFE1;
}

#quote blockquote {
	padding: 0 45px;
	line-height: 25px;
}

#quote_top {
	height: 29px;
	width: 409px;
	background: #CEEAFA url('../_images/quote_top.gif') no-repeat;
}

#quote_bottom {
	padding: 40px 130px 0 0;
	height: 8px;
	width: 279px;
	background: #E8F6FE url('../_images/quote_bottom.gif') no-repeat;
	text-align: right;
	font-size: 14px;
	color: #888;
}

#footer #copyright {
	padding: 70px 50px 25px 50px;
	background: url('../_images/footer_bg.jpg') no-repeat bottom center;
}

#footer #copyright p {
	position: relative;
	top: 35px;
	text-align: right;
	color: #999;
}


#footer a:link,
#footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #2FADE1;
}

#footer a:active { color: #fff }