body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: url(../images/bg.jpg) repeat-x #3f2818;
	margin: 10px 0 0 0;
	padding: 0;
	text-align:center;
}
table {
	padding: 0;
	font-size: .9em;
	text-align: left;
}
.tableCenter {
	text-align: center;
}
.tableRight {
	text-align: right;
}
#wrapperR {
	background-color: #FFF;
	width: 820px;
	border: #897668 20px solid;
	margin: 0 auto 0 auto;
}
#navigation {
	padding: 10px;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF; /* Update */
}
#content {
	text-align: left;
	padding: 10px;
}
#footer {
	color: #FFF; /* Update */
	font-size: 75%;
	margin-top: -10px;
}
#center {
	text-align: center;
}
.imgRight {
	float: right;
}
.note {
	border: 1px #5D7C9D dotted;
	text-align: center;
	font-size: 1.2em;
	width: 500px;
	padding: 5px;
}
h1 {font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; font-size: 1.7em; color: #820e0e; }
h2 { color: #5D7C9D; font-size: 1.3em; }
h3 { color: #00A99D; font-size: 1em; }
h4 { color: #FFF; font-size: 1.6em; margin-bottom: 0; }

/* Links */
a:link {color: #3f2818; text-decoration: none}
a:visited {color: #3f2818; text-decoration: none}
a:active {color: #3f2818; text-decoration: underline}
a:hover {color: #999; text-decoration: underline }

#navigation a:link {color: #FFF; text-decoration: none; }
#navigation a:visited {color: #FFF; text-decoration: none; }
#navigation a:active {color: #FFF; text-decoration: none; }
#navigation a:hover {color: #FFF; text-decoration: underline; }
