@charset "UTF-8";
body  {
	background: #666666;
	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: 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;
	background-color: #FFFFFF;
	background-image: url(../images/cherryblossomtreebackground.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #header {
	background: #ffffff;  /* 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. */
	background-color: #999999;
	height: 120px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 30px;
	clip: rect(auto,auto,auto,auto);
	vertical-align: bottom;
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	background-color: #666666;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 100px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px;
	margin-right: 15px;
	background-color: #666666;
	vertical-align: middle;
	bottom: auto;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
}
.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;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.style3 {color: #F8CFD8}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
.style6 {font-size: 12px}
a:link {
	color: #F8CFD8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8CFD8;
}
a:hover {
	text-decoration: none;
	color: #F8CFD8;
}
a:active {
	text-decoration: none;
	color: #F8CFD8;
}
.style6 {font-size: 12px}
a:link {
	color: #F8CFD8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8CFD8;
}
a:hover {
	text-decoration: none;
	color: #F8CFD8;
}
a:active {
	text-decoration: none;
	color: #F8CFD8;
}
a:active {
	color: #000000;
}
.twoColFixLtHdr #container {
	background-color: #666666;
	width: 900px;
	vertical-align: middle;
	margin-top: 20px;
}

