

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(../../images/teen/backgroundwhite.jpg);
}
#navBar{
	display: none;	
}
#headersearch {
	display: none;
}
#masthead {
	display: none;
}
#divider {
	height: 20px;
	margin-top:5px;
	margin-bottom:0xp;
	padding: 0px;
	background-color: #FFF;
}
#topmenu {
	display: none;
}

#center {
	float:right;
	width:100%;
	background-color:#ffffff;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	clear: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	
}

#bottomdivider {
	display: none;
}

.footersection {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-weight:bold;
	background-color: #FFF;
}

