@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #B18456;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	position: absolute;
	top: 159px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	padding-left: 124px;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
a:link {
	color: #00C;
}
a:visited {
	color: #09F;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Comic Sans MS, cursive;
	color: #4A2B0E;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
}
#SignUp {
	position:absolute;
	width:122px;
	height:83px;
	z-index:1;
	background-image: url(Images/Menus/EMailBG.gif);
	padding-left: 3px;
	background-repeat: no-repeat;
	left: 0px;
	top: 235px;
	padding-top: 80px;
}
#Sidebar {
	position:absolute;
	width:125px;
	height:275px;
	z-index:4;
	float: left;
	top: 159px;
}
#GalleryBar {
	position:absolute;
	width:130px;
	height:76px;
	z-index:20;
	top: 209px;
	margin-left: 121px;
	visibility: hidden;
	padding-left: 5px;
}
#AboutBar {
	position:absolute;
	width:130px;
	height:76px;
	z-index:21;
	top: 184px;
	margin-left: 121px;
	visibility: hidden;
	padding-left: 5px;
}
#BlogBar {
	position:absolute;
	width:130px;
	height:76px;
	z-index:20;
	top: 234px;
	margin-left: 121px;
	visibility: hidden;
	padding-left: 5px;
}
#Editable {
	position:relative;
	width:620px;
	z-index:5;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	visibility: visible;
}
.oneColFixCtrHdr #container #Main #Editable p a {
	font-size: 100%;
}
