/* structural styles */
body {
	margin: 0px;
	padding:0px;
	text-align: center;
}

/* centering code */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: 0px 155px;
}

/* header */
#header {
	width: 960px;
	height: 282px;
	background-image: url(../images/header_background.png);
	background-repeat: repeat-x;
	position: relative;
}

#header .lifetraits-logo {
	position: absolute;
	right: 0px;
	top: 0px;
}

/* staff portraits in header */

#header .staff-portrait {
	position: absolute;
	right: 0px;
	top: 30px;
}

/* body content area */
#content {
	margin-left: 148px;
	width: 812px;
	position: relative;
	min-height: 340px;
}

/* footer buttons on some pages */
#footer {
	clear: both;
}

#footer-button-set {
	width: 960px;
	height: 81px;
	margin-top: 1em;
	position: relative;
}
#footer-button-set .left-slot {
	position: absolute;
	left: 0px;
	top:0px;
}
#footer-button-set .center-slot {
	position: absolute;
	left: 340px;
	top:0px;
}
#footer-button-set .right-slot {
	position: absolute;
	right: 0px;
	top:0px;
}

/* footer circle/quote */
#footer-arc {
	float: right;
	margin-bottom: 1em;
}

/* footer yellow box on some pages */
.yellow-box {
	width: 365px;
	height: 126px;
	background-image: url(../images/yellow_box.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #187965;
	font-size: 20px;
	float: left;
	margin-top: 40px;
}

.yellow-box p {
	margin: 0px;
	padding: 15px;
	padding-top: 25px;
}

/* demographics page styles */
#demographics-dot-quote {
	position: absolute;
	top: 36px;
	left: 530px;
}
#demographics-bar-quote {
	position: absolute;
	top: 264px;
	right: 0px;
}

