@charset "UTF-8";
body  {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #E3E3E3;
	color: #FFFFFF;
	padding-left: 15;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	background-image: url(images/header.jpg);
	height: 26px;
	width: 230px;
	background-repeat: no-repeat;
	padding-left: 570px;
	padding-top: 98px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 249px;
	background-image: url(images/sidebar.jpg);
	margin: 0px;
	padding: 0px;
	height: 442px;
}
.twoColFixRtHdr #mainContent {
	background-color: #424241;
	float: left;
	width: 551px;
	margin: 0px;
	padding: 0px;
	height: 442px;
} 
.twoColFixRtHdr #footer {
	background-image: url(images/footer.jpg);
	height: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 20px;
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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-right: 260px;
}
.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;
}
.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
.gallerytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-left: 15px;
}
.gallerytextbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-left: 15px;
}
.gallerytextbullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
}
.currenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AE7128;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 20px;
}
.thumb {
	margin-right: 30px;
	width: 59px;
}
#thumb_container {
	text-align: center;
	padding-top: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: lighter;
	padding-left: 15px;
	padding-top: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:visited {
}
a:hover {
	color: #BE7B2C;
}
A.linkgallery:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: lighter;
}
A.linkgallery:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BE7B2C;
	font-weight: lighter;
}
A.linkgallery:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: lighter;
}
A.linkgallery:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BE7B2C;
	font-weight: lighter;
}
A.linkemail:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
A.linkemail:hover {
	color: #BE7B2C;
}
A.linkemail:visited {
	color: #333333;
}
A.linkemail2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
A.linkemail2:hover {
	color: #424241;
}
A.linkemail2:visited {
}

