@charset "utf-8";
/* CSS Document */

* {padding:0px; margin:0px;}
/* The Following are STYLES and CLASSES.  Notice they are in the <HEAD> section before the <BODY> */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* Defining and setting the text family here in this style "body" making all text inside the body follow this definition.  Previously it had to be re-set again after each <P>paragraph or in each <TABLE>, which there are none */
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align:justify; /* this centers the container in IE 5* browsers. */
	background-image:url(bg8.jpg);
	background-position:right;
	background-attachment:fixed;
}
p {
word-spacing: Normal;
letter-spacing: 1px;
line-height: 18px;
 }
#container { /* Within this Div lies all elements of the web page.  It is the outer most container besides the <BODY> tag*/
	width: 80%;
	min-width:770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	border-top:1px;
	border-top-color:#eeeeee;
	border-top-style:solid;
}
#header { /* Within this Div lies all elements of the web page.  It is the outer most container besides the <BODY> tag*/
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the header */
	text-align: justify; /* this again centers this portion of the page. */
	background-color:#553333;
}
#mainContent {
	background-image:url(bachground2.gif);
	background-position:top;
	padding-right:35px;
	padding-left:35px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Arial, Helvetica, sans-serif;	 /* the background-position:right was just a design element changing the beginning of where the background image tiles.  No big deal, but if changed would effect the touch up done on the JPGEGs and their shadows. */
}
.cleantext {
	background-image: url(bachground3.gif); /* This inserts the clean background behind a text object (or any other object using it's class).  It is used on this page by being placed in the <p> (paragraph) tags as: class="cleantext" */
}
<!--
#all {
	background-color:#553333;	
	height:100%;
	max-width:92%;
	min-width:772px;
} /*all color=brown */
#ThumbNails {
	width:100%;
	height:84px;
}
#HiddenLayer {
	visibility:hidden;
	position:relative;
	left:47px;
	top:329px;
}
#FullSizeLink {
	visibility:visible;
	padding-left:420px;
}
a:visited {
font-variant:normal;
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
.style2 {
	Font-size:14px;
	font-weight:bold;
	background-color:#553333;
	color: #FFFFFF;
}
.style1 {
	Font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
}
.menubutton {
	padding:2px;
	border:0px;
}
.gallerythumb {
	padding-left:7px;
	padding-right:7px;
}
.seperator {
	padding-top:15px;
	padding-bottom:15px;
}
.contextimage {
	padding-right:10px;
}
.litable {
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(bachground3.gif);
}
.hardindent {
	padding-left:35px;
}
#desLine1 {
	position:relative;
	text-align:justify;	
	top:82px;
	width:758px;
	height:2px;
	z-index:1;
	left:3px;
}

#desLine2 {
	background-color:#553333;
	text-align:justify;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:2px;
	z-index:1;
}

-->