/* */body {	background: #FFF url('images/bodyBkg.jpg') repeat-x;	margin: 0px;}#container {	width: 800px;	position: relativel	top: 0px;	left: 0px;}#pageTop {	position: relative;	width: 800px;	height: 150px;	top: 0px;	left: 0px;	background: url('images/lifeGuardianLogo.jpg') no-repeat;	z-index: 1;}#nav {	position: absolute;	top: 0px;	left: 200px;	height: 35px;	width: 600px;	z-index: 2;}

/* -------- PAGE BODY ----- */#pageBody {	width: 800px;	top: 151px;	left: 0px;	background: url('images/pageBodyBkg2.gif') repeat-y;}
#pageBodyHome {
	width: 800px;	top: 151px;	left: 0px;	background: url('images/pageBodyBkg.gif') repeat-y;
}
/* -------- FORM / FORMHOME ----- */#form {	float: left;	width: 300px;	background: url('images/formBkg.gif') repeat-x;}

#formHome {	float: left;	width: 200px;
}
#sidePicContainer {
	margin: 5px;
}
#sidePic {
	border: 2px solid #FFF;
}

/* -------- TEXT / TEXTHOME ----- */

#textContainer {
	margin: 0 0 0 10px;
}#text {	float: right;	width: 499px;
	background: #FFF;
	border-left: 1px solid #D6CEBE;
}

#textHome {	float: right;	width: 599px;
	background: #FFF;
	border-left: 0px solid #D6CEBE;
}#textHome .form {
	background: #000066 url('images/formBkg.gif') repeat-x;
	margin: 0px;	
}
#textHome .form th{
	font-size: 12px;
	color: #FFF;	
	text-align: right;
}

/* -------- THANK YOU  ----- */
#thankYouContainer {
	width: 589px;
	height: 300px;
	margin: 0px;
}
#thankYou {
	width: 300px;
	border: 1px solid #000;
	background: #9F1C1C url('images/formBkg.gif') repeat-x;
	margin: 0px auto;
	text-align: left;
	margin-top: 50px;
	padding: 15px;
}
*html #thankYouContainer {
	text-align: center
}

/* -------- FOOTER  ----- */#footer {	width: 100%;	height: 100px;	background: #FFF;	border-top: 1px solid #D6CEBE;}#footerText {	margin: 10px;	width 100%;}
#copyright {
	float: left;
	border-right: 1px solid #D6CEBE;
	height: 80px;
	width: 290px;	
}
#additionalInfo {
	float: left;
	border-right: 1px solid #D6CEBE;
	height: 80px;
	width: 245;
	margin: 0 5px 0 5px;
}
#bottNav {
	float: left;
	height: 80px;
	width: 245;
	margin: 0 5px 0 5px;
}
.clear {	clear: both;}