@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify;
	font-size: 22px;
	font-family: "Mongolian Baiti";
	background-image: url(../images/index_background.jpg);
}
.oneColFixCtrHdr #container {
	width: 1280px;
	margin: 0 auto;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header.gif);
	height: 80px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.oneColFixCtrHdr #mainContent {
	text-align: justify;
	border-bottom-style: double;
	border-bottom-width: 2px;
	border-top-color: #3F1F1B;
	border-top-style: double;
	border-top-width: 2px;
	color: #3F1F1B;
	padding-right: 30px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20;
}
