/* CSS Document */
body {
	text-align:center;
	background-image:url(images/wood_dk3.jpg);
	background-color:#3C1C1A;}

#container {
	margin: 50px auto;
	width:712px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#dad6ca;
	font-size:10px;}
	
#border {
	border-width:5px 5px 20px 5px; 			
	border-color:#663333;
	border-style:solid;
	background-color:#dad6ca;}
	
#outline {
	border-width:1px; 			
	border-color:#330000;
	border-style:solid;}
	
#header {
	width:700px;
	height:175px;
	background:#330000 url(images/tenderbarheader.jpg) no-repeat top left;
	text-align:left;}
	
#title {
	width:700px;
	height:50px;
	background:url(images/home.jpg) no-repeat top left;
	text-align:left;}

#leadquote {
	padding: 30px 0 0 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:18pt;
	letter-spacing:.5pt;
	width:425px;
	z-index:5;
	color:#ffffff;}
	
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#663333;
	font-size:9px;
	padding-bottom:15px;}
	
#navbar {
	text-align:center;
	width:700px;
	height:25px;
	border-width:3px 0px 3px 0px;
	border-color:#663333;
	background-color:#ffcc99;
	border-style:solid;}

#main {
	padding:25px;
	text-align:left;
	background-color:#dad6ca;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000000;
	line-height:14pt;
	}
	
#highlightbox {
	float:right;
	width:200px;
	margin:10px 0 15px 15px;
	padding:0 0 10px 20px;
	border-left:solid 1px #663333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:11pt;
	}
	
.quotesource {
	color:#663333;
	margin-top:-10px;
	padding-bottom:15px;
	text-indent:0;}
	
.tourdates {
	color:#663333;
	font-weight:bold;}
	
#excerptintro p {
	text-indent:0px;}
	
#excerptintro {
	text-align:center;
	width:400px;}
	
a:link { 
	text-decoration: underline; 
	color: #663333;}
	
a:visited { 
	text-decoration: underline; 
	color: #663333;}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #330000;}