body {
	background-color: #FFE2FF;
	color: black;
	margin: 0;
	padding: 0;
	font: .9em Arial, Helvetica, sans-serif;
 margin-top: 20px;
}
#container {
	width: 780px;
	margin: auto;
	background-color: #F5D2EA;
}
#container .skip {display: none;}
#header {
	background: #F5D2EA url(../images/header_bg_logo.jpg) right 0px no-repeat;
	position: relative;
	height: 167px;
	padding: 0px 0 0 0;
}
#header h1 {
	margin: 0;
	text-indent: -999em;
	background: url(../images/header_bg_image.jpg);
	height: 266px;
	width: 234px;
	position: absolute;
}
#content {
	float: left;
	padding: 5px 10px 0 20px;
	margin-bottom: -15px;
}
#content #section1 {
	float: left;
	width: 210px;
	margin-top: 110px;
}
#content #section2 {
 margin-left: 230px;
 z-index: 1;
}
#section2 H2 {
 color: #C491CA;
 margin: 0;
 padding: 40px 0 0 0;
 font-family: "Times New Roman", Times, serif;
 font-style: italic;
 font-size: 190%;
}
#section2 H3 {
 color: #C491CA;
 margin: 10px 0 -20px 0;
 font-family: "Times New Roman", Times, serif;
 font-style: italic;
 font-size: 150%;
}
#section2 HR {
color: #c491ca;
background-color: #c491ca;
border-color: #c491ca;
}
#footer {
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat;
	padding: 55px 0 10px 0;
	text-align: right;
	font-size: .8em;
	color: #666;
}