/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

body {
	
	background: #FFD723 url(images/back_all.jpg) repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	background: #EBE7E2;
	width: 986px;
	text-align: left;
	
}

#content-top
{
	margin: 0 auto;
	background: #f52901;
	width: 986px;
	text-align: right;
}


#header {
	background: #ffffff;
	height: 250px;
	text-align: left;
	float: left;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 3px;
}

#menu1
{
border-left: 4px solid #FFFFFF;
width: 978px;
height: 50px;
background: url(images/header_top.gif) repeat-x;
}

ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}



#selected {
   height: 46px;
	color: #A40000;
	background: url(images/header_top_sel.gif) repeat-x;
	text-decoration: underline;
	margin-left: 14px;
	margin-right: 14px;
}


#logo {
background: #ffffff url(images/big_pic.jpg) no-repeat;
width: 942px;
height: 114px;
padding-top: 80px;
padding-left: 40px;
border-left: 4px solid #ffffff;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}
#logo H2 a
{
font-size: 12px;
}

#right
{
float: left;
width: 942px;
padding: 20px;
height: 560px;
overflow: auto;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #D72020;
}

#right a {
	color: #8B0000;
	font-weight: bold;
}
#right a:visited {
	color: #8B0000;
}

#right a:hover {
	color: Red;
	text-decoration: underline;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h1 {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #8B0000;
	font-size: 24px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #8B0000;
	font-size: 18px;
}

#right h3 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #8B0000;
	font-size: 14px;
}

#footer {
	height: 44px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #A6640E;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.subtext
{ 
	font-size: 75%;
}

#content-img {
	height: 480px; 
	width: 942px;
	float: left;
	clear: right;
	overflow: hidden;
	visibility: hidden;
	}
