body{
	margin: 0;
	padding: 0;
	min-width: 750px;
}

a{
	color: #000;
	text-decoration: none;
}

#header{
	background: #fff url(http://www.bwcanoeco.com/images/bigHeader.jpg) no-repeat;
	width: 1024px;
	height: 200px;
	margin-left: 0;
	margin-top: 0;
	top: 0;
	left: 0;
}


#body{
	font-size: 18pt;
	color: red;
}

#leftCol{
	float: left;
	width: 150px;
	font-size: 12pt;
	color: #000;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 50px;
	border-right: 1px solid #000;
}

#mainContent{
	margin-left: 200px;
	max-width: 824px;
}

#leftCol a{
	text-decoration: none;
	color: #69563A;
}

#leftCol u b{
	color: #5A492F;
}

#footer{
	font-size: 10pt;
	background-color: #C0A88A;
	height: 15pt;
	width: 100%;
	text-align: center;
	text-decoration: none;
	clear: both;
	margin: 25px 0 0 0;
	padding: 2px;
}

.quote{
	font-size: 8pt;
	color: #69563A;
	font-style: italic;
	font-weight: bold;
}

.bodyQuotes{
	font-size: 12pt;
	color: #69563A;
	font-style: italic;
}

h1,
h2,
h3{
	color: #69563A;
	font-style: italic;
}

h1{
	text-decoration: underline;
}


/******************************************
// This is for the printing of the pages  *
******************************************/
@media print{
	body{
		font-family: Times New Roman, Times, Serif;
		font-size: 12pt;
	}
	
	mainContent{
		width: 700px;
	}
}