/* CSS Document */
body {
	background-image: url(pagered.gif);
}
#header {
	height: 220px;
	width: 980px;
	background-image: url(headerred.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#head h1 {
	color: #F3BEBE;
}
#head h2 {
	color: #FCEDED;
}

h2 {
	color: #CC0000;
}
#footer p {
	color: #CC0000;
}

#nav a:hover {
	color: #FF0000;
}
