@charset "utf-8";
body  {
	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 */
	color: #000000;
	background-color: #666666;
}
hr {
	width: 100%;
	height: 2px;
	color: #660000;
	margin: 0 0 15px 0;
}


p {
	font-family: "Times New Roman", Times, serif;
	color: #532900;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5E2F00;
	padding-top: 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #643200;
}


.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none blue;
	text-align: left;
	background-color: #ffffdf;
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	background: rgb(210,180,140);
	padding: 15px 15px 15px 15px;
	height: 100px;
} 
.twoColFixLtHdr #container #header #marquee {
	width: 240px;
	height: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
	background-color: #ffffdf;
	text-align: center;
	float: right;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #5A8DBC;
	border-right-color: #0033CC;
	border-bottom-color: #0033CC;
	border-left-color: #5A8DBC;
	overflow: hidden;
}
.twoColFixLtHdr #container #links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #660000;
	text-align: center;
	width: 900px;
	height: auto;
	clear: left;
	padding: 8px 0px;
	word-spacing: 0pt;
}
.twoColFixLtHdr #sidebar1 {
	width: 200px;
	background-color: rgb(210,180,140);
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	float: left;
	padding: 20px;
}

.twoColFixLtHdr #container #sidebar1 img {
	padding: 0 0 3px 0;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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: 20px 20px;
	font-family: "Courier New", Courier, monospace;
} 
.twoColFixLtHdr #container #mainContent #firstp {
	font-size: 30pt;
	line-height: .8;
	float: left;
	color: #333333;
}

.twoColFixLtHdr #container #mainContent #mainmovie {
	float: right;
	width: 320px;
	height: 280px;
	margin: 10px 0px 20px 20px;
}

.twoColFixLtHdr #container #mainContent #mainmovie #movie1 {
	height: 256px;
	width: 320px;
}
.twoColFixLtHdr  #container  #mainContent  #jpeg1 {
	float: right;
	width: 300px;
	height: 250px;
	padding: 10px 0 55px 20px;
}
.imageright {
	float: right;
	height: 250px;
	width: 250px;
	padding: 5px 0 55px 20px;
}
.imageleft {
	float: left;
	height: 250px;
	width: 250px;
	padding: 5px 20px 55px 0;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: center;
	padding-top: 5px;
}



.twoColFixLtHdr #container #mainContent #mainbaselink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
}
.twoColFixLtHdr #footer {
	background-color: #660000;
	float: left;
	width: 900px;
	padding: 8px 0px 8px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
} 







.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. */
	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;
}

