a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #4500FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #00F;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

a:hover {
	color: #F00;
}


.CenteredPage #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
	background-color: #000;
}
.CenteredPage #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	background-color: #000;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #090;
	background-color: #000;
}
.CenteredPage #header{
	background-image: none;
	background-repeat: no-repeat;
	font-family: "Comic Sans MS", cursive;
	color: #090;
	font-size: 12px;
	font-weight: bold;
	background-color: #000;
}
.CenteredPage #footer {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #090;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}
.CenteredPage #maininfo {
}
.CenteredPage #navmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #00F;
	line-height: 40px;
	background-image: url(../images/nav_menu_bkgnd.png);
	font-weight: bold;
	width: 175px;
	text-align: center;
}
.CenteredPage #fire_border {
	background-image: url(../images/fire_border.png);
	background-repeat: repeat-x;
}
.CenteredPage #info_area {
	background-image: url(../images/canoe.png);
	width: 575px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: normal;
	color: #F00;
	text-align: justify;
	vertical-align: top;
}
.CenteredPage #lower_area {
	height: 300px;
	width: 750px;
	border: thick double #960;
	background-color: #000;
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	color: #F00;
	vertical-align: middle;
}
.CenteredPage #contact {
	font-family: "Comic Sans MS", cursive;
	color: #090;
	font-size: 12px;
}

