/* CSS Document */
body {
	background-image: url(page.gif);
}
#header {
	height: 340px;
	width: 980px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;	
}
#head h1 {
	color: #FFE599;
}
#head h2 {
	color: #FFEFCD;
}
#head p {
	font-weight: normal;
	text-align: justify;
	font-size: 1.2em;
	color: #FFEFCD;
	margin-top: 0em;
	margin-bottom: 0.3em;
}
h2 {
	color: #CC6633;
}
#footer p {
	color: #CC6633;
}
#nav a:hover {
	color: #FFCC00;
}