@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
    background-color: #FFE8D4;	
}


.twoColElsLt #container {
	width:95%;
	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. */
    background-color: #FFE8D4;	
}
.twoColElsLt #header {
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFE8D4;
	margin-top:10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 20px;
}

.twoColElsLt #sidebar1 {
	float: left;
	width: 15em;
	background-color: #FFE8D4;
	background-image:    url(../_images/fremontia.jpg);
	background-repeat: no-repeat;
	bottom: auto;
	background-position: left bottom;
	background-attachment: fixed;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}
.twoColElsLt #mainContent {
	background-color: #FFE8D4;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a img {
	border:none;
}

a:link {
	color: #006;
}
a:visited {
	color: #C36;
}
a:hover {
	color: #09C;
}
