/* ----------- Global --------------- */
body {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	margin: 0;
	background-color: #f5f0e7;
}

p {
	font-size: 87%;
	line-height: 150%;
	padding-bottom: 1em
}

a, a:active, a:visited {
	color: #ff0000;
}

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

h1 {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: .5em;
}

h2 {
	font-weight: bold;
	font-size: 95%;
	padding: .4em 0;
}

ul {
	list-style: disc;
	padding-left: 20px;
	padding-bottom: 5px;
}

li {
	padding-bottom: 5px;
	font-size: 87%;
}

blockquote {
	font-size: 85%;
	line-height: 120%;
	text-align:justify;
	padding-bottom: 1em;
	padding-left: 1.5em;
	padding-right: .5em;
	width: 370px;
}

/* -- main div area -- */

div#body {
	margin: auto;
	width: 760px;
	min-height: 400px;
	margin-top: 50px;
	border: 4px #000 solid;
	border-top: 15px #000 solid;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

div#flashcontent {
	margin-left: 70px;
}

/* ------------- Body Header ----------------- */

div#image {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	float: left;
	border-right: 2px #000 solid;
	height: 223px;
	width: 491px;
}

div#logo {
	float: left;
	background: url('../images/logo.jpg') no-repeat #007840 center;
	text-align: center;
	width: 267px;
	height: 223px;
}

/* ----------------- Menu -------------------- */

div#menu {
	width: 759px;
}

ul#navbar {
	width: 100.1%;
	overflow: hidden;
	border: #000 solid;
	border-width:2px 0px; 
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 70%;
	color: #fff;
	float: left;
	background-color: #ff0000;
	list-style: none;
	padding: 0;
}

ul#navbar li {
	border-right: 1px #000 solid; 
	float: left;
	padding: 0px;
	font-size: 100.01%
}	
	
ul#navbar li a {
	float: left;
	padding: 7px 20px 3px 20px; 
	color: #fff; 
	text-decoration: none;
}
	
ul#navbar li a:hover {
	background-color: #7f0000;
}

body#home a#home,
body#pictures a#pictures,
body#history a#history,
body#wish a#wish,
body#contact a#contact,
body#volunteer a#volunteer,
body#videos a#videos,
body#shop a#shop
{
	 background-color: #000000;
	 cursor: default;
}

/* ---------------- Main Content Area --------------- */
div#content {
	padding: 30px;
	overflow: auto;
	clear:both;
}

img.rtfloat {
	border: solid #000 2px;
	float: right;
	margin: 20px 20px 20px 30px;
}

img.lffloat {
	border: solid #000 2px;
	float: left;
	margin: 20px 30px 20px 0px;
}

/* --------------- Footer -------------------- */
div#footer {
	margin: 3px auto;
	height: 25px;
	width: 768px;
	background-color: #000;
	position:relative;
}

div#footer .donate {
	cursor: pointer;
	font-size: 95%;
	color: #fff;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	letter-spacing: .15em;
	background-color: #000;
	border: none;
	padding: 9px;
	padding-bottom: 33px;
	position: absolute;
	left: 70px;
	top: -39px;
	width: 20%;
}

div#footer .donatehov {
	cursor: pointer;
	font-size: 95%;
	color: #ddd;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	letter-spacing: .15em;
	background-color: #000;
	border: none;
	padding: 9px;
	padding-bottom: 36px;
	position: absolute;
	left: 70px;
	top: -39px;
	width: 20%;
}