@charset "UTF-8";@import "reset.css";html {}body {	background-color: #251000;	background-image: url(../images/bkgd_main.jpg);	background-position: center 231px;	background-repeat: no-repeat;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #4C2432;}h1 {	color: #4C2432;	font-size: 16px;	padding-bottom: 10px;	font-weight: bold;}a {	color: #4C2432;	text-decoration: underline;}p {	line-height: 20px;	padding-bottom: 10px;	padding-right: 10px;}p.half {	float: left;	width: 50%;	padding-right: 0px;}#wrapper {	width: 949px;	margin-top: 0px;	margin-right: auto;	margin-left: auto;	overflow: auto;}#header  {	background-image: url(../images/bkgd_header.jpg);	background-repeat: no-repeat;	height: 231px;	width: 949px;}#content {	padding-right: 24px;	padding-left: 25px;	width: 900px;	overflow: auto;}#content #nav {	text-align: center;	padding: 5px 50px 5px;}#content #nav ul {	padding-bottom: 5px;}#content #nav li {	display: inline;	color: #4C2432;	padding-right: 1px;	padding-left: 1px;}#content #nav a {	color: #4C2432;	text-decoration: none;	font-weight: bold;}#content #nav a:hover {	color: #FFFFFF;	text-decoration: none;}#content #nav .selected {	font-weight: bold;	color: #FFFFFF;	text-decoration: none;}#content #main {	width: 580px;	padding-top: 20px;	padding-right: 150px;	padding-bottom: 10px;	padding-left: 170px;	overflow: auto;}#content #main.guidelines {	width: 620px;	padding-right: 130px;	padding-left: 150px;}#content #main #column1 {	width: 200px;	float: left;}#content #main #column2 {	float: left;	width: 200px;}#footer {	color: #4C2432;	margin-top: 10px;	margin-right: auto;	margin-bottom: 10px;	margin-left: auto;	width: 800px;	text-align: center;}#footer li {	display: inline;}#footer a {	color: #4C2432;	text-decoration: none;}#footer a:hover {	text-decoration: underline;}