body {
	color:black;
	font: 0.8em arial, helvetica, sans-serif;
	background: white;
}

a:link {
	color:#993300;
	text-decoration: none;
}

a:hover, a:active {
	color:#993300;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color:#666666;
	text-decoration: none;
}


h1 {
	font: 3em/2 Verdana, sans-serif;
	color: black;
	width: 600px;
	
}

h2 { 
	font: 1.5em Verdana, sans-serif;
	color: black;
}

.header {
	background-color: white;
	width: 70%;
	border-right: 1px #993300 solid;
}

.bodytext {
	width: 65%;
	position: absolute;
	top: 140px;
	left: 170px;
	z-index: 1;
}

em {
	font-style: italic;
}


strong {
	font-weight: bold;
}
	

#logo {
	position: absolute;
	top:0px;
	left:5px;
	border:1px #993300;
}

#headertext {
	position: absolute;
	top: 0px;
	left: 160px;
	background-color: #F5DB84;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px #993300;
	
}

#nav a {
	display: block;
	width: 12em;
	padding-left: 4px ;
	background-color:#F5DB84;

}

#nav li {
	float: left;
	width: 12em;
	
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	border: 1px #993300;
	background-colour: #F0D065;
}

#navbar {
	width: 70%;
	position: absolute;
	top: 110px;
	left: 160px;
	background-color: #F5DB84;
	z-index:3;
	border-right: 2px #993300 solid;
	border-bottom: 2px #993300 solid;
}

#sidebar {
	width: 150px;
	height: 300px;
	position: absolute;
	top: 110px;
	background: #F5DB84;
	padding-left: 4px;
	border-right: 2px #993300 solid;
	border-bottom: 2px #993300 solid;
}

.footer {
	position:absolute;
	top: 95%;
	bottom: 5px;
	left: 200px;
}
