/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete 
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

#bio_float_left{
	float: left;
	max-width: 30%;
	margin-top: 20px;
}
#bio_float_right{
	float: left;
	padding-left: 20px;
	margin-top: 20px;
}
#bio_float_bottom{
	float: left;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #BBBBBB;
}