/* CSS: Geobop/2B/css/DW/H2.css */
/* The body tag on the associated page was originally class="twoColHybRtHdr"
Put IE Hack on Geobop/2B/inc/Parts/Head/CSSHead.php */

body  { margin: 0; padding: 0; background: #666; color: #000; font: 100% Verdana, Arial, Helvetica, sans-serif; text-align: center; }

#container { width: 80%; margin: 0 auto; text-align: left; }

.header { padding: 0 10px; background: #ddd; text-align: center; }
.header h1 { margin: 0; padding: 10px 0; }

#sidebar1 {	width: 10em; padding: 15px 0; text-align: center; float: right; }
#sidebar1 h3, #sidebar1 p {	margin-left: 10px; margin-right: 10px; }

/* Caused problems on Geobop's Home Page: #mainContent { margin: 0 0 0 10px; padding: 0 50px; } */
#footer { padding: 0; background:#ddd; }

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left; margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both; height:0; font-size: 1px; line-height: 0px; }

