/* ---------- CSS Created by Bean Creative Funktional Web Design ---------------*/
/* ----------                  http://www.beancreative.com                   -------------*/
  

#pbsglobalnav {   /* -----  this is used for pbs sites to hold the global nav bar at the top --------- */
	display:none;
}

html {
	background:#ccc;
}

body {
	margin:0;
	padding:0;
}

#header {
	background:#999;
}

#nav {
	display:none;
}

#contentWrapper {
	overflow:hidden; /* Makes this container wrap around the floated elements */
}

#leftColumn {
	display:none;
}

#mainColumn {
}

#footer {
	background:#999;
}














/* MISCELLANEOUS LAYOUT CLASSES */

.floatright {float:right; margin:0 0 10px 20px;}

.floatleft {float:left;	margin:0 20px 10px 0;}	

.alignbottom {vertical-align:bottom;}



