@charset "utf-8";
/* CSS Document */


body {
	font: 90%/1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #666666;
}
#container {
	width: 984px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}
#menu {
}
#title {
	height: 76px;
}
#feature {
	background: url(images/food_ruler_feature.jpg) no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 218px;
}
#title 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 */
}
#sectionHeader {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2BCC6;
	border-right-color: #B2BCC6;
	border-bottom-color: #B2BCC6;
	border-left-color: #B2BCC6;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 22px;
	padding-left: 22px;
}
.column {
	width:400px;
	padding:20px;
	float:left;
	text-align:justify;
}
#footer {
	padding: 0 10px;
	clear: both;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B2BCC6;
	border-bottom-color: #B2BCC6;
	font-size: 80%;
	font-weight: bold;
}
#footer p {
	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 */
}
#footerLeft {
	float: left;
	padding-left: 10px;
}
#footerRight {
	float: right;
	color: #00CCFF;
	padding-right: 10px;
}
#footerRight a:link,a:hover,a:visited {
	color: #00CCFF;
	text-decoration: none;

}
#copyright {
	text-align: center;
	float: left;
	width: 984px;
	font-size: 80%;
	color: #999999;
	padding: 10px;
}
h1 {
	text-align: left;
	font-size: 170%;
	font-weight: normal;
	color: #44D0F6;
}
h2 {
}
h3 {
}

