@charset "utf-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #855336;
	background-image:url(images/bkgd_brownLite_03.jpg);
	background-repeat: repeat;
	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: #000000;*/
}
a:link {color: #690C1C;}
a:visited {color: #690C1C;}
a:hover {color: #a31a10;}
a:active {color: #690C1C;}

h1 {
font: "Times New Roman", Times, serif;
font-size:20px;
margin: 0px;
padding: 0px;
}
h2 {
font: "Times New Roman", Times, serif;
font-size:16px;
margin: 0px;
padding: 0px;
}

.gallerific_km #LgContainer {
	background: #855336;
	background-image:url(images/photo_bkgd.jpg);
	background-repeat:repeat-y;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background:#ddd;*/
	margin: 0 auto; /* 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. */
}
.gallerific_km #container {  /*REMOVED WIDTH TRY THIS --km*/
	/*width: 860px;*/  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background:#ddd;*/
	background: #ffffff;  /*added - km*/
	margin-top: 30px;
	margin-right: 50px; /*added - km*/
	margin-left: 50px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.gallerific_km #phototop {
	background: #CC9B70; 
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 151px;
}

.gallerific_km #menuholderLeft {
	/*background: #DDDDDD;*/
	/*background-image: url(p7tbm/img/tomato_bevel.gif);*/
	/*background-repeat: repeat-x;*/
	/*background-position: left bottom;*/
	/*ackground-image:url(images/menu_l.jpg);*/
	background-repeat:repeat-y;
	/*border-right: 1px solid #ECE9D8;*/
	border-top: 0;
	/*border-top: 1px solid #fff;*/
	padding: 0 0 15px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 29px;
	height: 30px;
}
.gallerific_km #menuholder {
	/*background: #DDDDDD;*/
	background-image: url(p7tbm/img/tomato_bevel.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #692f1e;
	/*border-right: 1px solid #ECE9D8;*/
	/*border-top: 1px solid #fff;*/
	padding: 0 0 15px 120px;
	/*margin-right: 29px;*/
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 775px;
	height: 31px;
}
.gallerific_km #menuholderRight {
	/*background: #DDDDDD;*/
	/*background-image: url(p7tbm/img/tomato_bevel.gif);*/
	/*background-repeat: repeat-x;*/
	/*background-position: left bottom;*/
	/*position: absolute;*/
	background-image:url(images/menu_r.jpg);
	background-repeat:repeat-y;
	/*border-right: 1px solid #ECE9D8;*/
	/*border-top: 1px solid #fff;*/
	padding: 0 0 15px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 799px;*/
	float: right;
	width: 26px;
	height: 30px;
}
.gallerific_km #leftEdge {
	position:absolute;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	background:#996666;
	float:left;
	width:26px;
}



.gallerific_km #rightEdge {
	/*position:absolute;*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	background:#996666;
	margin-left: 840px;
	/*float:right;*/
	/*float:left;*/
	width:26px;
}
.gallerific_km #footer {
	padding: 10px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/paper_bkgd3.jpg);
	background-repeat:repeat-y;
	border-top: 1px dotted #666;
}
.gallerific_km #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 */
	font:	9px/.8 Verdana, Arial, Helvetica, sans-serif;
	/*color: #5f2d1d;*/
	color: #5f2d1d;
}

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