#header {
	background-color: #FFC;
	background-image: url(westcoastersclear.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 250px;
	width: auto;
	border: medium solid #990;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CCC;
	text-align: center;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	background-color: #CCC;
	height: 400px;
	width: auto;
}
a:link {
	color: #090;
}
a:visited {
	color: #903;
}
a:hover {
	color: #0C0;
}
