@charset "UTF-8";
.thrColFixHdr_home  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/wallpaper-menus.jpg);
	background-repeat: repeat;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr_about  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/wallpaper-about.jpg);
	background-repeat: repeat;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.thrColFixHdr_news  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/wallpaper-contact.jpg);
	background-repeat: repeat;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr_nutrition  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/wallpaper-nutrition.jpg);
	background-repeat: repeat;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.thrColFixHdr_suppliers  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/wallpaper-suppliers.jpg);
	background-repeat: repeat;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.thrColFixHdr_school  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/wallpaper-schools.jpg);
	background-repeat: repeat;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr_primary {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/wallpaper-about.jpg);
	background-repeat: repeat;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 20px;

} 
.container_home {
border: 3px solid #F60;
}
.container_about {
border: 3px solid #ff4c3b;
}
.container_news {
border: 3px solid #02a500;
}
.container_nutrition {
border: 3px solid #ffa900;
}
.container_supliers {
border: 3px solid #784bab;
}
.container_school {
border: 3px solid #aa1500;
}
.container_primary {
border: 3px solid #ff2a3c;
}

#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 272px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFF;
	height: auto;
	min-height:500px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 

 #mainContent p {
	font-size:12px;
	color:#8F8F8F;
}

#mainContent a:link, #mainContent a:visited {
	text-decoration:none;
}

#mainContent ul li {
	font-size:12px;
	color:#666;
	list-style-type:disc;
	font-weight:normal;
}

#logos {
	margin-left:200px;
	margin-right:200px;
	padding-top:15px;
}

#footer {
	font-size:11px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color:#FFF;
} 

.nutritionfooter {
	background-color:#ffa900;
}

.homefooter {
	background-color:#F60;
}

.aboutfooter {
	background-color:#ff4c3b;
}

.newsfooter {
	background-color:#02a500;
}

.suppliersfooter {
	background-color:#784bab;
}

.schoolsfooter {
	background-color:#aa1500;
}
.primaryfooter {
	background-color:#ff2a3c;
}


#footer p {
	color:#FFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
