/* Logo colors for http://cooltext.com
Futura Post font 100pt, also tried: Ashby, aga1c
D28F00 text color
FACA6A highlight

Page colors

Dark Border				#bd8000
Light Border			#eea100
Text 					#675100
Page background 		#bd8000
Content box background 	#fff8eb
Image box background 	#fff
Header  				#fff
*/
/* Text ============================================= */
body {
	font-size:10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Color ============================================ */
body {
	background: #c80000;
}
div#header {
	background-color: #f7e7e7;
}
div#header div#logo {
	margin-left:5px;
	float:left;
	height:130px;
	width:580px;
	background:  url(logo-03.gif) center left no-repeat;
}
div#header img#logo {
	display:none;
}
div#header div#logo {
	float:left;
	width:580px;
	height:130px;
}
div#toolbar {
	display: none;
	background: #f7e7e7;
}
#toolbar a {
	color: #930;
	border: 2px solid #ff5820;
}
#toolbar a:hover {
	border: 2px solid #c80000;
	background: #ebc5c5 url(star.png) no-repeat left;
}
div#info {
	color: #930;
}
div.map {
	border-top: 1px dotted #930;
}
.content_box {
/*	background: #ffe4ac;
	border:2px solid #675100;
*/
	color: #930;
	background: #f7e7e7;
	border: 1px dotted #ff5820;
}
.image_box {
	border: 1px solid #c80000;
	background:#fff;
}
h5 {
	border-bottom: 1px dotted #930;
}
