@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;
	background-image: url(images/005.jpg);
}
.twoColFixLtHdr #container {
	width: 920px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 60px;
	background-color: #ECECEC;
} 
.twoColFixLtHdr #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;

} 
.topnav {
	text-align: right;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 40px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 260px; /* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.images {
	width: 620px;
}

.twoColFixLtHdr #footer {
	padding: 10px 10px 10px 40px;
	height: 20px;
	margin-top: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	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;
}
a:link {
	text-decoration: none;
	color: #525254;
}
a:visited {
	color: #525254;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}



.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.footerText {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.nextTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #525254;
	line-height: 15pt;
	font-size: 16px;
	width: 350px;
}
.captions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #CCCCCC;
	color: #52526B;
	padding-top: 5px;
	padding-right: 5px;
	width: 300px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.thumbs {
	word-spacing: 20px;
}
.sidemenu {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15pt;
	color: #333333;
}
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #525254;
	text-align: left;
	width: 450px;
}
.style2 {color: #333333}
.style5 {color: #000000}





.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	font-size: 18px;
}

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