body {
	margin:0 auto;
	padding:0;
	font-size: .8em;
	color: #7E6355;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F4D6AF;
}

html, p {
	margin:0 auto;
	padding:0;
}

#shell {
	align: center;
}

/* Header */
#top {
	width: 62.5em;
	background-color: #FFFFFF;
	background-image: url(images/back1.gif);
	background-repeat: repeat-y;
}

#header {
	width: 60.9em;
	height: 11em;
	background: url(images/compass.gif) no-repeat right top;
}

#logo {
	float: left;
	background: url(images/logo-norcal.gif) no-repeat left top;
	width: 23em;
	height: 11em;
}

#addr {
	float: left;
	text-align: left;
	width: 16em;
	margin-left: 43em;
	margin-top: 3em;
	line-height: 1.2em;
}

/* Links */
#linkbar {
	text-align: center;
	background-color: #7E6355;
	padding: 10px 0;
	vertical-align: middle;
}

#linkbar a {
	padding: 10px 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#linkbar a:hover {
	color: #7E6355;
	background: #F4D6AF;
}

/* Body */
#center {
	width: 62.5em;
	background-image: url(images/back2.gif);
	background-repeat: repeat-y;
}

#colleft {
	float: left;
	text-align: left;
	width: 43em;
	background-image: url(images/swirl.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#content {
	line-height: 1.4em;
	padding: 1em 1em 1em 2em;
}

#content a {
	color: #7E6355;
}

#content a:hover {
	font-style: italic;
}

#colright {
	float: left;
	text-align: center;
	width: 19em;
}

#sidebar {
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 1em 2em 1em 1em;
}

.sidehead {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #7E6355;
}

.title {
	font-weight: bold;
	float: left;
}

.price {
	font-size: .9em;
	text-align: right;
}

/* Footer */
#base {
	width: 62.5em;
	background-image: url(images/back1.gif);
	background-repeat: repeat-y;
}

.baseline {
	width: 60.9em;
	border-top: thick solid #7E6355;
}

.addrbase {
	text-align: left;
	padding: 0px 20px 10px 20px;
	color: #7E6355;
	margin: 0 auto;
}