﻿/* styles for the base master-page */

#layoutHeader
{
	clear: both;
	float: left;
	width: 100%;
}

#layoutFooter
{
  font-size: 0.9em;
	clear: both;
	float: left;
	width: 100%;
}

/* column container */
.layout_colmask 
{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.layout_colright, .layout_colmid, .layout_colleft
{
	float:left;
	width:100%;
	position:relative;
}
