body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/bg2.jpg);
}

#page {
	padding: 0px;
	margin: 0px;
	background-color: #d37d0c;
}

.wrapper {
	margin: auto;
	width: 750px;
}
#logo {
	float: left;
	height: 145px;
	width: 230px;
}

#menu {
	margin-right: 20px;
	margin-top: 50px;
	float: right;
}

#menu a {
	padding-left: 18px;
	padding-bottom: 10px;
	padding-right: 18px;
	padding-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: white;
}
#menu .active a {
	color: white;
	border-bottom-color: #9c1102;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
#menu a:hover {
	margin-bottom: 0px;
	border-bottom-color: #c61804;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

.clear {
	clear: both;
}

#intro p {
	padding-left: 25px;
	padding-bottom: 7px;
	padding-right: 40px;
	padding-top: 7px;
	margin: 0px;
	line-height: 22px;
	font-size: 14px;
	color: #fff7dd;
}

#after {
}
#after img {
	margin-left: 2px;
	margin-bottom: 10px;
	margin-right: 2px;
	margin-top: 7px;
	width: 200px;
}

#content {
	width: 100%;
}

#content .inner {
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 0px;
	padding-top: 25px;
}

h1 {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 22px;
	color: white;
}

h2 {
	margin: 0px;
	border-bottom-color: #b02500;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	font-style: italic;
	line-height: 22px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #feefb7;
}

h3 {
	border-bottom-color: #b02500;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-top: 5px;
	line-height: 16px;
	font-size: 14px;
	color: #fafafa;
}

#content p, #content li {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-top: 5px;
	margin: 0px;
	line-height: 20px;
	font-size: 14px;
	color: #f7edd0;
}

#footer {
	border-bottom-color: #691104;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	font-size: 12px;
	text-align: center;
	color: #c28d70;
	padding: 10px;
	background-color: #7b1304;
	border-top-color: #691104;
	border-top-width: 1px;
	border-top-style: solid;
}

#gallery img {
	border-width: 0px;
	margin: 2px;
	height: 150px;
}

strong, b {
	font-weight: bold;
	color: white;
}

#content input, #content textarea {
	margin-top: 3px;
	padding: 5px;
}

#darker {
	background-image: url(../images/bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #b12501;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#content {padding-bottom: 15px;}  /* must be same height as the footer */

#footer {
	margin-top: -15px; 
	position: relative;
	font-size: 12px;
	text-align: center;
	color: #c28d70;
	background-color: #7b1304;
	border-top-color: #691104;
	border-top-width: 1px;
	border-top-style: solid;
	clear:both;
	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}


#content a { color: #fafafa; text-decoration: underline; }
#content a:hover { font-style: italic; color: #b01905; text-decoration: underline; }
#content li { margin-left: 15px; list-style-type: circle; list-style-position: outside; }
#content .aboutlinks aa { padding-left: 11px; padding-bottom: 6px; padding-right: 11px; padding-top: 6px; display: block; border-bottom-width: 0px; text-decoration: none; font-size: 15px; }
#content .aboutlinks a { margin: 0px; float: left; text-decoration: none; font-size: 15px; padding-left: 10px; padding-bottom: 5px; padding-right: 10px; padding-top: 5px; display: block;  }
.aboutlinks img { height: 100px; padding-right: 10px; }
#content .aboutlinks a:hover { color: white; background-color: #b84000; }
#contact textarea#message { background-color: white; height: 100px; width: 600px; border-color: #cf6800; border-width: 1px; border-style: solid; padding: 5px; }
img.thumb { background-image: url(../images/thumbbg.gif); background-position: right bottom; background-repeat: no-repeat; padding-right: 9px; padding-bottom: 9px; }
.peggyabout img { margin-right: 5px; margin-bottom: 10px; width: 184px; }
.hibbitsimages img { height: 150px; }
.aboutlinks table { margin-left: 0px; margin-bottom: 10px; margin-right: 10px; margin-top: 10px; float: left; border-width: 1px; border-style: solid; border-color: #925600; background-color: #b66a00;}
