@charset "utf-8";
/* CSS Document */


body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #3f402f;
	text-align: left;
}
.DivMainContentOuter {
	float: left;
	background-image: url(images/page-sides.gif);
	background-repeat: repeat-y;
	width: 1000px;
}
.DivMainContentInner {
	width: 600px;
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: justify;
}
.DivSideContent {
	float: right;
	width: 155px;
	margin-right: 85px;
	margin-left: 25px;
	background-color: #bcbf8e;
	margin-top: 50px;
	padding: 8px;
	text-align: left;
	border: 2px solid #7d7f5e;
}

h1 {
	font-size: 2.5em;
	color: #000000;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-style: italic;
	color: #3f402f;
	font-weight: bold;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1em;
}
.DivBanner {
	height: auto;
	width: auto;
}
.DivWholePage {
	height: auto;
	width: 1000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.DivFooterBox {
	float: left;
	width: auto;
}
.DivFooterText {
	width: auto;
	font-family: Calibri, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #16029a;
	text-align: center;
	margin-bottom: 20px;
}

.ImgPhotosShopLeft {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ImgPhotosShopRight {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.BacktoTop {
	font-size: 0.85em;
}
