a:link {
	color: #a4191e;	
}

a:active,
a:focus,
a:visited {
	color: #64191e;
}

body {
	color: #333;
	background: #f2f2f2 repeat-y top center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 86%;
	margin: 0;
	padding: 0;
}

h1 {
	background: #a4191e;
	color: #fff;
	font-size: 1.8em;
	margin: 0 0 0.8em 0;
	padding: 3px 8px 2px 8px;
	text-align: center;
}

h2 {
	color: #a4191e;
	font-size: 1.4em;
	margin: 1.6em 0 0.8em 0;
}

h3 {
	font-size: 1.2em;
	margin: 1.4em 0 0.8em 0;
	font-style: italic;
}

input {
	font-size: 1em;
}

select {
	font-size: 1em;
}

table.details td {
	padding: 0 8px 2px 0;
	vertical-align: top;
}

table.details th {
	text-align: right;
	padding: 2px 8px 2px 0;
	vertical-align: top;
}

textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

#page {
	background: url(../images/page_background.png) repeat-y top center;	
	margin: 0 auto;
	width: 760px;
}

#container {
	position: relative;
	margin: 0 10px;
}

#header {
	background: #fff url(../images/header_background.png) repeat-x bottom center;
	height: 334px;
	width: 740px;
}

#header span {
	display: none;
}

#navigation {
	left: 21px;
	position: absolute;
	top: 353px;
	width: 182px;
	height: 643px;
}

#navigation ul {
	background: #fff url(../images/navigation_background.png) no-repeat top center;
	list-style: none;
	margin: 0;
	padding: 86px 16px 0 16px;
}

#navigation ul li {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 4px 0;
	text-align: center;
}

#navigation ul li a {
	color: #333;
	text-decoration: none;
}

#navigation ul li a.active_menu {
	color: #000;
	font-weight: bold;
}

#navigation ul li ul {
	background: #fff url(../images/subnavigation_background.png) no-repeat top center;
	padding: 14px 0 6px 0;
	margin: 2px 0 4px 0;
}

#navigation ul li ul li {
	border: none;
}

#content {
	background-image: url(../images/gwaii_trust_watermark.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 24px 0 0 226px;
	width: 488px;
	text-align: justify;
}

#footer {
	border-top: 1px solid #eee;
	font-size: 0.7em;
	margin: 24px auto 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 80%;
}
