/*
Colours:

	Black:  #000
	Orange: #FF9000
	Red:    #FF0000
	Grey:   #8A8A8A
	Yellow: #FFEA3D
	Green:  #9ACC2E
	Blue:   #00CCFF
*/

body {
	background: #B5B5B5 url("images/bg.gif") repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 0.7em;
	font-family: verdana, sans-serif;
}

#fullwrapper {
	padding-bottom: 30px;
	background: #FFF url("images/bg2.gif") repeat-x;
	position: relative;
	width: 780px;
	margin: 30px auto;
	border-top: 4px solid #4C4C4C;
}

a:link, a:visited, a:active {
	color: #FF9000;
}

a:hover {
	text-decoration: none;
}

td {
	font-size: 0.7em;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 1.0em;
}

table td { } /* Fix bug in IE 5 */

p {
	text-align: justify;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	padding: 0;
}
li p {
	margin-top: 0;
}

h1 {
	margin: 0;
	padding: 0;
	text-indent: -3000px;
	width: 100%;
	height: 100%;
	background: url("images/rebound.gif") 5px 5px no-repeat;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	color: #FF9000;
	font-size: 1.6em;
	margin: 0.2em 0 1.2em 0;
	padding-top: 1.0em;
}

h3 {
	color: #FF0000;
	padding-bottom: 2px;
	font-size: 1.3em;
	margin: 1.6em 0em 1.2em 0em;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
	padding-top: 1.0em;
	margin: 1.2em 0 1.2em 0;
	padding-left: 20px;
	background: url("images/drop.gif") no-repeat;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/logo.gif") 5px 110px no-repeat;
	width: 200px;
	height: 350px;
}

#content {
	position: relative;
	top: 44px;
	background: #FFF;
	margin: 0 20px 0 200px;
	padding: 0 20px;
	height: 363px;
}

html>body #content {
	height: auto;
	min-height: 363px;
}

div#content { } /* Fix bug in IE 5 */

#footer {
	color: #000;
	position: relative;
	top: 70px;
	text-align: right;
	font-size: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

#footer a {
	color: #000;
}