body {
	background: #8F211C url(images/bg.jpg) repeat-x;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
.bgL {
	background: url(images/temp_bgL.jpg) repeat-y left;
}
.bgR {
	background: url(images/temp_bgR.jpg) repeat-y left;
}
.content {
	background: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
h1 {
	color: #333333;
	font-size: 20px;
}
h2 {
	color: #990000;
	font-size: 16px;
}
h3 {
	font-size: 14px;
	color: #B88704;
	font-weight: bold;
}
.boxed {
	background: #FEF1CF;
	padding: 5px;
	border: 1px solid #333333;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B88704;
	margin-bottom: 0px;
}

.footer {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFF00;
	text-decoration: underline;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #B88704;
	text-decoration: underline;
}
a:active {
	color: #B88704;
	text-decoration: underline;
}
.nomargbtm {
	margin-bottom: 0px;
}
.picrtmargin {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
	clear: both;
	float: right;
}
.boxedless {
	background: #FEF1CF;
	padding: 5px;
	border: 1px solid #333333;
	margin-right: 100px;
	margin-left: 100px;
}
ul {
	list-style-image: url(images/bullet.gif);
}
