/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;
	background-color: #C1C48B;
}

h1 {
	font:1.7em georgia,serif;
	color:#000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font:1.25em georgia,serif;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
	font-weight: bold;
}
h6 {
	font: georgia,serif;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 13px;
}
.cityname {
	line-height: 12px;
	margin:0 0 1em;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}
.board {
	width: 150px;
	padding: 3px;
	text-align: center;
	float: left;
	background-color: #FFFFFF;
}
a {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #787D33;
}
p {
	line-height:1.4;
	margin:0 0 1em;
	font-size: 13px;
	margin-left: 0px;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:850px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(images/bg_leaf.gif);
}

div#header {
	width: 760px;
	margin:0 auto; /* center, not in IE5 */
	text-align: center;
	min-height: 100%;
}
div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

div#wrapper {
	width: 760px;
	margin:0 auto; /* center, not in IE5 */
	overflow: visible;
	min-height: 100%;
	height: 100%;
	padding:1em 1em 5em; /* bottom padding for footer */

}
div#wrapper p {
	padding:0 1em;
}
div#navcontainer {
		padding:0 1em;
	}
div#content {
	width: 480px;
	margin-right: 15px;
	margin-left: 0px;
	min-height: 100%;
	height: 100%;
	float: right;
}
div#contentdonate {
	width: 480px;
	margin-right: 15px;
	margin-left: 0px;
	min-height: 100%;
	height: 100%;
	float: right;
	/*background-image: url(images/dontate_land.jpg);*/
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#contentdonate p {
	line-height:1.4;
	font-size: 13px;
}
div#contentdonate h3 {
	font:1em georgia,serif;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 12px;
	font-weight: bold;
	color: #787D33;
}
div#contentcurrent {
	width: 480px;
	margin-right: 15px;
	margin-left: 0px;
	min-height: 100%;
	height: 100%;
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#contentcurrent p {
	line-height:1.4;
	font-size: 13px;
	margin: 0px;
}
div#contentcurrent h3 {
	font:1em georgia,serif;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 12px;
	font-weight: bold;
	color: #787D33;
}
div#contentcurrent ul {
	line-height:1.4;
	font-size: 13px;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#contentcurrent il {
	font-size: 13px;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
div#contentcurrent ol {
	font-size: 13px;
	list-style-type:
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: upper-alpha;
}
div#offsite {
	width: 150px;
	margin-left: 60px;
	text-align: center;
	color: #000000;
}
div#offsite a:link { margin: 0; padding: 0; font-weight: normal; text-decoration: none; font-size: 11px; color: #000000; margin-top: 5px; line-height: 12px;}
div#offsite a:visited { margin: 0; padding: 0; font-weight: normal; text-decoration: none; font-size: 11px; color: #000000; margin-top: 5px; line-height: 12px;}
div#offsite a:hover { margin: 0; padding: 0; font-weight: normal; text-decoration: underline; font-size: 11px; color: #000000; margin-top: 5px;	line-height: 12px;}
div#offsite a:active { margin: 0; padding: 0; font-weight: normal; text-decoration: none; font-size: 11px; color: #000000; margin-top: 5px;	line-height: 12px;}

div#footer {
	width: 850px;
	margin:0 auto; /* center, not in IE5 */
	text-align: center;
	clear: both;	
	bottom: 0px;
}
div#footer a:link { margin: 0; padding: 0; font-weight: normal; text-decoration: none; font-size: 10px; color: #000000; margin-top: 5px;}
div#footer a:visited { margin: 0; padding: 0; font-weight: normal; text-decoration: none; font-size: 10px; color: #000000; margin-top: 5px;}
div#footer a:hover { margin: 0; padding: 0; font-weight: normal; text-decoration: underline; font-size: 10px; color: #000000; margin-top: 5px;}
div#footer a:active { margin: 0; padding: 0; font-weight: normal; text-decoration: none; font-size: 10px; color: #000000; margin-top: 5px;}

