@charset "UTF-8";

body 
{
	margin:60px 65% 40px 40px; 
	padding:0px; 
	color: #D54D16;
	background:url(./artwork/rfCollage.png) center top no-repeat #341f11;
	font:Normal 30px Georgia, "Times New Roman", Times, serif;
}

strong
{
	color: #efefef; 
	font-weight:normal;
}

p
{
	margin:0px 0px 20px 0px; 
	padding:0px;
}

a
{
	text-decoration:none; 
	color: #ff822e;
}

a:hover
{
	color: #d54d16;
}

div.overview
{
	width: 350px;
}

div.footer
{
	font: Normal 15px Georgia, "Times New Roman", Times, serif;
	position:absolute; 
}

div.footer p
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

