@charset "UTF-8";
body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFC;
	margin: 0;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	text-align: left;
	margin: auto;
	height: 1200px;
	position: relative;
} 
.twoColFixRtHdr #header {
	color: #000;
	background-color: #FF9;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	background-image: url(images08/sunset_greyt.JPG);
	height: 160px;
	position: relative;
} 
.twoColFixRtHdr #header h1 {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	text-align: left;
	padding-right: 0;
	padding-left: 0;
	margin-left: 10;
	width: 800px;
	position: relative;
}
.twoColFixRtHdr #sidebar1 {
	color: #000;
	background-color: #FF9;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	background-image: url(images08/Sidebar_yellow.jpg);
	position: relative;
	padding: 10px;
	float: right;
	width: 200px;
}
.twoColFixRtHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 230px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	background-color: #FFF;
	text-decoration: none;
	color: #000;
	font-size: 100%;
} 
.twoColFixRtHdr #footer {
	background:#FF9;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 20px;
	height: 100px;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent blockquote blockquote p {
	line-height: 10px;
}
