body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FF9364;
	margin: 0;
	}
	a {
    color: White;
    text-decoration: none;
}
a:hover {
    color: White;
	background-color:#006600;
    text-decoration: none;
}
div.header {
	background: url(images/header.jpg) no-repeat;
	padding: 0;
	width:800px;
	height:165px;
	
}
div.header h1 {
	position: absolute;
	top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing:0.2em;
	color:white;
	text-indent:270px;
}
div.header h2 {
	position: absolute;
	top: 50px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing:0.2em;
	color:white;
	text-indent:270px;
}
.headertext {
	position: relative; top:100px;
}

