body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #dadcad;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 0 0 0;
    background-color: #ffffff;
	background-image: url(../images/old_samish.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 2px solid #722100;
	border-right: 2px solid #722100;
	border-bottom: 2px solid #722100;
}
#title {
	width: 760px;
	float: left;
	padding: 0 0 0 210px;
}
#title h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
}

#content1 {
	width: 350px;
	float: left;
	padding: 280px 0 0 10px;
}
#content1 p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content1 h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
}
#content1 h2 {
	font: normal 120% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
	border-bottom: 1px dotted #940D1E;
}

#content2 {
	width: 350px;
	float: right;
	padding: 280px 10px 0 0;
}
#content2 p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content2 h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
}
#content2 h2 {
	font: normal 120% Georgia, "Times New Roman", Times, serif;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #940D1E;
}

#footer {
	clear: both;
	padding: 0 0 10px 255px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}