body {
margin: 0;
padding: 0;
background: #4d724d url(images/canoe_background.jpg) repeat-y;
background-position: center top;
}

p {
margin: 0;
padding: 0;
}

.page {
margin: auto;
width: 720px;
height: 1032px;
}

.banner {
width: 827px;
height: 230px;
}

#container2 {
	position: relative;
	clear:left;
	float:left;
	width:720px;
	overflow-x:hidden;
	background:#eeeeee; /* column 2 background colour */
}

#container1 {
	float:left;
	width:100%;
	position:relative;
	right:56%;
	background:#c9bfa6; /* column 1 background colour */
	table-layout: fixed;
}

.side {
	float:left;
	width:42%;
	position:relative;
	left:55%;
	overflow:hidden;
	font-family: Verdana;
	font-size: 94%;
	color: #424242;
	text-align: center;	
}

.side a:link {
color: #063293;
text-decoration: underline;
}

.side a:visited {
color: #063293;
text-decoration: underline;
}

.side a:hover {
color: #063293;
text-decoration: none;
}

/* content */
.content {
	float:left;
	width:58%;
	position:relative;
	left:58%;
	overflow:hidden;
	line-height: 1.3;
}


.menu {
font-family: Verdana;
font-size: 94%;
color: #fff;
margin: auto;
width: 720px;
height: 32px;
background: black;
text-align: center;
}

.menu a:link{
color: #fff;
text-decoration: none;
}

.menu a:visited {
color: #fff;
text-decoration: none;
}

.menu a:hover{
color: #fff;
text-decoration: none;
background: #848484;
}

.menu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 30px;
	line-height: 32px;
	text-indent: 0px;
	}

.menu li {
float: left;
padding-left: 10px;
padding-right: 10px;
}

.main {
margin: auto;
}
.main_left {
float: left;
background: #c9bfa6;
width: 313px;
height: 630px;
}

.main_right {
float: left;
width: 407px;
height: 100%;
overflow: auto;
background: white;
}

.main_text {
background: #fcfcfc;
float: left;
padding-left: 20px;
padding-right: 20px;
width: 367px;
font-family: Verdana;
font-size: 14px;
color: black;
}

.main_text a:link {
color: #063293;
text-decoration: underline;
}

.main_text a:visited {
color: #063293;
text-decoration: underline;
}

.main_text a:hover {
color: #063293;
text-decoration: none;
}

.main_text ul {
padding-left: 15px;
}

.main_text li {
padding-bottom: 5px;
}

.title {
font-weight: bold;
color: #2a2a2a;
font-size: 14px;
padding-bottom: 5px;
}

.footer {
clear: left;
width: 720px;
height: 20px;
background: black;
font-family: Verdana, Arial;
font-size: 60%;
color: #fff;
text-align: center;
line-height: 20px;
}

.footer a:link{
color: #fff;
text-decoration: none;
}
.footer a:visited{
color: #fff;
text-decoration: none;
}

.footer a:hover{
color: #fff;
text-decoration: underline;
}

.designed {
width: 720px;
height: 22px;
line-height: 22px;
font-family: Verdana, Arial;
font-size: 60%;
color: #fff;
background: #2a2a2a;
}

.designed_left {
padding-left: 5px;
float: left;
width: 355px;
height: 22px;
}

.designed_right {
padding-right: 5px;
text-align: right;
float: left;
width: 355px;
height: 22px;
}

.designed_right a:link {
font-family: Verdana, Arial;
color: #fff;
text-decoration: none;
}

.designed_right a:visited {
font-family: Verdana, Arial;
color: #fff;
text-decoration: none;
}

.designed_right a:hover {
font-family: Verdana, Arial;
color: #fff;
text-decoration: underline;
}
