html, body {
    height: 100%;
}
body {
	margin-top: 0px;
	font: 12px Tahoma, Geneva, sans-serif!important;
	background: url(images/back2.jpg);
}
.main {
	font-size: 20px;
	font-weight: bold;
} 

#container {
	width: 807px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background: url(images/shadow.png) repeat-y center;
	margin: 0px;
	padding: 0px;
}

#banner {
	height: 252px;
	background: url(images/header.png) no-repeat center;
	margin: 0px 0px 0px -7px;
	padding: 0px;
}
p {
	color: #660000;
	font: italic normal 16px "Times New Roman", Times, serif;
	margin-top: 0px;
}
.short {
	color: #660000;
	font: normal 16px "Adobe Garamond Pro"!important;
	margin: 0px;
	padding: 0px;
}
.hr {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #C6A464;
	padding: 0px;
}
h1 {
	font: 24px "Adobe Garamond Pro";
	text-transform: uppercase;
	color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3D2B4;
}


#text {
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
}
#content {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	float: left;
	width: 200px;
	height: 50px;
}
#footer { clear: both; padding: 5px 0 50px; background-color: #660000; 
	}
	
	#footer_wrapper {
	background: #660000;
	width:800px;
	margin-right: auto;
	margin-left: auto;
}


.bar {
	background: #E3D2B4;
	width: 800px;
	height: 35px;
	padding: 0px;
	margin: 10px 0px 25px;
}
.bar ul li {
	list-style-type: none;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	margin: 8px 0px 0px;
	padding-top: 0px;
	color: #660000;
	font: italic bold 16px "Times New Roman", Times, serif;
}
.bar ul li a {
	color: #660000;
	text-decoration: none;
}
a {
	color: #660000;
	text-decoration: none;
	font-size: 18px!important;
}


.bar ul {
	margin-top: 0px;
	margin-left: 300px;
}
p#copyright {
	margin-top: 25px;
	padding: 0;
	color: #EEE3C5;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	}
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		
h2 {
	color: #000;
	font: 24px/normal "Adobe Garamond Pro";
	padding-bottom: 0px;
	margin-bottom: 0px;
}

