div#Main { position: relative; margin: 0 auto; width: 860px; padding: 0; border: 0; background: #FFF url(/media/site_img/bg.jpg) repeat-x top center;  }

div#Header {
	height: 181px; 
	background-repeat: no-repeat; 
	background-position: top center;
	background-image: url(/media/site_img/header_parents.jpg); 
	}
	
/* CONTAINER OF SIDE BAR AND THE CONTENT */
div#Body { text-align: left; padding: 0 20px 0 20px; }

/* SIDE BAR (LEFT) */
div#Sidebar { width: 170px; }	

/* CONTENT (RIGHT) */		
div#Content { float: right; width: 630px; text-align: left; padding-top: 10px; }
	
	#Featured_Areas h6 { margin: 0px 0 0 0; padding: 3px; background-color: #666666; color: #FFF; font-size: 10px; font-weight: bold; border: 1px solid #FFF; }
	#Featured_Areas { background-color: #F0F0F0; }
	#Featured_Areas ul { margin: 0; padding: 0; }
	#Featured_Areas li { list-style: none; font-size: 10px; margin: 0; padding: 3px 0 3px 6px; border: 1px solid #FFF;}
	#Featured_Areas li img { padding-right: 5px; }
	#Featured_Areas li a { text-decoration: none; }
	#Featured_Areas li a:hover { text-decoration: underline; }
	
	#BreadCrumbs { color: #FFF; }
