/* CSS Document */
body {
	background-image: url(pageblue.gif);
}
#header {
	height: 220px;
	width: 980px;
	background-image: url(headerblue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#head h1 {
	color: #9B9CCA;
}
#head h2 {
	color: #CED0E7;
}
h2 {
	color: #0033CC;
}

#footer p {
	color: #3333CC;
}
#nav a:hover {
	color: #0066FF;
}
