 
body  {
	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: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #container {
	width: 940px;
	text-align: left;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BDD4E1;
	border-bottom-color: #BDD4E1;
	border-left-color: #BDD4E1;
	background-color: #FFFFFF;
	background-image: url(../cont_bg_gallery.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
}
a:visited {
	text-decoration: none;
	color: #175A40;
}
.twoColFixLt #left {
	float: left; /* since this element is floated, a width must be given */
	width: 158px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 168px;
	padding: 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;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
 
