@charset "UTF-8";
body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4B4118;
	font-size: 14px;
	line-height: 22px;
}
a {
	color: #3c0772;
}
a: hover {
	color: #3c0772;
	text-decoration: underline;
}
a: visited {
	color: #3c0772;
	text-decoration: underline;
}
a: active {
	color: #3c0772;
	text-decoration: underline;
}
.wrapper {
	background-color: #FFFFFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #95832c;
	border-left-color: #95832c;
}
.padleft {
	border: 1px solid #95832c;
	margin-left: 40px;
}
.wrapper .menu {
	height: 60px;
}
.wrapper .menu img {
	border: 0px;
	float: left;
}
.wrapper .header {
	background-image: url(images/home/harry-venning-title.jpg);
	height: 160px;
	width: 920px;
}
.wrapper .submenu {
	background-image: url(images/menu/strip-submenu/submenu-bg.jpg);
	clear: both;
	height: 50px;
	width: 670px;
	padding-left: 250px;
}
.wrapper .submenu img {
	border: 0px;
}
.wrapper .content {
	background-image: url(images/home/content-bg-rpt.jpg);
	background-repeat: repeat-y;
	padding-right: 60px;
	padding-left: 60px;
}
.wrapper .strip-content {
	background-image: url(images/home/content-bg-rpt.jpg);
	background-repeat: repeat-y;
	padding-right: 60px;
	padding-left: 60px;
	text-align: center;
}
.footer {
	height: 33px;
	width: 920px;
	background-image: url(images/home/footer-bg.jpg);
	text-align: center;
	padding-top: 47px;
}
.footer-shadow {
	background-image: url(images/home/footer-shadow.jpg);
	height: 20px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 24px;
}
.wrapper .strip-content .section-copy {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 20px;
}
.wrapper .educational-submenu {
	background-image: url(images/menu/strip-submenu/submenu-bg.jpg);
	clear: both;
	height: 50px;
	padding-left: 290px;
}
.wrapper .strip-content .contact-copy {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.wrapper .strip-content .contact-copy img {
	padding-right: 30px;
}

