﻿body {
	border: medium;
	margin: 0;
	background-color: #656868;
}
#container {
	margin: 0px auto 0px auto;
	width: 780px;
	background-color: #F3E7A9;
	height: auto;
}
#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;
}

#page_content {
	position: relative;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	
	top: 2px;
	left: 0px;
	height: auto;
}
#content {
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right:0;
	border: thin #515230 solid;
	float: right;
	width: 330px;
	text-align: left;
	background-color: #A5A162;
	text-indent: 4px;
}
#footer {

	margin: 0px auto 0px auto;
	border: thin none #515230;
	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: 360px;
}
html >body .content {
	height: auto;
	margin-left: 200px;
}

