@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF8DC;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF8DC; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border:none;
	height: auto;
}
.oneColFixCtrHdr #header {
	height: 145px;
	width: 980px;
	top: 0px;
}
.oneColFixCtrHdr #mainContent {
	width: 940px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
}

.oneColFixCtrHdr #container #menu_bar {
	background-color:  #f48466;
	height: 29px;
	width: 980px;
	top: 145px;
}

.text {
	background-color: #FFF8DC;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FF6633;
	top: 174px;
	padding-left: 10px;
}
.oneColFixCtr #image {
	float: right;
	height: 134px;
	width: 474px;
	background-image: url(images/Image.jpg);
}
.oneColFixCtr #brown_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #884e01;
	padding-right: 10px;
	padding-left: 10px;
}


.oneColFixCtr #UL_brown_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #884e01;
	padding-right: 10px;
	padding-left: 20px;
}



.oneColFixCtrHdr #button {
	height: 32px;
	width: 535px;
	top: 145px;
	padding-left: 440px;
	margin-right: auto;
	margin-left: auto;
}

a:link {
	color: #FFF8DC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.Float_right {
	text-transform: capitalize;
	color: #FF6633;
	float: right;
	position: absolute;
	top: 219px;
	right: 231px;
}
