﻿body
{
	margin:0;
	text-align:Center;
	background:#751611;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}

#wrapper
{
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	background-color: #FFFFFF;
}

#header
{
	background-color:#955754;
	background-repeat:no-repeat;
	background-position:left;
	background-image: url(../graphics/header_1.jpg);
	height: 90px;
}

#header_left
{
	line-height: 90px;
	float: left;
	width: 380px;
	overflow: hidden; /* For IE 6 bug */
}

#header_right
{
	float: left;
	overflow: hidden; /* For IE 6 bug */
}

#header_title
{
	font-size:20px;
	margin:0px;
	color:#ffffff;
	font-family: Georgia;
}

#menu
{
	text-align: left;
	margin-top: 2px;
	padding: 0;
	background-color:#B67875;
	border-top: 1px #000000 solid;
}

#menu table
{
	padding: 0;
	margin: 0; 	
	border-collapse: collapse;
	border: 0;
}

#content
{
	border-top: 1px #000000 solid;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right; 10px;
	overflow: hidden; /* For IE 6 bug */
}

#content p
{
	padding-right: 10px;
}

#footer
{
	background-color:#955754;
	font-family: Arial;
	font-size: 12px;	
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px #000000 solid;
	width: 780px;
	float: left;
	overflow: hidden;	
	margin-bottom: 5px;
}


/* Center in centered layouts */
html body 
{ 
	text-align:-moz-center; 
}

img.noborder
{
	border: 0px;
}

img.border_black2
{
	border: 2px black solid;
}

.quote
{
	font-style: italic;
}

.smalltext
{
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:x-small; 
	color: black; 
	font-weight: normal;
}

.highres
{
	float: left;
	padding-right: 5px;
}

.email_form
{
	border: 2px black solid; 
	margin-left: 50px; 
	margin-right: 50px; 
	padding: 10px 10px 10px 10px;
	background-color: #955754;
}

p 
{
	margin-top: 0; 
	margin-bottom: 0;
}

h1
{
	color: #D86155;
	font-size: 16px;
	font-weight: bold;
}

/* Workaround for bug where list bullets and numbers overlap left floated images beside it. */
ul, ol 
{
	margin-top: 0.3em; 
	margin-bottom: 0.3em;
	list-style-position:inside !important;
}

/* MSHTML inserts a div for every <li> for some reason. This affects Firefox. */
li > div
{
	display: inline;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
