body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #423537;
	background-color: #ab989c;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
}
.mewsonfrederick #container {
	width: 900px;
	text-align: left;
	background-color: #e7e0e1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.mewsonfrederick #headertitle {
	float: left;
	background-color: #e7e0e1;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #6a4d53;
}
.mewsonfrederick #headerbuttons {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 523px;
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #E6E0E0;
	text-align: right;
	word-spacing: 15px;
	height: 34px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #6A4D53;
	font-weight: bold;
} 
.mewsonfrederick #subheader {
	background-color: #e7e0e1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.mewsonfrederick #mainContent {
	background-color: #e7e0e1;
	padding-top: 5;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 45px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #6a4d53;
	border-right-color: #6a4d53;
	border-bottom-color: #6a4d53;
	border-left-color: #6a4d53;
}
h1 {
	font-size: 24px;
	color: #6A4D53;
}
a:link {
	color: #6A4D53;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6A4D53;
}
a:hover {
	text-decoration: underline;
	color: #676975;
}
a:active {
	text-decoration: none;
	color: #AB989C;
}
a.button:link {
	color: #6A4D53;
	text-decoration: none;
}
a.button:visited {
	text-decoration: none;
	color: #6A4D53;
}
a.button:hover {
	text-decoration: underline;
	color: #ab989c;
}
a.button:active {
	text-decoration: none;
	color: #6A4D53;
}
h2 {
	font-size: 20px;
	color: #6A4D53;
}
h3 {
	font-size: 18px;
	color: #6A4D53;
}
.breadcrumb {
	font-size: 10px;
	text-align: right;
}


