/* CSS Document */

body {
	background-color:#26302d;
	margin:0px;
	padding:0px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-transform:uppercase;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	margin-bottom:25px;
	margin-top:25px;
	clear:both;
	}
	
/* -- This is used primarily for the Bibliography (book titles) -- */	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffffff;
	margin-bottom:7px;
	margin-top:10px;
	font-style:italic;
	text-transform:uppercase;
	}
/* -- This is used primarily for the Bibliography (book information) -- */	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#ffffff;
	margin-bottom:7px;
	margin-top:0px;
	font-weight:normal;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	line-height:18px;
	}

p a{
	color:#ffffff;
	text-decoration:none;
	border-bottom: 1px dotted #ffffff;
	}

p a:hover{
	color:#ffffff;
	text-decoration:none;
	font-style:italic;
	}

hr{
	margin-bottom:25px;
	border:none;
	height:1px;
	background:#666666;
	clear:both;
	}

img {
	min-width:50px;
	min-height:50px;
	border:1px solid #395c5a;
	padding:2px;
}

#HeaderImage {
	border:none;
	padding:0;
	margin:0;
	}

#gradient{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background-color:#000000;
	background-image:url(/images/main/bg_gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

#container{
	margin-left:auto;
	margin-right:auto;
	width: 873px;
	min-height:750px;
	}

#nav{
	width:402px;
	height:140px;
	background-image:url(/images/main/banner2.jpg);
	background-repeat:no-repeat;
	float:right;
	margin:0px;
	padding:50px 0px 0px 25px;
	}

#nav ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	float:left;
	list-style-type:none;
	margin:15px 0px 0px 0px;
	padding:0px 25px 0px 0px;
	}

#nav li{
	margin:15px 0px;
	}

#nav li a{
	display:block;
	background-image:url(/images/main/li.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	color:#ffffff;
	text-decoration:none;
	padding-left:15px;
	}

#nav li a:hover{
	background-image:url(/images/main/li_hover.gif);
	}

	
#content{
	margin-left:auto;
	margin-right:auto;
	width:692px;
	background-image:url(/images/main/glowbar.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	padding:35px 15px;
	clear:both;
	}

.imgRight{
	float:right;
	margin-left:25px;
	margin-bottom:25px;
	border:1px solid #395c5a;
	padding:2px;
	}

.imgLeft{
	float:left;
	margin-right:25px;
	margin-bottom:25px;
	border:1px solid #395c5a;
	padding:2px;
	}
	
img.Biblio{
	width:50px;
	background:#000;
	}

#footer{
	clear:both;
	width:692px;
	border-top:1px solid #ffffff;
	padding: 0px;
	margin-top:40px;
	}

#footer p{
	margin:5px 0px;
	}

.blueLine{
	font-size:2px;
	border-bottom:1px solid #395c5a;
	margin:0px;
	padding:0px;
	}

.author{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-transform:uppercase;
	color:#ffffff;
	margin-top:0px;
	padding-top:0px;
	}

.quote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	padding-bottom:0px;
	margin-bottom:0px;
	}

table.Photos {
	width:100%;
	border:none;
	}
	
	
/* ------- TinyMCE styles ------------*/	
.Left {
	float:left;
	}
	
.Right {
	float:right;
	}		

h4 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	padding-bottom:0px;
	margin-bottom:0px;
	}

h5 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px!important;
	font:11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#ffffff;
	margin-top:0px;
	padding-top:0px;
	}
