/***********************************************/
/* about_control.css for 2 columns             */
/* css rules common to many folders            */
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
    float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	font:"Comic Sans MS";
	text-align:justify;
}

#content h2 {
   text-align:center;
}   

#content h3 {
   color:#FF0000;
}

#content img {
   float:left;
   padding-right:2px;
}   

/*   End of factsheet folder definitions now special woggle ones       */

#table.woggle {
   border: 2px solid;
   text-align:justify;
}

.nofloat {
   clear:both;
}   