﻿body {
	margin: 0;
	background-color: #656868;
	background-image: url('');
}
#container {
	margin: 0px auto 0px auto;
	width: 780px;
	background-color: #F3E7A9;
}
#top {
	width: 780px;
	height: 120px;
	background-image: url('../pics/Misc-Backgrounds/Background12.jpg');
	text-align: center;
}
#top h1 {
	font-family: "Copperplate Gothic Bold";
	font-size: 30px;
	font-weight: bold;
	color: #F2C968;
	text-align: center;
	text-indent:10px;
	margin-top: 30px;
	font-style: italic;
}
h2 {
	font-family: "Copperplate Gothic Bold";
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #F2C968;
}
#top .imgright {
	margin: 0px 10px 0px 0px;
	float: right;
}

#story {
	width: 760px;
	padding: 10px;
	background-color: #F3E7A9;
	float: none;
}
#footer {
	margin: 0px auto 0px auto;
	border: thin none #0000FF;
	width: 770px;
	padding: 5px;
	background-color: #A5A162;
}
#footer .footer {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
}
#dmbTB1ph {
	background-color: #515230;
	width: 760px;
	padding: 10px;
}
.content {
	margin: 0px;
	min-height: 200;
	height: auto;
	font-size: 90%;
	width: 760px;
}
.gallery {
	margin: 0px;
	min-height: 200;
	height: auto;
	font-size: 90%;
	width: 760px;
	background-color: #C0C0C0;
	vertical-align: middle;
}

html >body .content {
	height: auto;
}

