@charset "UTF-8";
body  {
	margin: 0;
	text-align: left; /* 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: Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-size: 100%;
	background-color: #F0E9DB;
	background-image: url(../images_global/laidivry.jpg);
}
.twoColFixLtHdr #container {
	width: 875px; /* this overrides the text-align: center on the body element. */
	background-color: #F4E7C8;
	margin-top: 20;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
} 
.twoColFixLtHdr #container p {
	margin-top: 0px;
}
.twoColFixLtHdr #header {
	margin-bottom: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
	padding-top: 20px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 124px;
	background-color: #EAD9B9;
	font-size: 90%;
	font-family: Futura, LiGothicMed, Arial, Helvetica;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 120px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent {
	line-height: 115%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 175px;
	padding-right: 20px;
} 
.twoColFixLtHdr #footer {
	background-color: #f4e5c8;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: 175px;
	border-top-width: 2px;
	border-top-style: solid;
	margin-right: 20px;
	border-top-color: #794500;
} 
.twoColFixLtHdr #footer h4 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Futura, LiGothicMed, Arial, Helvetica;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	word-spacing: 10px;
	text-transform: uppercase;
	color: #120080;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
a:link {
	color: #0D069C;
}
a:visited {
	color: #5C1F00;
}
a:hover {
	color: #980000;
}
