@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #402412;
	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;
}
.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #402412;
	background-image: url(header.jpg);
	height: 250px;
	background-position: center bottom;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #C7E9EB;
	background-image: url(bg.jpg);
	background-position: center center;
	height: 425px;
	text-align: center;
	padding-top: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #402412;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #543115;
}
#mainContent .description {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #402412;
	font-size: 200%;
	text-align: center;
}
.tag {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #402412;
	font-size: 150%;
	margin-top: 100px;
	text-align: right;
	margin-right: 20%;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #402412;
	text-align: right;
	margin-right: 20%;
	font-size: 100%;
}
a:hover {
	color: #FFFFFF;
}
.social {
	margin-right: 20%;
	text-align: right;
}

