@charset "UTF-8";
@import url("nav.css");

@import url("form.css");


body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../nav-images/backgrounds/main-back868x642.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 830px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #C6BC9C;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	background-image: url(../nav-images/backgrounds/header/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 146px;
	width: 830px;
	padding: 0;
	background-color: #C6BC9C;
}
.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 {
	background-color: #C6BC9C;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	height: 50px;
	width: 830px;
	background-image: url(../nav-images/backgrounds/footer/footer-830x50.gif);
	background-repeat: no-repeat;
	background-color: #C6BC9C;
	padding: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
.by {
	font-size: 10px;
	color: #86041A;
	text-align: center;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
.by a {
	color: #000000;
}
.by a:visited {
	color: #000;
}
#sticker {
	background-image: url(../nav-images/backgrounds/sticker-809x328.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 328px;
	width: 809px;
	/*margin: 2px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#sticker strong {
	color: #F9EACF;
}
