body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #FFFFFF;
	margin:0px;
	padding: 0px;
	text-align:center;
	background-image: url(images/bkgd.gif);
}
#header {
	width:100%;
	background-color: #FFFFFF;
}
#nav {
	width:100%;
	height:22px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 110%;
	background-color: #DDBC9B;
	background-image: url(images/nav_borders.gif);
	background-repeat: repeat-y;
	}
#contain {
	width:800px;
	background-color: #FFFFFF;
	background-image: url(images/borders.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 700px;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#content h3, p {
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	}
#footer {
	width:100%;
	background-color:#BDB1AB;
	font-size: 85%;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #224D66;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#7083B4;
}
a:active {
	color:#000000;
}
