﻿
body
{
	margin:10px 0 10px 0;
	background:#E7CD82 url('images/bgrnd.jpg') repeat-x;
}

#shell
{
	border:1px #7B5131 solid;
	width:990px;
	margin:0 auto;
	background-color:white;
}

#header
{
	background:#670001 url('images/logoBack.jpg') no-repeat left top;
	height:122px;
	text-align:right;
}
fieldset {
	margin: 10px auto 10px auto;
	padding: 10px 0 0 0;
	width: 75%;
	border-top: 1px #670001 solid;
	border-left: 1px #670001 solid;
	border-right: 1px #670001 solid;
	border-bottom: 1px #670001 solid;
}


fieldset p {
	margin: 0;
	padding: 10px;
}


legend {
	color: #fff;
	font-size: 1.1em;
	padding: 0 10px;
	margin: 0 0 0 10px;
	background-color: #B37172;
	border-top: 0px #670001 solid;
	border-left: 3px #670001 solid;
	border-right: 3px #670001 solid;
	border-bottom: 0px #670001 solid;
}


fieldset_2 {
	margin: 10px auto 10px auto;
	padding: 10px 0 0 0;
	width: 75%;
	border-top: 1px #670001 solid;
	border-left: 1px #670001 solid;
	border-right: 1px #670001 solid;
	border-bottom: 1px #670001 solid;
}


fieldset_2 p {
	margin: 0;
	padding: 10px;
}


legend_2 {
	color: #fff;
	font-size: 1.1em;
	padding: 0 10px;
	margin: 0 0 0 10px;
	background-color: #B37172;
	border-top: 0px #670001 solid;
	border-left: 3px #670001 solid;
	border-right: 3px #670001 solid;
	border-bottom: 0px #670001 solid;
}






#nav
{
	background:#6B0810 url('images/navMain.jpg') repeat-x;
	height:32px;
	border-top:1px #A58A73 solid;
	border-bottom:1px #A58A73 solid;
}

#nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav ul li
{
	display:inline;
	float:left;
	border:2px white solid;
	border-right-width:1px;
}

#nav ul li a:link, #nav ul li a:visited
{
	display:block;
	text-decoration:none;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:28px;
	width:115px;
	line-height:25px;
	text-align:center;
	background:#B37172 url('images/navBtn.jpg') repeat-x;
}

#nav p
{
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:white;
	margin:5px 0 0 0 ;
	font-weight:bold;
}

#content
{
	padding:15px;
	font-family:Tahoma;
	font-size:11px;
	line-height:20px;
}

#content a:link, #content a:visited
{
	color:#6B0000;
}

h1
{
	margin:0;
	font-family:Tahoma;
	font-size:19px;
	color:#590304;
}


#footer
{
	width:990px;
	margin:0 auto;
	text-align:right;
}

#footer p
{
	margin:20px 0 0 0;
	font-family:Tahoma;
	font-size:13px;
	letter-spacing:3px;
}

#footer a:link, #footer a:visited
{
	color:#670001;
	text-decoration:none;
	letter-spacing:1px;
	font-size:11px;
}