body {
   	background: white;
   	font-size: 10pt;
   	}
   
#nav, #navkids, #breadcrumb  {
   	display: none;
   	}
   
#logo, #logokids {
	position: static;
	height: auto;
	}

#logo, #logokids {
   	margin-bottom: -8px;
   	}
   
#logo img, #logokids img {
   	vertical-align: bottom;
   	}
   	
#master, #content {
	position: static;
	height: auto;
  	width: auto;
   	margin: 0;
   	padding: 0;
  	border: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
   	border-top: 1px solid #666;
   	}
   	
#content {
   	left: 0;
   	padding-top: 1.2em;
   	border-top: 10px solid #F7F4D0;
   	} 
   	
#picture {
	margin-top: 12px;
	width: 475px;
	background-color: #F53F91;
	}
   
a:link, a:visited {
   	color: #520;
   	background: transparent;
   	font-weight: bold;
   	text-decoration: underline;
   	}


