* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #666;
	line-height: 1.6em;
}
img {
	border: none;
}
body 	{
	margin:0px;
	background-color:#a83f0f;
}

a {
	padding: 0 2px;
	color:#a50000;
	text-decoration:underline;
}
	a:hover	{
		color:#ffffff;
		text-decoration:none;
		background-color:#a50000;
	}

.content {
	position:relative; 
	width:740px; 
	background-image:url(/img/bkgd_content.gif); 
	background-repeat:repeat;
	text-align:left;
}

.footer {
	position:relative;
	width:740px;
	height:100px;
	background-image:url(/img/bkgd_footer.gif);
	background-repeat:no-repeat;
	font-size:9px;
	text-align:left;
}

.brand_red 		{ color:#a50000; }
.brand_yellow 	{ color:#ffdf58; }

.fs8 	{ font-size:8px; }
.fs9 	{ font-size:9px; }
.fs10 	{ font-size:10px; }

