/* CSS Document */

body {
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 30px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #5A1400; }
	
h1 {color: #5A1400;
	font-size: 5em;
	padding: 0;
	margin: 0;
	line-height: 1em; }

h2 {color: #5A1400;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	line-height: 1em; }
	
h2.padded {
	padding-bottom: 7px;
	padding-top: 7px; }
	
a {	font-weight: bold;
	text-decoration: none;
	color: #5A1400; }

a:hover {
	text-decoration: underline; }
	
p {	padding: 0 0 12px 0;
	margin: 0;
	line-height: 1.7em; }
	
p.caption {
	font-weight: bold;
	font-style: italic; }
	
p.small {
	font-size: 0.9em; }
	
p.head {
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.3em; }
	
p.nonpadded {
	padding: 0; }

div#contain {
	margin: 0 auto;
	border: 2px solid #5A1400;
	width: 766px; /*total=940px*/
	padding: 20px 87px 50px 87px;
	text-align: left; }
	
div#head {
	width: 766px;
	float: left;
	margin-bottom: 35px; }
	
div.button {
	float: left;
	clear: left;
	text-align: center;
	font-size: 1.3em;
	width: 174px;
	padding: 5px 0 7px 0;
	background-image: url(images/button.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 8px; }
	
div.leftcol {
	width: 368px;
	float: left;
	margin-right: 30px; }
	
div.rightcol {
	width: 368px;
	float: right; }
	
div#contact {
	width: 766px;
	float: left; }
	
div#flash1 {
	position: absolute;
	top: 22px;
	left: 44px; }
	
div#flash2 {
	position: absolute;
	top: 42px;
	left: 59px; }
	
div.rule {
	background-color: #5A1400;
	height: 2px;
	line-height: 0;
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 0;
	float: left; }
	
.half { width: 368px; }
.full {	width: 766px; }
	
img.left { margin-right: 17px; }
img.top { margin-bottom: 10px; }
	
div.clear {
	clear: both;
	line-height: 0;
	font-size: 0; }
	
