@charset "utf-8";
.mainBlock {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	width: 960px;
	padding: 20px;
	background-image: url(parchment.gif);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.headBlock {
	background-color: #CCC;
	display: block;
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(header%20montage.png);
}
.footBlock {
	display: block;
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
}

.menuBlock {
	display: block;
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F8F2D9;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FBF5DD;
	background-image: url(parchment.gif);
}

.menuItemL {
	text-align: center;
	height: 25px;
	width: 248px;
	background-color: #666;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding-top: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}
	
.menuItemR {
	text-align: center;
	height: 25px;
	width: 250px;
	background-color: #666;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding-top: 8px;
	}

.menuBlock a {
	color: #FFF;
	text-decoration: none;
}

.menuBlock a:hover {
	color: #F00;
}
.sectionHead {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}
.picBox1 {
	box-shadow: 10px 10px 5px #888888;
	display: block;
	width: 384px;
	margin-right: auto;
	margin-left: auto;
}
.sectionTitle {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.mainText {
	text-align: left;
}
.pullR {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.innerBlock {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
