/*Copyright ©2009 Ron Collins.  All rights reserved.*/

/* General Settings */
	
body {
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2deb6;
	background: #1f0901;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f2deb6;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #f2deb6;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f2deb6;
}
image {
	border: 0px;
}

/* Layout */
#container {
	width: 1000px;
	margin: 0 auto;
}
#frntA {
	float:left;
	height: 200px;
	width:590px;
	background: url(images/rfn_frntA.jpg) 0 0 no-repeat;
}
#frntB {
	float:left;
	height: 200px;
	width:410px;
	background: url(images/rfn_frntB.jpg) 0 0 no-repeat;
}
#frntC {
	float:left;
	height: 400px;
	width:590px;
	background: url(images/rfn_frntC.jpg) 0 0 no-repeat;
}
#frntD {
	float:left;
	height: 400px;
	width:410px;
	background: url(images/rfn_frntD.jpg) 0 0 no-repeat;
}
#frntE {
	float:left;
	height: 520px;
	width:1000px;
	background: url(images/rfn_frntE.jpg) 0 0 no-repeat;
}
#content {
	width:270px;
	padding-top: 20px;
	padding-left:10px;
	padding-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2deb6;
}
#content a:link, #content a:visited {
	color: #b3a486;
	text-decoration: none;
}
#lists {
	width:250px;
	padding-left:30px;
	padding-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2deb6;
}
#lists a:link, #lists a:visited {
	color: #f2deb6;
	text-decoration: none;
	font-weight:bold;
}
#lists a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
/* Builtby */
#builtby {
	width: 1000px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	color: #f2deb6;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	float: left;
}
#builtby a:link, #builtby a:visited {
	font-size: 12px;
	color: #f2deb6;
	text-decoration: none;
	font-weight: normal;
}
#builtby a:hover {
	font-size: 12px;
	color: #b3a486;
	text-decoration: none;
	font-weight: normal;
}

/* Removes Link Outline in Firefox */
:link img {
	border: 0px;
}
:visited img {
	border: 0px;
}
:active img {
	border: 0px;
}