body
{
	font-family: Trebuchet MS, "Lucida Sans Unicode",verdana,helvetica,sans-serif;
	font-family: trebuchet ms, sans-serif;
	font-size: 90%;
	padding: 0;
	margin: 0;
	background-color: #C2A669;
	/*background-image: url('../images/background.png');
	background-position: center top;
	background-repeat: no-repeat;*/
	background-image: url('../images/background3.png');
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffff00;
}

div#bug
{
	line-height: 0;
	text-indent: -9000px;
}

div#container
{
	margin: 0px auto;
	padding: 0;
	width: 80%;
	min-width: 580px;
	max-width: 895px;
/*	min-height: 720px;*/
	position: relative;
	/*background: ;*/
	background: #003800 url('../images/main_background3.png');
	background-repeat: no-repeat;
	background-position: left 96px;
}

div#container div#left
{
	position: absolute;
	left: -64px;
	width: 64px;
	height: 100%;
	background: url('../images/left_background.png');
	background-repeat: no-repeat;
}

div#container div#right
{
	position: absolute;
	left: 100%;
	width: 64px;
	height: 100%;
	background: url('../images/right_background.png');
	background-repeat: no-repeat;
}

div#header
{
	background-color: #800000;
	background-image: url('../images/header_background.png');
	background-repeat: no-repeat;
	height: 96px;
}

div#header div#titles
{
/*	position: absolute;
	height: 96px;*/
}

div#header h1
{
	text-indent: -9000px;
	background: url('../images/header_title.png');
	background-repeat: no-repeat;
	width: 412px;
	height: 74px;
	position: relative;
	top: 8px;
	padding: 0;
	margin: 0;
}

div#header h2
{
	text-indent: -9000px;
	background: url('../images/header_subtitle_ampersand.png');
	background-repeat: no-repeat;
	width: 332px;
	height: 21px;
	position: relative;
	top: -40px;
	left: 79px;
}

div#header div#titles
{
	position: absolute;
	padding: 0 20px 0 20px;
	height: 96px;
}

div#header div#language
{
	background: url('../images/header_language.png');
	width: 95px;
	height: 96px;
	float: right;
/*	text-align: center;*/
}

div#header div#language:hover
{
	background: url('../images/header_language_hover.png');
}

div#header div#language a
{
	display:inline-block;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0;
	/*visibility:hidden;*/
	/*text-indent: -9000px;*/
	width: 13px;
	height: 18px;
	/*margin: 0px auto;*/
	position: absolute;
	/*top: 52px;
	left: 3px;*/
}

div#header div#language a span
{
	visibility:visible;
	display:inline-block;
	width: 26px;
	height: 18px;
	position: absolute;
	top: 48px;
}

div#header div#language a#nb span
{
	background: url('../images/header_language_no.png');
	left: 24px;
}

div#header div#language a#en span
{
	background: url('../images/header_language_en.png');
	left: 50px;
}

div#header div#language a#nb:hover span
{
	background: url('../images/header_language_no_hover.png');
}

div#header div#language a#en:hover span
{
	background: url('../images/header_language_en_hover.png');
}

div#main
{
	padding: 10px;
	margin: 0;
}

div#main h1
{
	/*font-style: italic;*/
	font-weight: normal;
	font-size: 150%;
	padding-left: 8px;
	margin: 0;
	color: #ffff7f;
}

div#main h2
{
	font-style: italic;
	font-weight: normal;
	font-size: 110%;
	padding-left: 8px;
	padding-bottom: 8px;
	margin: 0;
	color: #ffff7f;
}

div#main div p
{
	padding-left: 12px;
	margin-top: 0;
}

div#main div p a
{
	display: block;
	line-height: 16px;
}

div#footer
{
	position: relative;
	top: 16px;
	text-align: center;
/*	position: absolute;
	margin: 10px auto;
	bottom: 0px;
	width: 100%;*/
}

div#endcap
{
	width: 80%;
	min-width: 580px;
	max-width: 895px;
	margin: 0px auto;
	height: 32px;
}

div#endcap
{
	background: url('../images/endcap_left.png');
	background-repeat: no-repeat;
/*	height: 100%;
	width: 100%;
	float: left;*/
}

div#endcap div#endcap_left
{
	display: none;
}

div#endcap div#endcap_right
{
	float: right;
	background: url('../images/endcap_right.png');
	background-repeat: no-repeat;
	width: 36px;
	height: 32px;
}

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

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

div#main a
{
	line-height: 0;
	padding: 0;
	margin: 0;
}

div#main a span
{
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	display: inline-block;
	width: 22px;
	height: 12px;
	vertical-align: top;
	background: url('../images/tilde.png');
	background-position: 0px 7px;
	background-repeat: no-repeat;
}

div#main a:hover
{
	text-decoration: none;
}

div#cc1,div#cc2,div#cc3
{
	vertical-align: top;
	display: inline-block;
	margin-right: 5%;
}

ul
{
	list-style-image: url('../images/tilde.png');
}

.headerpic
{
	text-align: center;
}

div#canoepic
{
	text-align: center;
	padding-top: 1em;
}

img
{
	border: 0;
}

