/*
Colours:
	Orange		#DA8A47
	L Orange1	#F8BF75
	L Orange2	#EABD80
	D Orange	#D7712A
	White		#FFFFFF
	Grey		#392D26
*/

body {
	background: #DA8A47 url("bg.gif") 100% 100% no-repeat fixed;
	margin: 0;
	padding: 0;
	color: #392D26;
	font-size: 0.8em;
	font-family: "trebuchet ms", verdana, sans-serif;
}

#fullwrapper {
}

a:link, a:visited, a:active {
	color: #392D26;
}

a:hover {
	color: #D7712A;
	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.2em;
	margin: 1.2em 0;
	padding: 0;
}
li p {
	margin-top: 0;
}

strong {
	color: #D7712A;
}

h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 540px;
	height: 200px;
	background: url("header2.gif");
	text-indent: -3000px;
}

h2 {
	font-family: "trebuchet ms", Verdana, sans-serif;
	color: #D7712A;
	font-size: 2.0em;
	margin: 0 0 0.7em 0;
	padding: 15px 0 0 0;
	border-bottom: 2px solid #D7712A;
	line-height: 60px;
}

h3 {
	color: #DA8A47;
	padding-bottom: 2px;
	font-size: 1.3em;
	margin: 1.6em 0em 1.0em 0em;
}

#header {
	height: 200px;
	background: url("header_bg.gif") repeat-x;
}

#content {
	zoom: 1;
	position: relative;
	top: -40px;
	background: #FFF;
	margin: 0 20px 0 220px;
	padding: 0 20px 20px 20px;
}

html>body #content {
	min-width: 500px;
}

#footer {
	margin-top: 30px;
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #FFF;
}

#footer a {
	color: #FFF;
}