div#banner{
	font-family:"Bodoni MT Black";
	font-weight:bolder;
	font-size:xx-large;
	height:139px;
	width:1000px;
	background-image:url('./images/banner_background.jpg');
	background-repeat:repeat-x;
	/*background-color:rgb(220,43,25);*/
}

div#banner h1{
	font-size:0.75em;
	float:right;
}

ul#mainNav {
	list-style:none;
	width:1000px;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	background-color:rgb(112,98,91);
}

ul#mainNav li {
	display:inline;
	border-right: 4px solid white;
	/*border-left:2px solid white;*/
}

ul#mainNav li a:link, ul#mainNav li a:visited  {
	padding:5px 10px 5px 10px;
	text-decoration: none;
	color:white;
}

ul#mainNav li a.selected {
	color:black;
	background-color:rgb(221,210,195);/*230,220,205*/
	font-weight:bold;
}

ul#mainNav li a:hover {
	background-color:rgb(176,163,148);
}

div#ishmaelsQuote {
	height:122px;
}

div#ishmaelsQuote img {
	width:103px;
	height:120px;
	float:left;
}

div#ishmaelsQuote blockquote {
	font-family:Comic Sans;
	font-size:1.2em;
	color:rgb(0,121,197);
	font-style:italic;
}

div#content {
	clear:both;
}