 /* 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;*/		height: 98px;		background: url(../images/logosmallfile.png) 0 0 no-repeat;		/*background-position: center center;		padding-bottom: 1em;		padding-top: 2px;*/}#header h1{		text-align: center;		font-size: 2.25em;}#header h2{		text-align: center;		font-size: 1.75em;}#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:-225px; /* 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;}#AEIS {	border: Solid}#AYP {	border: Solid}#n2007 {	height: 120px;	overflow: auto;	margin-bottom: 2em}#n2009 {	height: 120px;	overflow: auto;}#n2008 {	height: 120px;	overflow: auto;	margin-bottom: 2em} #content { 	width:auto; 	margin-left:150px; 	margin-right:225px;	padding-top: 2em; 	}	#content h2 {	line-height: 2.5em;}	#content h3 {		color: #000;}#notices2_inner {		height: 506px;}/*#OurBoard {	position: relative;	top: 75em;	left: 250em;	z-index: 2;} */#minutes { 	float:left; 	width:225px; 	}#minutes h5 {	color: #000;	font-style: italic;	font-variant: small-caps;	font-size: 16px;	text-align: center;	color: orange;}#minutes h4 {	color: white;	font-style: italic;	font-variant: small-caps;	font-size: 16px;	text-align: center;}#m2007 {	height: 220px;	overflow: auto;	margin-bottom: 2em}#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 */
