body {
	color: Black;
	background-color: #FFFBF0;
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	background-image: url(BellRope.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 60px;
}
html, body, #contents {
	min-height: 100%;
	width: 85%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 60px;
}

a {
	color: #0000CD;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: underline;
}

a:visited {
	color: Maroon;
	background-color: #FFFBF0;	
}

#content {
	margin-top: 220px;
	margin-left: 0em;
	margin-right: 16em;
	margin-bottom: 3em;
}
#nav {
	position: absolute;
	top: 240px;
	right: 1em;
	width: 14em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav h2 {
	font: 110% "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2A4F6F;
	background-color: transparent;
}

#content h1 {
	font: normal normal normal 150% "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2A4F6F;
	background-color: transparent;
}

#content h2 {
	font: 120% "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2A4F6F;
	background-color: transparent;
}
#content p {
	font-size: 80%;
	line-height: 1.6em;
	padding-left: 1.2em;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 60%;
	background-color: transparent;
	font-size: 60%;
}

.leftimage {
	float: left;
	border: medium double #708090;
	margin-right: 10px;
	margin-bottom: 4px;
}

.rightimage {
	float: right;
	border: medium double #708090;
	margin-left: 10px;
	margin-bottom: 4px;
}

.clear {
	clear: both;
}