/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
body {background-color: #7C8061;}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#7C8061;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:#332d25;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:751px;
	height:auto !important; /* real browsers */
}

div#header {
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content2 {
background-color: #c2b59b;
color: #332d25;	
/* padding:1em 1em 2em; /* bottom padding for footer */
}

div#content {
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#content3 {
background-color: #ece7e0;
color: #332d25;
padding: 1.25em;
}
	div#content3 p {
		text-align:justify;
		padding:0 1em;
	}

#content2left{
width: 15%;
padding: 1.25em;
float: left;
text-align: center;
color: #ece7e0;
background-color: #c2b59b;
}

#content2right{
width: 75%;
padding: 1.25em;
float: left;
background-color: #c2b59b;
}

#contentwhole{
width: 95%;
text-align: center;
padding: 1.25em;
float: left;
background-color: #c2b59b;
}

#news {
background-color: #ece7e0;
color: #332d25;	
/* padding:1em 1em 2em; /* bottom padding for footer */
}

#newsleft{
	width: 17%;
	padding: 1.25em;
	float: left;
	text-align: center;
	background-color: #ece7e0;
}

#newsright{
	width: 73%;
	padding: 1.25em;
	float: left;
	background-color: #ece7e0;
}

div#footer {
	width:100%;
}
	div#footer p {
		background-image:url(layout_images/footer.jpg);
		padding:1em;
		margin:0;
		font-size: x-small;
		color: #c2b59b;
		text-align: center;
	}
#clearboth{
clear: both;
background-color: #c2b59b;
color: #c2b59b;
}

#imageborder{
border: 6px;
border-style: solid;
border-color:#fff;
}

#imglinks{float: left; padding-right: 2em;}
#imgNews{padding: .25em; margin-right: .5em; margin-bottom: .5em; border: solid 1px #000;}
#puppic {
	float: none;
	height: 286px;
	width: 450px;
	padding-right: 0px;
	padding-left: 145px;
}

