@charset "UTF-8";
body {
	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: 100%;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/blue2.jpg);
}
.oneColFixCtrHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	height: 90px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 230px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	height: 920px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.leftandcentercolumn {
	float: left;
	height: 100%;
	width: 285px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AAAAAA;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	padding-right: 20px;
}
.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
	width: 980px;
	padding-top: 0px;
	background-color: #CCFF00;
	float: left;
}
.oneColFixCtrHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
}
.navigation {
	background-color: #0066CC;
	height: 30px;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
}
.fuel {
	float: right;
	height: 80px;
	width: 700px;
	padding-top: 0px;
}
.galeria {
	background-color: #EEEEEE;
	height: 250px;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.scroll {
	background-color: #CCFF00;
	height: 22px;
	width: 980px;
	clear: both;
	padding-top: 0px;
}
.rightcolumn {
	float: left;
	height: 100%;
	width: 282px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	padding-right: 20px;
}
.Content {
	height: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
