#divWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}
.background {
	background-color: #8C0C0D;
	border: 2px solid #C8B595;
}
.main {
	margin: 10px;
}
.border {
	border: 2px solid #C3B996;
}
body {
	background-image: url(../images/tile_bkg.jpg);
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
}
.contentText {
	color: #F5F2D3;
	background-position: left top;
	padding-left: 10px;
	font-size: 14px;
}
h1 {
	font-size: 18px;
	margin-bottom: -12px;
}
a:link, a:visited {
	color: #A4905D;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.contentsmall {
	font-size: 10px;
}
