 /* THREE COLUMN LIQUID CENTER LAYOUT */body {font: .8em verdana, arial, sans-serif;}* {margin:0; padding:0;}div#main_wrapper {min-width:760px; max-width:880px;  margin-left:auto; margin-right:auto;} /* centers layout when > max width */div#header {	width:auto;	}	#header {		/*background: url(http://www.tenahaisd.com/www/tenahaisd/site/hosting/Images/tigerlogo.gif) 0 0 no-repeat;*/		background: url(../images/tigerlogo.gif) 0 0 no-repeat;		height: 98px;		/*background-position: center center;		padding-bottom: 1em;		padding-top: 2px;*/}#header h1{		text-align: center;		font-size: 2em;}#header h2{		text-align: center;}#threecolwrap {  float:left;  width:100%;  background:url(../../../chapter_5/code/images/3_col_faux_art_right.gif) repeat-y right;  }#twocolwrap { 	float:left;	width:100%;	display:inline; /* stops IE doubling  margin on float*/	margin-right:-170px; /* CWS - neg margin move */	background: url(../../../chapter_5/code/images/3_col_faux_art_left.gif) repeat-y left;  } #notices { 	float:left; 	width:160px;	display:inline; /* stops IE doubling  margin on float*/	padding-right: .5em;	padding-bottom: 1.5em; 	}#notices h3, #minutes h3{	text-align: center;	line-height: 1.5em;}#n2008 {	height: 120px;	overflow: auto;	margin-bottom: 2em}#n2009 {	height: 120px;	overflow: auto;} #content { 	width:auto; 	margin-left:150px; 	margin-right:25px;	padding-top: 1em; 	}	#content h2 {	line-height: 2.5em;}	#content h3 {		color: #000;}/*#OurBoard {	position: relative;	top: 75em;	left: 250em;	z-index: 2;} */#minutes { 	float:left; 	width:170px; 	}#m2008 {	height: 120px;	overflow: auto;	margin-bottom: 2em}#m2009 {	height: 120px;	overflow: auto;} #footer { 	width:100%; 	clear:both;  	}/* end of structural styles */ /* inner div margin */#header_inner, #minutes_inner, #content_inner, #nav_inner {	overflow:auto; /* prevents oversize elements from breaking the layout */	}#header_inner {	padding:1em 2em;	}#minutes_inner, #nav_inner {	padding:.5em .5em 1em 1em;	}#content_inner {	padding:0 1em 1em 1.5em;	}#footer_inner {	padding:.5em 5em;	text-align:center;	}/* end inner div margins */