body { 
	background: #f8f6ec url(images/bg.jpg) repeat-x top left;
	color: #2b2310;
	font-family: verdana, arial, sans-serif;
	font-size: .76em;
	margin: 0px;
	padding: 0px;
}

table tr td {	
	font-size: 100%; 
}
	
span {
	
}

h1 {  
	background: transparent; 
	color: #263553;
	font-family: times new roman, times, georgia, serif;
	font-weight: normal;  
	font-size: 150%; 
	margin: 0 0 .5em 0;
	padding: 0px;
}

h2 {  
	border-bottom: 1px solid #263553;
	color: #263553;	
	font-family: times new roman, times, georgia, serif;
	font-weight: bold; 
	font-size: 130%; 
	margin: .76em 0 .5em 0;
	padding: 0px;
}

h3  { 
	color: #2b2310;
	font-family: times new roman, times, georgia, serif;
	font-weight: bold;
	font-size: 120%; 
	margin: .5em 0 .5em 0;
	padding: 0px;
}

h4  {  
	border-bottom: 1px dashed #263553;
	color: #263553;
	font-family: times new roman, times, georgia, serif;
	font-weight: bold;
	font-size: 120%;
	margin: .76em 0 .5em 0;
	padding: 0px;
}

h5  { 
	color: #2b2310;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;  
	font-size: 100%; 
	margin: .76em 0 0 0;
	padding: 0px;
}

	
h6  {  
	border-top: 1px solid #efefef;
	color: #263553;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;  
	font-size: 100%; 
	font-style: italic;
	margin: 1.5em 0 0 0;
	padding: 0px;
}
	
a {
	text-decoration: underline;
	outline: none;
}

a:link {
	color: #930;
}

a:visited {
	color: #930;
}

a:hover {
	color: #0D416F;
	text-decoration: none;
}

a:active {
	color: #0D416F;
	text-decoration: none;
}

p {
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	padding: 0;
} 

hr {
	color: #eee;
	background-color: #eee;
	height: 1px;
}

.content {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
}

.small {
	font-size: 80%;
}

.emp {
	color: #000;
	font-weight: bold;
	font-style: italic;
}

.caption {
	font-size: 90%;
	font-style: italic;
	line-height: 1.1em;
	margin: 0px 5px;
	padding: 0px;
	text-align: right;
	width: 200px;
}

.quote {
	background: #fff;
	border: 1px solid #eee;
	color: #333;
	font-style: italic;
	margin: 5px 5px 10px 5px;
	padding: 7px;
}


.floatleft {
	display: inline;
	position: relative;
	float: left;
	margin: 0px 7px 7px 0px;
} 

.floatright {
	display: inline;
	position: relative;
	float: right;
	margin: 0px 0px 7px 7px;
}

.floatcenter {
	display: block;
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 7px 0px;
	text-align: center;
}

.red {	
	color: #c00;
}

.framed {
	border: 1px solid #263553;
	margin: 2px;
	padding: 2px;
}

/* -- WRAP --*/

#wrap {
	background: transparent url(images/wrap-bg.jpg) repeat-y top left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 651px;	
}


/*-- SIDEBAR --*/

#sidebar {
	background: transparent url(images/side.jpg) no-repeat top left;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 151px;
}

#sidebar img {
	height: 480px;
	width: 151px;
}

/* -- MAIN -- */

#main {
	background: #fdfcf8;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 500px;
}

#header {
	background: transparent; 
	margin: 0px;
	padding: 0px;
}


#nav {
	background: #fff url(images/nav-bg.jpg) no-repeat top right;
	margin: 0px;
	padding: 0px;
}

#nav-content {
	background: transparent;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#nav ul li {
	display:inline;
}

#nav ul li a {
	background: transparent;
	color: #2B2310;
	font-family: times new roman, times, georgia, serif;
	font-weight: normal;
	font-size: 130%;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;	
}

#nav ul li a:hover {
	color: #930;
	text-decoration: underline;	
}

#nav ul li a.left {
	
}

/* -- nav on states --*/
#home-page #home a {color: #930; text-decoration: underline;}
#books-page #books a {color: #930; text-decoration: underline;}
#appearances-page #appearances a {color: #930; text-decoration: underline;} 
#contact-page #contact a {color: #930; text-decoration: underline;} 



#top-content {
	height: 12px;
	margin: 0px;
	padding: 0px;
}

#main-content {
	background: #fdfcf8 url(images/content-top.jpg) no-repeat top center;
	margin: 0px;
	padding: 35px 0px 0px 0px;
	position: relative;
}


#footer {
	margin: 0px;
	padding: 0px;	
}

#sub-footer {
	clear: both;
	font-size: 80%;
	margin: 0px auto 10px auto;
	padding: 0px;
	padding-left: 151px;
	text-align: center;
	width: 500px;
}

#sub-footer a {
	text-decoration: none;
	font-weight: normal; 
	outline: none;
}

#sub-footer a:link {
	color: #aaa;
}

#sub-footer a:visited {
	color: #aaa;
}

#sub-footer a:hover {
	color: #930;
	text-decoration: none;
}

#sub-footer a:active {
	color: #aaa;
	text-decoration: none;
}

/* -- FORM ELEMENTS -- */

form legend {
	border: 1px solid #ddd;
	color: #333;
	font-size: 120%;
	font-weight: normal;
	margin: 10px;
	padding: 5px;
}

form fieldset {
	border: 1px solid #ddd;
	display: block;
	background: #f4f2e8;
	margin: 10px;
	padding: 5px;
	position: relative;
}

form label {
	display: block;
	color: #333;
	font-weight: normal;
	font-size: 90%;
}

form input, select, textarea, option {
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
}

form fieldset div {
	padding: 2px 10px 3px 10px;
}

.submitbutton {
	background: #333;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 100%;
	margin: 5px;
	padding: 3px 7px 3px 7px;
}

.req {
	color: #f90;
}