@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #680c25;
	width: 100%;
}
.class2 A:link {
	color: #872434;
}
.class2 A:visited {
	text-decoration: none;
	color: #5E5E5E;
}
.class2 A:active {
	text-decoration: none;
	color: #800040;
}
.class2 A:hover {
	text-decoration: underline;
	color: #872434;
	font-weight: bold;
	text-align: center;
}

#bottom_pics {
	height: 193px;
}

.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #Fffefc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #680c25;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 240px;
}
#nav {
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFefc;
	background-image: url(images/nav_bkgnd.gif);
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	top: 0px;
	line-height: 30px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 0px;
	height: 67px;
	background-image: url(images/footer_bkgnf.gif);
} 
#main_content {
	background-image: url(images/Main_content_bkgnd.jpg);
	margin-left: 0px;
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 12px;
	height: 825px;
}
#main_content_header {
	height: 40px;
}

#main_content_left {
	float: left;
	width: 310px;
	padding-left: 25px;
	height: 590px;
	text-align: left;
}
#main_content_right {
	float: right;
	width: 350px;
	margin-left: 0px;
	height: 590px;
}
#sub_content {
	float: right;
	height: auto;
	width: 700px;
	padding-left: 25px;
	padding-right: 0px;
	margin-right: 25px;
	text-align: left;
}
#contact {
	padding: 30px;
	float: right;
	margin-left: 0px;
	width: 670px;
}


.twoColFixLtHdr #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-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;
}
#photo_gallery {
	height: auto;
	width: auto;
	padding-left: 30px;
}
.gallery {
	color: #872434;
	padding: 50px;
	height: auto;
	width: auto;
	font-weight: bold;
	text-align: center;
}
.favs {
	padding-left: 15px;
}
#main_content #main_content_left p {
	text-align: left;
}
.twoColFixLtHdr #main_content #main_content_left p .style6 {
	font-weight: bold;
}
#main_content #main_content_left p .style6 {
	font-weight: normal;
}
