#header {
	padding: 0;
	margin: 0 auto;
	height: 109px;
	width: 775px;
	background-image: url(../../_images/bg_header.gif);
	position: relative;
}

#Footer {
	background-color: #605646;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 14px auto;
	width: 100%;
}

.footer {
	background-color: #605646;
	padding: 12px;
	
	width: 775px;

}

#theContent {
	margin: 14px 0 0 0;
}

#logo {
	width: 180px;
	height: 72px;
	position: absolute;
	top: 21px;
	left: 40px;
}

#logo h1 {
	/*text-indent: -9000px;*/
	margin: 0;
	padding: 0;
}

#mainNav {
	position: absolute;
	top: 56px;
	right: 7px;
	list-style-type: none;
}

#mainNav li {
	float: left;
	

}

#mainNav li a {
	padding: 7px;
	display:block;

}

#subNav {
	position: absolute;
	top: 0px;
	right: 0px;
	list-style-type: none;
}

#subNav li {
	float: left;
	
	background-color: #FFF;

}

#subNav li a {
	padding: 12px;
	display:block;
	color: #a91551;
}

#subNav li a:hover {
	color: #FF3399;
}

img {
	border: 0;
	outline: 0;
}

.whiteBg {
	background-color: #fff;
	}

.marrsBg {
	background-position: 282px 328px;
	background-repeat: no-repeat;
	background-image: url(../../_images/blindimages_r4_c2.jpg);
}

.marrsBgBtm {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(../../_images/marrs_bg_2.jpg);
}

.marrsBgBtm2 {
	background-position: 420px right;
	background-repeat: no-repeat;
	background-image: url(../../_images/marrs_bg_2.jpg);
}

.ladyBg {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(../../_images/lady_bg.gif);
}

.faqLink {
	background-color: #a91551;
	padding: 12px;
	
}

.faqLink a {
	
}

.faqLink a:hover {
	
}

#theContent h2 {
	color: #a91551;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 16px;
}

