body
{
	margin: 0;
	padding: 0;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #000059;
	/*background-image:url(Pictures/body-bg.gif);*/
	background-image:url(Pictures/body-bg-grad.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}

a img {
	border: none;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #CCCCCC;
}

p {
	color: #F6E8B9;
	line-height: 1.5em;
}

p.caption {
	color: #F6E8B9;
	line-height: 1;
	margin: -15px 0 70px 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #ffffff;
}

h1 {
	font-size: 130%
}

h2 {
	font-size: 120%
}

h3 {
	font-size: 110%
}

h4 {
	font-size: 105%
}

.redmaple {	
	margin: 0;
	padding:0;
	top: 0;
	right:0;
	background-image:url(Pictures/body-bg-red.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.yellowmaple {	
	margin: 0;
	padding:0;
	top: 0;
	right:0;
	background-image:url(Pictures/body-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#container
{
	margin:20px auto;
	width: 800px;
	background-color: #723838;
	text-align: left;
	border: 3px solid #F6E8B9;
	padding-bottom: 25px;
}

#banner {
	padding: 0 0 20px 80px;
	background-image:url(Pictures/cornerstone.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom: 1px solid #663333;
	margin: 0 20px 0 20px;
}

#banner h1, #banner h2, #banner h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #F6E8B9;
	font-weight: normal;
	margin: 0 0 0 200px;
	letter-spacing: 2px;

}

#banner h1 {
	font-size: 300%;
	padding: 20px 0 0 150px;
}

#banner h2 {
	font-size: 130%;
	padding-left: 40px;
}

#banner h3 {
	font-size: 115%;
	padding-left: 200px;
}

#banner .header-canoe {
	margin: 0;
	padding: 0;
	margin: 30px 0 0 300px;
}

#nav
{
	float: left;
	width: 225px;
	padding: 0 30px 0 0;
	height:100%;
}

#nav ul {
	font-size: 105%;
	list-style: none;
}

#nav ul a{
	margin: 0;
	padding: 0;
	display: block;
	padding: 2px 0 2px 5px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	margin-top: 3px;
	border-bottom: 1px solid #663333;
}

/*Internet Explorer 6 requires this */
* html ul li a {
   height:1em;
}

#nav ul a:hover {
	border-bottom: 1px solid #F6E8B9;
	margin-top: 3px;
}

#content
{
	width: 500px;
	float: right;
	top: 0;
	margin: 0 2em 0 0;
}

#footer {
    clear:both;
}
	
#footer p{
	text-align: right;
	padding: 25px 50px 0 0;
	font-size: 70%;
}


img.picfloatright {
	float:right;
	padding: 0 0 10px 10px;
}

img.showpic {
	float: left; 
	height: 100px; 
	width: 100px;
	margin: 2px;
}

img.showpic-new {
	margin-bottom: 20px;
}

