﻿	span.rd {
		color: red;
	}
	
	body {
		font: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-image: url(images/pattern7.jpg);
		background-repeat: repeat-both;
		background-color: #FFFCCC; 
		text-align:center;
	}
	
	#wrapper {
		background-position: center top;
		width: 870px;
		height:565px;
		margin-right: auto;
		margin-left: auto;
		background-color:#FFFFFF;
	}
	
	#banner {
		background-image: url(images/SFBHeader.gif);
		background-position:center top;
		width:870px;
		height:120px;
		margin-bottom: 2px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#nav {
	width: 868px;
	height: 22px;
	background-color: #660033;
	border-left: 1px solid #660033;
	border-right: 1px solid #660033;
	margin-right: auto;
	margin-left: auto;
}

	ul#navlist {
		display:inline;
		margin: 0px;
		padding: 0px;
		margin-bottom: 5px;
		list-style-type:none;	
		background: transparent;
		float: left;
		width: 868px;
		vertical-align:top;
	}
	
	ul#navlist li {
	display: inline;
	float: left;
}
	
	ul#navlist a {
		display:block;
		float: left;
		width: auto;	
		padding-top: 2px;
		padding-right: 10px;
		padding-bottom: 4px;
		padding-left: 10px;
		border-right: 3px solid #FFFCCC;
		color:#FFFFFF;
		font-family: Charcoal, "Trebuchet MS", sans-serif;
		font-size: 14px;
		font-weight:bold;
		font-style: none;
		text-decoration: none;
		text-align: center;
	}
	
	ul#navlist a:hover {
		color: #FFD700;
	}

	
	#leftside {
		clear: both;
		height: 600px;
		width: 225px;
		border: 5px;
		border-style:solid;
		border-color: #660033;
		background-color: #CFC996;
		margin-top: 5px;
		margin-bottom: 8px;
		margin-left: 8px;
		float: left;
		text-align: Left;
	}
	
	#rightside {
	margin: 5px 8px 8px 8px;
	height: 600px;
	width: 600px;
	border: 5px;
	border-style: solid;
	border-color: #660033;
	background-color: #FFFCCC;
	float: right;
	text-align: left;
}


	#footer {
	clear: both;
	height: 22px;
	width: 870px;
	background-color: #660033;
	margin-top: 2px;
	text-align: center;
	font-style: none;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: small;
	text-decoration: none;
	position: relative;
}
h2 {
	color: #660033;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
h3 {
	font-size: medium;
	font-weight: normal;
	color: #660033;
	text-decoration: none;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
