body {
	font-family:arial, helvetica, sans; 
	font-size:62.5%;
	text-align:center;
	margin: 0px;
	background-image: url(http://www.christchurchberkeley.org/themes/site_themes/christchurch/bck-fg.jpg);
	background-repeat: repeat-x;
	background-color: #455560;
}
body * { 
	margin: 0px; 
	padding: 0px; 
	text-decoration: none; 
	color: #455560;
	border: none;
	list-style-type: none; 
}
#wrapper {
	text-align:left;
	margin-left:auto;
	margin-right:auto; 
	width:769px;
}


/* ------- MASTHEAD --------- */
#masthead {
	height: 142px;
	background-image: url(http://www.christchurchberkeley.org/themes/site_themes/christchurch/masthead-fg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#masthead h1 {	
	float: left;
	text-indent: -9999em;
}
#masthead h1 a {
	display: block;
	height: 142px;
	width: 196px;
        overflow: hidden;
}
#serviceinfo {
	float: right;
	width: 510px;
	padding-top: 30px;
}
.service {
	float: right;
	width: 230px;
}
#serviceinfo h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	color: #497F9F;
}
#serviceinfo p {
	font-size: 1.2em;
	line-height: 1.3em;
}
#serviceinfo a:link,
#serviceinfo a:visited {
	color: #497F9F;
	background: transparent url(http://www.christchurchberkeley.org/themes/site_themes/christchurch/link-leftbox.gif) no-repeat center left;
	padding-left: 14px;
}
#serviceinfo a:hover,
#serviceinfo a:active {
	color: #79402E;
	background: transparent url(http://www.christchurchberkeley.org/themes/site_themes/christchurch/link-leftbox-over.gif) no-repeat center left;
	padding-left: 14px;
}


/* -------- NAVIGATION and SPLASH IMAGE ----------- */

.accessibility {
        position: absolute;
	text-indent: -9999em;
}



/* -------- CONTENT -------------- */

 #content {
	background-image: url(http://www.christchurchberkeley.org/themes/site_themes/christchurch/bck-main-2col-fg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
 }
 #main {
 	float: right;
	width: 537px;
 }
 #sidebar {
 	float: left;
	width: 196px;
 }
.clear {
	clear: both;
}

 
/* ------- FOOTER --------------- */
#footer {
  	clear: both;
  	height: 100px;
	background-image: url(http://www.christchurchberkeley.org/themes/site_themes/christchurch/footer-fg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#footer h4 {
 	float: right;
	font-size: 1em;
	font-weight: normal;
	color: #A1B1BE;
	margin: 35px 33px 0 0;
	display: inline; /* fixes IE/Win double margin bug */
}
#footer h4 a:link,
#footer h4 a:visited,
#footer h4 a:hover,
#footer h4 a:active {
	color: #A1B1BE;
}
#footer ul {
 	float: left;
 	margin: 35px 0px 0px 23px;
	width: 200px;
	display: inline; /* fixes IE/Win double margin bug */
}
#footer li {
 	float: left;
	margin-right: 1em;
}
#footer li a:link,
#footer li a:visited {
	color: #A1B1BE;
}
#footer li a:hover,
#footer li a:active {
	color: #E3EEF5;
}