@charset "utf-8";
/* CSS Document */
body {
	background-color: #7D604D;
}
.content_area {
	background-color: #5E4738;
	width: 520px;
	border: 1px solid #dcc9be;
	float: none;
	color: #dcc9be;
	font-weight: bold;
	height: 500px;
}
.content_area a:link{
	color: #dcc9be;
	font-size: 12pt;
	text-decoration:none;
}
.content_area a:hover{
	color: #FFF;
	font-size: 12pt;
	text-decoration:none;
}
.content_area a:visited{
	color: #dcc9be;
	font-size: 12pt;
	text-decoration:none;
}
.lower_left_content {
	height: 57px;
	width: 520px;
	border: 1px solid #dcc9be;
	background-image: url(images/MB_flower.png);
	margin-top: 5px;
	background-repeat: no-repeat;
	float: left;
	font-size: 5pt;
}

.text_small {
	font-size: 10pt;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	color: #dcc9be;
	font-style: normal;
}
.text_header {
	font-size: 13pt;
	font-style: italic;
	color: #189E45;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-weight: bold;
}
.text_header_firstLetter {
	font-size: 15pt;
	font-style: italic;
	color: #189E45;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-weight: bold;
}
.text_header_sub {
	font-size: 13pt;
	color: #189E45;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-style: normal;
}
.header {
	height: 68px;
	width: 523px;
}
.Simply_natural {
	background-image: url(images/simplynatural_header.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 200px;
	float: left;
}

.right_content_area {
	width: 275px;
	float: right;
	}
.logo {
	width: 230px;
	float: left;
	margin-left: 93px;
	margin-top: -5px;
}
.nav {
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-size: 17px;
	color: #dcc9be;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	text-decoration:none;
	text-align: center;
	width: 800px;
	padding-top: 5px;
}
.nav a:link {
	font-size: 10pt;
	color: #dcc9be;
	text-decoration:none;
}
.nav a:visited {
	font-size: 10pt;
	color: #dcc9be;
	text-decoration:none;
}

.nav a:hover {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration:none;
}
.nav_sub {
	font-family: "Times New Roman", Times, serif;
	color: #dcc9be;
	margin-top: 14px;
	display: block;
	float: left;
	text-align: left;
	width: 80px;
	margin-left: 48px;
	font-size: 9pt;
}

.nav_sub a:link {
	font-size: 10pt;
	color: #dcc9be;
	text-decoration:none;
}
.nav_sub a:visited {
	font-size: 10pt;
	color: #dcc9be;
	text-decoration:none;
}

.nav_sub a:hover {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration:none;
}

.container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}


.clear {
	clear: both;
}
