@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #dca766;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
	height: auto;
}
.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #38587b;
	padding-left: 10px;
	text-align: left;
	text-transform: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b6967a;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 10px;
	font-size: x-small;
	text-align: center;
	color: #FFF;
}
.menubelow {
	font-family: Impact, Arial, sans-serif;
	font-size: 14px;
	color: #385876;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}
#artheader {
	height: 70px;
	width: auto;
	padding-left: 25px;
}
.smallhead {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #2B5879;
}
#mainContentTextbox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #DBF5FB;
	width: 200px;
	position: relative;
	color: #2e587a;
	border: thin inset #B5CCD0;
	clear: both;
	float: none;
	visibility: visible;
	height: auto;
	left: 140px;
	z-index: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 200px;
}
#mainContent largephoto{
	position: relative;
	top: 85px;
	width: 600px;
	float: left;
	height: 500px;
	clear: both;
}
.oneColFixCtrHdr #keycontainer {
	float: left;
	height: 62px;
	overflow: scroll;
	position: relative;
}
.oneColFixCtrHdr #keycontainer {
	float: left;
	height: 62px;
	width: 600px;
	position: relative;
}
.textCentered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #38587b;
	padding-left: 10px;
	text-align: center;
}

