* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #6a5d4f url(../images/pageBuild/pageBgTop.png) repeat-x top center;
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	color: #6a5d4f;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	top: 44px;
	position: relative;
	background: url(../images/pageBuild/pageBG.png) repeat-y;
}
#header {
	height: 120px;
	background: url(../images/pageBuild/headerBG.png) no-repeat top;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
#header h1 {
	height: 100px;
	width: 255px;
	position: relative;
	left: 35px;
	top: 20px;
	font-size: 0.5em;
	margin:0;
	z-index: 50;
}
#header h1 span {
	background: url(../images/pageBuild/accruWealthLogo.png);
	height: 100%;
	width: 100%;
	position: absolute;
}
#header h2 {
	height: 25px;
	width: 170px;
	position: relative;
	left: 200px;
	top: -25px;
	font-size: 0.5em;
	margin:0;
	z-index: 100;
}
#header h2 span {
	background: url(../images/pageBuild/tagline.png);
	height: 100%;
	width: 100%;
	position: absolute;
}
#contentWrapper {
	width: 770px;
	text-align: left;
	padding: 0 15px 50px 15px;
}
#mainContent {
	width: 460px;
	position: relative;
	float: left;
	padding: 200px 35px 0 20px;
	min-height: 300px;
}
#mainContent h1 span {color: #6a5d4f;}
#sidebar1 {
	width: 215px;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 45px;
	position: relative;
	background: url(../images/sidebar/sidebarBg.png) no-repeat left top;
	min-height: 300px;
	float: left;
	display: inline;
}
#sidebar1 h1 {
	color: #c8c3be;
	position: absolute;
	top: -12px;
	right: 30px;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: .95em;
	line-height: 40px;
	text-transform: uppercase;
}
#sidebar1 div.sidebarItem {
	padding-bottom: .5em;
	border-bottom: 1px solid #b4aea7;
	margin-top: .5em;
}
#contentClear {
	clear: both;
}
#footer {
	background: url(../images/pageBuild/footerBg.png) no-repeat bottom;
	min-height: 45px;
	height: 45px;
	width: 750px;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	clear: both;
	color: #6a5d4f;
	font-size: 100%;
	border-top: 1px solid #6A5D4F;
}
#footer a:hover {
	text-decoration: underline;
	color: #712b13;
}
#footer a {
	text-decoration: none;
	color: #6a5d4f;
}
#footer p {
	font-size: 0.65em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 30px;
}
#footer p.floatRight {
	border-left: 1px solid #6A5D4F;
	padding-left: 2em;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.inline {
	display: inline;
}
.clear {
	clear: both;
}
.primaryColor {
	color: #712b13;
}
.secondaryColor {
	color: #6a5d4f;
}
.readMore {text-transform: uppercase; color: #712b13;}
