.callout {
	float: right;
	width: 40%;
}
.highlight {
	background: #f93;
	color: black;
	padding: .5em;
	margin: 1em;
	font-size: .9em;
	border-radius: 5px;
}
.highlight p {
	color: #333;
}
.highlight strong {
	color: black;
}
.history {
	text-align: center;
}
body { 
	font-family: Verdana, Tahoma, sans-serif;
	margin: 0; 
	padding: 0; 
	text-align: center; 
	background: black url('/cms/cmsimages/site/moon-cat.jpg') no-repeat right top; 
	font-size: .9em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;

}
h1, h2, h3 {
	margin-bottom: 1em;
}
h1, h3 {
 	color: #241;
}
h2 {
	color: #021;
}
hr {
	clear: both;
}
img {
	border: 0;
	margin: 0 1em;
}
table {
	border-collapse: collapse;
}
tr {
	vertical-align: top;
}
th {
	text-align: left;
}
td, th {
	padding: .5em;
}
h3 {
	background: url('/cms/cmsimages/site/cat.png') no-repeat left bottom;
	padding-left: 34px;
	height: 34px;
}
a {
	color: #c63;
}
a:hover, a.big {
	text-decoration: none;
}
#content { 
	margin: 0 auto; 
	width: 100%; 
	height: 100%;
}
#header {
	width: 95%;
	background: url('/cms/cmsimages/site/logo.png') no-repeat bottom left;
	margin: 0 auto;
	padding: 0;
}
#header img {
	display: inline;
}
.site-title {
	font-family: Georgia, Garamond, Serif;
	margin: 0;
	color: #F36C32;
}
#header h1.site-title {
	padding: 10px 0 0 0;
	font-size: 42px;
	text-transform: uppercase;
}
#header h2.site-title {
	padding: 5px 0 25px 0;
	font-size: 14px;
}
#navigation {
	padding-top: 5px;
	margin: 0;
}
#navigation a {
	border-top: solid #333 3px;
	color: #c63;
	font-weight: bold;
	text-decoration: none;
	padding: 1em .5em .6em .5em;
}
#navigation a:hover {
	border-top: solid #f0e0dd 3px;
	color: white;
	background: #c63;
}
#navigation li {
	display: inline;
	margin: 0 .5em;
}
#content-holder {
	z-index: 1000;
	margin: 0 auto 0 auto;
	width: 80%;
}
#main-content, #side-content {
	height: 100%;
	padding: 2em 1em;
	text-align: left;
}
#main-content {
	background: #f0e0dd url('/cms/cmsimages/site/fence.png') repeat-x top left;
	width: 70%;
	margin: 0 auto;
}
#side-content {
	background: #F36C32 url('/cms/cmsimages/site/fence.png') repeat-x top left;
	color: black;
	width: 30%;
}
#side-content h1, #side-content h2 {
	color: white;
}
#side-content caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}
#side-content a {
	color: white;
}
#footer {
	text-align: center;
	margin-top: 40px;
	padding: 10px;
	background: #ca9;
	font-size: .8em;
}
#footer a {
	font-size: 1.3em;
	color: black;
	font-weight: bold;
}
.gallery .item {
	float: left;
	width: 200px;
	height: 220px;
	border: 1px solid black;
	padding: 1em;
	margin: 1em;
	background: white;
	text-align: center;
	font-size: .9em;
}
.gallery p, .gallery h1, .gallery h2 {
	margin: 0;
	padding: 0;
}