body {
	background-color:#b5b86c;
	background-image:url('/img/sitebkg.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	color:#472C1A;
	font-family:century gothic;
	font-size:11pt;
	margin:0 auto;
}
.relative{
	position:relative;
}
.donate_banner{
	position:absolute;
	top:-150px;
	right:0px;
	font-size:14px;
	border:2px solid #472C1A;
	padding:5px;
}
#container {
	height:auto;
	margin:200px auto 10px;
	width:950px;
}

#menu{
	float:left;
	text-align:right;
	width:180px;
}

#content {
	float:left;
	height:auto;
	margin-bottom:20px;
	margin-left:20px;
	width:510px;
}

#contentwide {
	float:left;
	height:auto;
	margin-bottom:20px;
	margin-left:20px;
	width:730px;
}

#content_gallery {
float:left;
height:auto;
margin-bottom:20px;
margin-left:20px;
width:750px;
}

#header {
	text-align:center;
}

.header {
	font-size:16pt;
	color:#472C1A;
	font-family:century gothic;
}

#image_hold {
	margin:0 auto;
	padding:0px;
	margin-top:20px;
	text-align:center;
}

#content_text {
	margin-top:20px;
	text-align:left;
}

.footnote {
	font-size:10pt;
	font-style:italic;
}

.text_header{
	font-size:14pt;
}

#footer {
	margin-top:20px;
	text-align:center;
}

#guestbook{
	border-style:solid;
	border-width:1px;
	float:left;
	font-size:10pt;
	margin-left:15px;
	padding:10px;
	width:200px;
}

#guestbook_title {
	text-align:center;
}	

.guestbook_title {
	color:#666000;
	font-size:14pt;
	font-weight:bold;
}

.signature{
	font-size:9pt;
	font-style:italic;
}

#video {
	float:left;
	width:240px;
	height:135px;
	margin-left:18px;
}

ul#tips {
	padding:0px; margin:0px;
}

ul#tips li {
margin:0 0 10px 18px;
padding:0 0 0 6px;
}

.small { font-size:12px; }


a {
	font-family:century gothic;
	font-size:11pt;
	color:#4B481B;
}

a:link { 
	font-weight: normal; 
	text-decoration:none; 
	color: #660000;
}

a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #660000;
}

a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #660000;
}

a:hover { 
	text-decoration: none; 
	color: #330000;
	text-decoration: none;
}

#menu a{
	font-family:century gothic;
	font-size:12pt;
	color:#4B481B;
}

#menu a:link { 
	font-weight: normal; 
	text-decoration:none; 
	color: #660000;
}

#menu a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #660000;
}

#menu a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #660000;
}

#menu a:hover { 
	text-decoration: none; 
	color: #330000;
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


img.topleft {float: left; margin: 0px 10px 10px 0px;}
img.midleft {float: left; margin: 10px 10px 10px 0px;}
img.bottomleft {float: left; margin: 10px 10px 0px 0px;}

img.topright {float: right;	margin: 0px 0px 10px 10px;}
img.midright {float: right;	margin: 10px 0px 10px 10px;}
img.bottomright {float: right;	margin: 10px 0px 0px 10px;}

img.picborder {border:8px solid #fff; }

