.1 {
	width: 100%;
	position: relative;
	margin: 0px;
	left: 0px;
	top: 0px;
}
.4 {
	position: relative;
	float: left;
	clear: none;
	width: 60%;
}
.content {
	color: #333333;
	text-decoration: none;
	font-size: smaller;
}
.content_gallery {
	color: #333333;
	text-decoration: none;
	width: 300px;
	font-size: smaller;
}
#introTxt {
	width: 400px;
	font-size: smaller;
}
.image {
	margin-right: 25px;
	margin-top: 20px;
	width: 200px;
}
.gallery {
	width: 400px;
}

.headerTxt {
	font-size: 18px;
	color: #980000;
	text-decoration: none;
	font-weight: bold;
}



.2 {
	float: left;
	width: 20%;
	position: relative;
	background-color: #877D74;
	height: 100%;
}
.3 {
	position: static;
	text-align: right;
	right: 0px;
	padding-right: 1px;
	margin-top: 1px;
	margin-right: 50px;
}
body {
	background-color: #877D74;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #333333;
	text-decoration: none;
}

.subMenu {
	margin-left: 25px;
	width: 125px;
	float: right;
	margin-bottom: 15px;
}
.footer {
	font-size: smaller;
	color: #333333;
}
a:link	{
	color: #333333;
	text-decoration: none;
}
a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}
