/* PAGE */
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	background: #91aa94;
}
div#wrapper {
	width: 800px;
	margin: 0 auto;
	border: 1px solid black;
	position: relative;
	background-color: #003d1e;
	color: white;
}
div#content {
	height: 500px;
	margin: 40px 30px 0 180px;
}
html>body div#content {
	min-height: 500px;
	height: auto;
}

/* Page content */
div#content a {
	color: blue;
}
div#content p {
	margin: 10px 0;
	text-align: justify;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
h2 {
	margin-top: 0;
	font-size: 1.4em;
	text-align: left;
	letter-spacing: 1px;
}
h3 {
	font-size: 1.1em;
}
a img {
	border: none;
}
div.section {
	clear: both;
}
img.supportleft {
	float: left;
	margin: 5px 10px 5px 0;
}
img.supportright {
	float: right;
	margin: 5px 0px 5px 10px;
}
table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
}
th, td {
	border: 1px solid block;
	padding: 2px;
}
th {
}
form table {
	width: 400px;
	border: none;
	text-align: left;
}
form th, form td {
	border: none;
	vertical-align: top;
	width: 50%;
}
input, textarea, select {
	width: 99%;
}
input.fixed {
	width: auto;
}
hr {
	border: none;
	width: 100%;
	height: 2px;
	padding: 0;
	background: transparent url("images/hr.png") no-repeat center top;
}

/* NAVIGATION MENU */
div#menu {
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 215px;
	left: 0;
	width: 180px;
	height: 413px;
	text-align: center;
	background: transparent url("images/menubg.jpg") no-repeat top left;
	z-index: 10;
}
div#menu ul {
	padding: 0;
	margin: 45px 35px 10px 0px;
	font-size: 15px;
}
div#menu li {
	list-style-type: none;
	padding: 0;
	margin: 6px 0;
	text-align: right;
}
div#menu a, p#hmenu a {
	color: white;
	text-decoration: none;
	border: 0;
}
div#menu a:hover {
	color: #ddffaa;
}

/* FOOTER */
div#footer {
	clear: both;
	height: 88px;
	padding-top: 1px;
	background: transparent url("images/footer.jpg") no-repeat top left;
	font-size: 11px;
	position: relative;
	z-index: 5;
}
div#footer img#footer-left {
	position: absolute;
	left: 0;
	bottom: 0;
}
div#footer p#hmenu {
	position: absolute;
	right: 100px;
	top: 43px;
	margin: 0;
	color: #003d1e;
	font-weight: bold;
}
p#hmenu a {
	color: #003d1e;
}
div#footer p#credits {
	font-size: 0.9em;
	margin: 0;
	position: absolute;
	bottom: 5px;
	right: 80px;
	text-align: right;
	color: white;
}
div#footer p#credits a {
	color: white;
	text-decoration: none;
}
