@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
img { behavior: url(iepngfix.htc);border:0; }
h1 {
	margin-bottom: 15px;
	font-size: 18px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 141px;
	position: relative;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 141px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px;
} 
.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;
}
.oneColFixCtr #container {
	width: 790px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.main {
	padding-top: 49px;
	padding-left:36px;
	padding-right:36px;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #7C5830;
}
.footer {
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 5px;
	color:black;
}
a:visited, a:link {
	color: #CF8D43;
	text-decoration: underline;
}
a:hover {
	color: #E5EEF3;
	text-decoration: underline;
}
.alignright {
	z-index: 1;
	position: relative;
	float: right;
	width: 200;
}
.galleryOff {
	width: 47px;
	border: 1px solid #CCCCCC;
}
.galleryOn {
	width: 47px;
	border: 1px solid #990000;
}
