/* CSS Document */

@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1B1108;
	background-color: #1B1108;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.enterOneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.enterOneColFixCtrHd #mainContent     {
	height: 210px;
	width: 780px;
}
.enterOneColFixCtrHdr   #header  {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #7B681C;
	background-color: #2e1e13;
}

#photoBackGround  {
	position: absolute;
	left: 285px;
	top: 80px;
	background-color: #6A4225;
	opacity: .50;
	height: 295px;
	width: 430px;
	padding: 0;
	margin: 0;
}

.enterOneColFixCtrHdr #container #footer {
	height: 160px;
	width: 780px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #7B681C;
	background-color: #2E1E13;
}

#pageImage    {
	position: absolute;
	left: 305px;
	top: 100px;
}

.enterOneColFixCtrHdr #container #footer img {
	margin-top: 40px;
	margin-left: 460px;
}

