@charset "UTF-8";
/* CSS Document */

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

body  {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 25px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #21140b;
	font-size: 100%;
	margin-top: 25;
	color: #ff9933;
	text-decoration: none;
	font-weight: lighter;
}
.twoColFixLtHdr #container {
	width: 945px;
	text-align: left;
	height: 578px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #21140b;
	background-image: url(images/honeycomb_bkgrnd.gif);
	background-repeat: repeat;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 451px;
	height: 568px;
	margin: 5px;
}
.twoColFixLtHdr #mainContent {
	border: 1px solid #f6c240;
	height: 578px;
	margin: 0px;
} 
.twoColFixLtHdr #header {
	text-align: left;
	width: 945px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #footer {
	text-align: right;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.twoColFixLtHdr #flower {
	background-image:url(images/flower.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 456px;
	margin-top: 5px;
	height: 48px;
} 
.twoColFixLtHdr #nav {
	margin-left: 456px;
	margin-top: 0px;
	margin-right:auto;
	} 
	
#nav li {
	list-style-type: none;
	padding:0px;
	margin:0px;
	text-align:center;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	height: 380px;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

p {
	margin-bottom: .8em;
	text-align: left;
	text-decoration: none;
}

h1 {
	margin-bottom: .8em;
}

h2 {
	font-size: 1.2em;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1em;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 120px;
}

.cap {
	font-weight:bold;
	font-size: 1.3em;
}

#contact {
	text-align: center;
}
#contact p {
	text-align: center;
}
.contactus {
	background-color: #CC0;
	color: #21140b;
}


a:link {
	color: #ff9933;
	text-decoration: none;
}
a:visited { 
color: #ff9933;
text-decoration: none;
}
a:hover {
	color: #ffcc00;
	text-decoration: none;
}
a:active {
	font-size: 1em;
	text-decoration: none;
}
#donate {
	text-align: center;
}
.center {
	text-align: center;
}
.button {
	padding: 6px;
	background-color: #452817;
	border: 1px solid #f6c240;
	letter-spacing: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	text-decoration: none;
	width:320px;
}
.button_lm {
	background-color: #452817;
	font-size: 1em;
	border: 1px solid #f6c240;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.story2 {
	font-size:0.8em;
}
.button_return {
	background-color: #452817;
	font-size: 1em;
	border: 1px solid #f6c240;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	text-decoration: none;
	width: 200px;
}
