@charset "utf-8";
/* CSS Document */
body {
	background: #000000 url('../images/california_bg.jpg');
	background-repeat:repeat-x;
}
.content_header{
	background: url('../images/california_logo.jpg');
	background-repeat:no-repeat;
	height: 70px;
}
.content_page{
	background-color: #a46b5b;
}
a, h2 a:hover, h3 a:hover {
	color:#CC0000;
	text-decoration: none;
}

a:hover {
	color:#CC0000;
	text-decoration: underline;
}
