@charset "utf-8";

#header  {
	background-color: #2E5E62;
	background-image: url(../images/Banner-rs.jpg);
	width: 800px;
	background-repeat: no-repeat;
	height: 212px;
} 

#leftColumn   {
	width: 380px;
	float: left;
	margin-top: 0px;
}

#leftColumn  p {
	line-height: 1.3em;
	padding-left: 30px;
}
#leftColumn ul {
	float: left;
	margin-top: 0px;
}

#leftColumn  li {
	list-style-type: square;
	line-height: 1.5em;
}
#headerImg {
	padding-top: 40px;
	padding-left: 10px;
}
#rightColumn {
	width: 385px;
	padding-right: 15px;
	float: right;
	padding-top: 10px;
}
#rightColumn  p {
	line-height: 1.3em;
}

.yellowText {
	color: #FFFF99;
	font-style: italic;
}


#footer  {
	background-color: #2E5E62;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sleepBrochureImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sleepBrochure {
	padding-left: 140px;
	line-height: 1.25em;
	margin: 0;
	display: block;
	margin-top: -225px;
}



#adobeImage {
	display: block;
	padding-left: 100px;
	margin: auto;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 16px;
	font-style: normal;
	color: #FFFF99;
	padding-top: 10px;
	padding-left: 30px;
	display: block;
	margin: 0px;
	text-transform: uppercase;
	padding-bottom: 0px;
}
