/*----- Generic Styles */
body {
	margin: 0 0; 
	text-align: center;
	background: #000000; 
	}

#container {
	margin: 0 auto; padding: 0 0 0 0;
 	width: 840px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000; 
	overflow: hidden;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	}

a:hover { 
	color: #990000
	}

a img {
	border: 0;
	}
	
p { 
	margin: 0 0 1em;
	}

/*----- Masthead Styles */

#masthead {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	background: #000000;
	}


/*----- Columns Layout */
#columns {
	width: 560px;
	border-left: 280px solid #000000;
	margin-left: -280px;
	float: right;
	}

#bar_left {
	background-color:#000000;
	width: 280px;
	float: left;
	}

/*----- Bar Left Content Layout */

#leftcontent {
	margin: 0 55px 20px 20px;
	}

#leftcontent h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #ffffff;
	}

#leftcontent a {
	text-decoration: none;
	color: #ffffff;
	}

#leftcontent a:hover { 
	color: #990000
	}

#feed {
	font-size: 10px;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #ffffff;
	}

#feed img {
	display: inline;
	padding: 0 0 0 0;
	margin: -5px 0 -3px 0;
	}

/*----- Navigation Layout */
	
#navlinks {
	font-size: 10px;
	text-align: center;
	margin: 0 20px 20px 20px;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #ffffff;
	}

#navlinks li {
	display: inline;
	padding: 0 7px 0 7px;
	}

#navlinks li.first {
	padding: 0 7px 0 0px;
	}

#navlinks li.last {
	padding: 0 0 0 7px;
	}

#navlinks a {
	text-decoration: none;
	color: #ffffff;
	}

#navlinks a:hover { 
	color: #990000
	}


/*----- Content Styles */

#content {
	margin: 0 20px 20px 20px;
	}

#content h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding: 0 0;
	margin: 15px 0 -10px 0;
	}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 0 0;
	margin: 25px 0 0 0;
	}

#content h2 a {
	text-decoration: none;
	color: #ffffff;
	}

#content h2 a:hover { 
	color: #990000
	}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 0;
	margin: 20px 0 5px 0;
	}

#content h3.text_line {
	clear: both;
	padding: 20px 0 0 0;
	margin: 20px 0 5px
	}

#content p {
	text-align: justify;
	padding: 0 0;
	margin: 0 0 15px 0;
	}

#content p.ctr {
	text-align: center;
	}

#content p.elogo {
	text-align: center;
	padding: 5px 0 0 0;
	}


/*----- Biography Portraits */

div.bio img {
	float: right;
	padding: 5px 0 5px 20px;
	}


/*----- Book Display */

#content h2.books {
	margin: 0 0 0 0;
	}

div.book img {
	float: right;
	padding: 5px 0px 5px 20px;
	}


/*----- Covers Display */

div.cvrs img {
	float: left;
	display:inline;
	border: 1px #000000 solid;
	margin: 0px 2px 3px 0;
	}

div.cvrs a:hover img {
	border: 1px #ffffff solid;
	}

/*----- Footer */
#footer {
	clear: both;
	margin: 10px 20px 20px 20px;
	border-top: 1px solid #ffffff;	
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 10px;
	}
