body {
	background: #EDE8E4 url('images/body.jpg') top left;
	font-family: Century Gothic, Arial, Helvetica, sans serif;
	font-size: 13px;
	color: #000;
	padding: 0px;
	margin: 0px;
}
a:link, a:visited {
	color: #c43300;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	background: #c43300;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px
}

h2 {
	color: #483628;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 10px;
	margin: 0px;
}

img.download { vertical-align: middle; }

/* ----------container to center the layout-------------- */

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #EDE8E4 url('images/menubottom.jpg') no-repeat bottom left;
	border: 1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */

#banner {
	height: 114px;
	text-align: center;
	background: url('images/header.jpg') no-repeat bottom center;
	background-color: #e1ddd9;
	padding: 0px;
	margin: 0px;
}
#banner img { padding: 10px 0px; } 
#bannertitle {
	padding-top: 50px;
	font-size: 2em;
	font-weight: bold;
}

/* -----------------content--------------------- */

#content {
	background: #ffffff;
	padding: 0 20px 0 0;
	margin-left: 200px;
	margin-right: 0px;
}
div#content { 
	min-height: 600px;
}

p, pre {
	padding: 5px 10px;
	margin: 0px;
}

ul.bodyList li {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* --------------left navi-------------------- */

#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background: #EDE8E4;
	height: 90%;
}

/* -----------footer--------------------------- */

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 35px;
	text-align: right; 
	background: url('images/footer.gif') repeat-x ;
}
#footer h1 a{
	color: #FFFFFF;
}
#footer h1 {
	padding: 5px 5px 0px 0px;
	}

/* -----------vertical menu-------------------- */

.verticalmenu ul {
	list-style: none;
	padding: 10px;
	margin: 0px;
}

.verticalmenu li {
	margin-bottom: 18px;
	margin-top: 20px
}

.verticalmenu li, .verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover, .verticalmenu a:active {
	display: block;
	font-family: Century Gothic, Arial, Helvetica, sans serif;
	font-size: 12pt;
	color: #4E3826;
	text-decoration: none;
	text-align: left;
	width: 180px;
	font-style: normal;   /*background: url('menuhover.gif') no-repeat;*/
	font-weight: bold;
}

.verticalmenu a:hover {
	background: url('images/menuhover.gif') no-repeat;
	background-position: bottom left;
	color: #c43300;
}

/* THIS SETS THE MENU LINK COLOR FOR THE PAGE YOU'RE ON */
.home li a.home, .service li a.service, .donations li a.donations,
.calendar li a.calendar, .nicknights li a.nicknights, .mailing li a.mailing, 
.press li a.press, .contact li a.contact, .library li a.library {
	color: #c43300;
	background: none;
	text-decoration: none;
}

.paypalForm {
	margin: 20px;
}
