@charset "utf-8";
/* CSS Document */

h1 {
	color:#06325f;
	font-size:22px;
	margin-bottom:15px;
}
h2 {
	color:#333333;
	font-size:18px;
	border-bottom:0px;
}
h3 {
	margin-top:0;
}
p { 
	line-height:18px;
}
#wrapper {
	width:800px;
	margin:10px auto;
	background:url(images/bg-wrapper.png) top left repeat-y;
}
#main_content {
	background:url(images/bg-content.png) top left no-repeat;
	margin:0;
	padding:0;

}
#main_menu {
	width: 170px;
	padding:8px;
}
#content {
	float:right;
	padding:15px;
	width:553px;
	margin:10px 25px 0 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#canoefm {
	background: url(images/bg-canoefm.gif) top left no-repeat #6700cd;
	border:3px solid #400878;
	padding:50px 10px 10px 10px;
	margin-bottom:15px;
	color:#FFFFFF;
}
#canoefm a {
	color:#FFFFFF;
	text-decoration:none;
}
#canoefm a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#copyright {
	padding:10px;
	text-align: center;
	color:#605539;
	font-size:11px;
	background: url(images/bg-copy.jpg);
}
#copyright a {
	text-decoration: none;
	color:#605539;
}