body {
	background-color: #ebddd0;
	background-repeat: repeat;
	text-align: center;
}
#wrapper {
	align: center;
}


#main_content {
	background-color: #f4f1ed;
	width: 750px;
	position: relative;
	visibility: visible;
	border: 1px solid #9b8472;
	left: 10px;
	top: 10px;
}
#main_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	border-bottom-style: solid;
	border-top-color: #BB8453;
	border-right-color: #BB8453;
	border-bottom-color: #BB8453;
	border-left-color: #BB8453;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #740303;
}
#main_content a:link {
	color: #8a7a5e;
	text-decoration:underline;
}
#main_content a:visited {
	color: #8a7a5e;
	text-decoration:underline;
}
.promo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #6B756D;
	margin-left: 25px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	background-color: #F8EFE6;
}

#main_content a:hover {
	text-decoration:none;
}
#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E4DBCA;
	background-color: #687a6d;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
#navbar a:link {
	color: #E4DBCA;
	text-decoration: underline;
}
#navbar a:visited {
	color: #E4DBCA;
	text-decoration: underline;
}

#navbar a:hover {
	color: #ffffff;
	text-decoration:none;
}
.smalltext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}#main_content p {
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 15px;
}
