@charset "UTF-8";
body {
	background: #f1ecd1;
	margin: 0;
	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 */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
}
.oneColFixCtrHdr #container {
	width: 937px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #f1ecd1;	
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	background-color: #f1ecd1;
}

.oneColFixCtrHdr #menu {
	background: #f1ecd1;
	padding: 0;  /* 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. */
	width: 177px;
	height: 298px;
	margin-top: -298px;
}

.oneColFixCtrHdr #menuImage {
	padding: 0;  /* 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. */
	width: 760px;
	margin-left: 177px;
	background-color: #f1ecd1;
}

#homeCover {
	width: 260px;
	height: 333px;
	margin-left: 579px;
	margin-top: -635px;
}

#contributors {
	padding: 0;
	width: 180px;
	position: relative;
	left: 105px;
	top: -525px;
	line-height: 15px;
	text-align: left;
}

#contributors2 {
	padding: 0;
	width: 180px;
	position: relative;
	left: 285px;
	top: -1020px;
	line-height: 15px;
	text-align: left;
}

#contributors3 {
	padding: 0;
	width: 180px;
	position: relative;
	left: 490px;
	top: -1516px;
	line-height: 15px;
	text-align: left;
}

#contributors4 {
	padding: 0;
	width: 180px;
	position: relative;
	left: 685px;
	top: -1996px;
	line-height: 15px;
	text-align: left;
}


a:link {
	color:#000;
	text-decoration: none;
}

a:visited {
	color:#333;
		text-decoration: none;
	
}

a:hover {
	background-color: #ACAB2C;
	color:#fff;
	padding: 0px;

}

.contributorOrange {
	color: #945e22;
	font-size: 16px;
}


.oneColFixCtrHdr #footer {
	background-color: #552f26;
	width: 828px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	
}
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
