body {
	background:#e5e5e5;
	background-image:url(../_images/bg.jpg);
	background-repeat:repeat-x;
	border:0;
	font-family:"Trebuchet MS", Verdana, serif;
	font-size:12px;
	margin:0;
	padding:0;
}
h5 {
	color:gray;
	margin:0;
	padding:0;
	text-align:center;
}
#outerBanks{
	background:url('../_images/header_bg.jpg') repeat-x;
	/*border-bottom:1px solid white;*/
	/*height:98px;*/
	/*width:100%;*/
	/*z-index:-1;*/
}
#container {
	/*border:2px solid #A40008;*/
	border:0;
	margin:0;
	padding:0;
	table-layout:fixed;
	width:750px;
}
#header {
	background:white url('../_images/header.jpg') no-repeat;
	border:1px solid #fff;
	height:112px;
	margin:0;
	padding:0 1em;
	/*background:#FFF url(../_images/header_bg.png) repeat-x;*/
	/*background-position:bottom;*/
	background-color:#aaa;
}
#main_content {
	margin:0;
	padding:1em;
	background-color:#FFF;
	padding-bottom:2em;
	vertical-align:top;
} 
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}

#header h1 {
	margin:0;
	font-size: 28px;
	font-weight: bold;
	/*color: #A40008;*/
	color:darkred;
}
#header h1 a{
	color:darkred;
	display:block;
	height:112px;
	text-indent:-9999px;
	width:748px;
}
#header h1 a:hover{
	color:orangered;
}
.h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#menu_content{
	background-color:#555;
	border-right: 1px solid white;
	font-size:12px;
	margin:0;
	padding:1em;
	vertical-align:top;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#menu_content ul {
	margin: 0;
	padding: 1em;
}
#menu_content li {
	padding-top: 2px;
	list-style-type: circle;
}

a {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none;
}
a.menu_link {
	border-bottom:2px solid black;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a.menu_link:hover {
	border-bottom:2px solid orange;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#homePic{
	float:right;
	margin:0;
	margin-left:0.5em;
}

.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
#footer a {
	color:darkred;
}
#footer a:hover {
	color:orangered;
}