@charset "utf-8";
body {
	background-color : #7F6E44;
	text-align : center;
	margin : 0px auto;
}

body, p, td, th, li {
	font-family : Times, Times New Roman, Serif;
	font-size : 13px;
	color : #7F6E44;
	line-height : 19px;
}

p {
	text-align : justify;
}

h1 {
	display : block;
	position : relative;
	width : 600px;
	font-size : 18px;
	font-family : Times, Times New Roman, Serif;
	font-weight : bold;
	text-align : left;
}

h1 span {
	position : absolute;
	right : 0px;
	bottom : 0px;
}

#Layout {
	background-color : #9C9056;
	text-align : left;
	width : 1050px;
	height : 680px;
	margin : 0px auto;
}

#SideBar {
	width : 329px;
	background-color : #998D53;
	vertical-align : top;
}

#LogoSpace {
	height : 271px;
}

#QuoteSpace {
	font-size : 16px;
	padding : 30px 40px;
	line-height : 28px;
	background-color : #FFFFFF;
}

#QuoteSpace p {
	font-size : 16px;
	line-height : 28px;
	color : #C1B473;
}

p.quoteReference {
	text-align : right;
	font-style : italic;
	margin : 0px 10px 0px 0px;
}

#DesignBuildLinkSpace {
	height : 203px;
}

#MainSpace {
	width : 721px;
	background-color : #FFFFFF;
}

#MainSpace > table:first-child {
	width : 721px;
	height : 680px;
}

#TopBar {
	height : 101px;
	vertical-align : middle;
	text-align : center;
	background-color : #FFFFFF;
	overflow : hidden;
	border-bottom : 11px #7F6E44 solid;
	color : #543D05;
	font-size : 14px;
	font-weight : bold;
}

#TopBar a:link,
#TopBar a:active,
#TopBar a:visited {
	color : #543D05;
	text-decoration : none;
}

#TopBar a:hover {
	color : #978E5A;
	text-decoration : underline;
}

#ContentSpace {
	vertical-align : top;
	padding : 36px 67px 29px 74px;
}

#HeaderImage {
	display : block;
	margin : 0px 0px 30px 0px;
}

#ImageSpace {
	vertical-align : top;
	text-align : center;
	height : 153px;
}

#ImageSpace table {
	margin : 0px auto;
	height : 128px;
}

.imgSpacer {
	width : 12px;
}	

#AddressSpace hr {
	border-width : 0px;
	color : #7F6E44;
	background-color : #7F6E44;
	height : 1px;
	width : 653px;
	margin : 0px auto 8px auto;
}

#AddressSpace {
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	vertical-align : top;
	height : 49px;
	color : #543D05;
}

#AddressSpace a:link,
#AddressSpace a:active,
#AddressSpace a:visited {
	color : #543D05;
	text-decoration : none;
}

#AddressSpace a:hover {
	color : #543D05;
	text-decoration : underline;
}


