body {
	font-family: Arial, Helvetica, sans-serif;
	color: #413718;
	margin: 0px;
	padding: 0px;
	background-color: #E0D3A7;
}
.nav_text {
	font-size: 13px;
	color: #4D4844;
}
a {
	color: #4E4945;
	text-decoration: none;
}
a:link {
	color: #4E4945;
	text-decoration: none;
}
a:visited {
	color: #4E4945;
	text-decoration: none;
}
a:hover {
	color: #4D4844;
	text-decoration: underline;
}
.normal_text {
	font-size: 12px;
	color: #4D4844;
	overflow:visible;
}


.bg_left {
	background-attachment: fixed;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;
	overflow: visible;
	visibility: visible;

}

.bg_right {
	background-attachment: fixed;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left center;
}

.showoverflow {
   overflow: visible;
  }.big_text {
	font-size: 18px;
	font-weight: bold;
	color: #95885D;
}
