body {
	background: #9c9186;
	background-image: url('/butler/images/pagebg.gif');
	color: #161616;
	padding:0px;
	margin:0px;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

img { 
	text-decoration: none;
	border-width: 0px;
}

h3 {
	display: block;
	overflow: hidden;
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

blockquote {
	font-size: 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #423d39;
	font-weight: bold;
}

a:hover, a:active { 
	color: #86624e;
}

#container {
	z-index: 1;
	background-image: url('/butler/images/containerbg.gif');
	background-repeat: repeat-y;
	width:750px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:auto;
	padding:0px;
}

#layout {
	z-index: 1;
	background-image: url('/butler/images/containerbg.gif');
	background-repeat: repeat-y;
	width:750px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:auto;
	padding:0px;
}


#header {
	background: #9c9186;
	width:750px;
	padding:0px;
	float:left;
}

#content {
	z-index: 2;
	background: #9c9186;
	background-image: url('/butler/images/containerbg.gif');
	width:750px;
	padding:0px;
	float:left;
}

#contenttext {
	z-index: 3;
	background: #9c9186;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 11px;
	width:360px;
	margin-left: 273px;
	padding:0px;
	float:left;
}


#footer {
	z-index: 4;
	width: 750px;
	margin-top: 20px;
	background-image: url('/butler/images/footer.gif');
	background-repeat: repeat-y;
	float: left;
	color: #161616;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 8px;
	text-align: center;
	line-height: 16px;
}