body {
	background-color:#F0E7E7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
}
#head {
	position:relative;
	width:100%;
	height:160px;
	background:url(images/shadow.gif)  bottom repeat-x #CC9933;
}
#head a {
	display:block;
	width:100%;
	height:150px;
	background:url(images/firelionhead.jpg)  top right no-repeat #CC9933;
}
#head a span {display:none;}

#content,#footer {
	position:relative;
	float:left;
	width:80%;
	margin-right:-200px;
}
#footer {
	width:100%;
	padding-top:2em;
}
#footer p {
	font-size:0.85em;
	margin: .2em 2em .2em 2em;
}
#firstnav {
	position:relative;
	float:right;
	width:20%;
	padding:2em;
}
#firstnav p {
	margin-left:2em;
}
#textcontent {
	padding:2em;
}
#textcontent h1 {
	width:70%;
	text-align:right;
	font-style:italic; 
	font-size:1.3em;
	background-color: #FFFFFF;
	border-bottom:3px solid #CC9933;
}
