@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: center;
}
.twoColFixRtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 528px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.frankfort_h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #403822;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#maintext {
	margin-right: 100px;
	margin-left: 25px;
	margin-top: 10px;
}


.frankfort_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #403822;
}

.twoColFixRtHdr #header {
	padding: 0;  /* 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. */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	margin: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #403822;
}

.twoColFixRtHdr #container #sidebar1 .twoColFixRtHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #2F3225;
	margin-left: 250px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(images/content_blank.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 355px;
	margin: 0px;
	clear: none;
	width: 740px;
}
.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 215px;
	height: 355px;
	float: left;
} 
.twoColFixRtHdr #footer {
	padding: 0;
	clear: none;
	margin: 0px;
	background-image: url(/images/footer.jpg);
} 
.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;
}
.clearfloats {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

