@charset "UTF-8";
/* CSS Document */

body {
	background: repeat-x url(../images/little_miami_chamber_body_bg2.jpg);
	background-color: #E4D6AD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}

a {
	text-decoration:none;
	color: #002851;
}

a:hover {
	text-decoration: underline;
}

ul li {
	list-style-type:disc;
	margin-left:20px;
}

strong {
	font-weight:bold;
}

em {
	font-style: italic;
}

#content_wrapper {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}

.heading {
	display: block;
	clear: both;
	font: bold 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
}

.subheading {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;	
	margin-bottom: 5px;
}

p {
	margin-bottom: 15px;
}

.lefty {
	float: right;
	text-align: left;
}

.righty {
	float: left;
	text-align: right;
}

.hideme {
	display: none;
}

#photo_gallery {
	margin: 15px 0;
	border: 10px solid #FFFFFF;
}

#photo_gallery img {
	display: block;
}
