body{
	background-color:#d2d0c9;
	margin:0;
	padding:0;
}
a{
	color:#fc2c16;
}
img{
	border:none;
}
.outerContainer{
	width:911px;
	height:auto;
	margin:0 auto;
}

.topHeader{
	background-image:url(images/california-header.jpg);
	width:911px;
	height:191px;
	float:left;
	background-repeat:no-repeat;
	overflow:hidden;
}
.topHeader h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#b00404;
	font-weight:normal;
	margin-left:400px;
	margin-bottom:0px;
	margin-top:22px !important;
	margin-top:25px;
}
.topHeader h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:0px;
	color:#878282;
	font-weight:normal;
	margin-left:500px;
}
.topNav{
	float:right;
	margin-top:60px;
	margin-right:100px !important;
	margin-right:50px;
}
.topNav ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:20px !important;
	margin-top:10px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
}
.topNav ul li{
	float:left;
	margin-left:30px;
}
.topNav ul li a{
	color:#fff;
	text-decoration:none;
}
.containerTop{
	background-image:url(images/body-top.jpg);
	height:210px;
	width:911px;
	background-repeat:no-repeat;
	float:left;
}
.contentContainer{
	float:left;
	width:911px;
	height:auto;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-y;
	margin-top:-160px;
}
.innerContent{
	margin-left:45px;
	width:840px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:22px;
}

.innerContent h1{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}

.footer{
	background-image:url(images/california-footer.jpg);
	padding-top:5px;
	padding-bottom:10px;
	width:911px;
	float:left;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
	margin-bottom:30px;
}
.footer a{
	color:#fff;
	text-decoration:none;
}