body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Georgia, serif;
}

#splash_top {
	width: 760px;
  height: 200px;
	margin: 100px auto 0;
	padding: 0;
	background: #fff url(../images/top_logo.png) no-repeat top center;

}

#splash_bottom {
	width: 760px;
	margin: 0 auto;
	display: block;
}

#splash_bottom #col1, #col2 {
	width: 46%;
	margin: 0;
	padding: 0; 
	float: left;
}

#splash_bottom ul li {
	list-style: none;
	margin-left: 15px;
}

#splash_bottom #col2 ul li {
	font-style: italic;
}


#splash_bottom ul .title {
	margin: 0 0 3px -15px;
	font-weight: bold;
	font-style: italic;
}

#splash_bottom ul .subtitle {
	margin: 0 0 3px -15px;
	font-weight: bold;
	font-size: 0.9em;
}

#splash_bottom ul .note {
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.4em;
}

#splash_bottom ul .hours {
	font-size: 1.0em;
	font-weight: bold;
}


h3 {
	color: #999;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

h3:hover {
	color: #333;
}


a { text-decoration: none; background: lightyellow; color: #f69; font-style: normal; }
a:hover { color: #09f; }
