body {
	background-color: #BB1A46;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 15px;
}
#wrapper {
	width: 955px;
	color: #8F2B3D;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 20px 0 20px 0;
	background: #ffffff url(images/m-bkg.gif) no-repeat;
	}
	
/* HEADER */
#header {
	width: 884px;
	height: 80px;
	background: url(images/mulberry-header.gif) no-repeat;
	margin-left: 40px;
	}
#telno {
	position: relative;
	top: 16px;
	font-size: 0.9em;
	letter-spacing: 1px;
	}
#subhead {
	text-align: right;
	margin-top: 24px;
	margin-right: 10px;
	letter-spacing: 1px;
}
#subhead h1{
	font-size: 1em;
}

/* NAVIGATION */
#navigation {
	width: 320px;
	float: left;
	margin-bottom: 20px;
	padding-left: 10px;
	}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	}
#navigation li a:link, #navigation li a:visited {
	display: block;
	color: #8F2B3D;
	padding-left: 30px;
	text-decoration: none;
}
#navigation li a:hover{
	color: #8F2B3D;
	background:url(images/navigation-arrow.gif) left 4px no-repeat;
	text-decoration: none;
}
#navigation li {
	margin-bottom: 10px;
} 

	
/* CONTENT */
#content {
	width: 550px;
	float: right;
	margin-right: 40px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.3em;
	text-transform: lowercase;
	}
h1, h2, h3, h4 {
	font-weight: normal;
}
#content h1 {
	font-size: 1.6em;
	letter-spacing: 1px;
}
#content h2 {
	font-size: 1.2em;
}

#content a.link{
	color: #8F2B3D;
}

/* FOOTER */
#footer {
	clear: both;
	width: 876px;
	margin: 0 auto;
	background:url(images/footer-rule.gif) repeat-x top right;
	padding-top: 6px;
	font-size: 16px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}

/* BYLINE */

#byline {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 1px;

}
#byline a {
	color: #FFFFFF;
	text-decoration: none;
}

.pic {
	width: 152px;
	height: 185px;
	background:url(images/pic-emblem-house.png) no-repeat !important;
	background:url(images/pic-emblem-house.gif) no-repeat;
}

.constuction-block {
	clear: both; 
	height: 110px; 
	margin-top: 10px; 
	padding-bottom: 10px;
}
.constuction-block h1 {
	padding-top: 10px;
}
.constuction-block a, .constuction-block a:link, .constuction-block a:visited {
	display: block;
	min-height: 110px;
	color: #8F2B3D;
	text-decoration: none;
}
.constuction-block a:hover{
	display: block;
	color: #FFFFFF;
	background-color: #BB1D46;
}

hr {
	color: #BB1A46;
	background-color: #BB1A46;
	height: 1px;
}
p {
	text-align: justify;
}
