body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: rgb(216,187,148);
	background-image: url(images/stripeBG.jpg);
	background-repeat: repeat;
	
	}


.dropcap {
	font: 36px bold black;
	vertical-align: baseline;
	
	}

	
a {
	color: black;
	}
	

a:visited {
	color: black;
	}
	

a:hover {
	color: red;
		}

/*   main content header */
h1 {
	font-weight: bold;
	font-size: 24px;
	font-variant: small-caps;
	font-style: italic;
	text-align: center;
	
}

/*   h for use in lists  */
h2 {
	display:inline;
	font-weight: bold;
	font-size: 16px;
	}

/*   h for use NOT in lists */
h3 {
	display:inline;
	font-weight: bold;
	font-size: 16px;
	padding: 0 50px;
	}
	

#mainwrapper {
	position: relative;
	width: 99%;
	
}


/*   main div .... black with gold trim */
#maindiv {

	position: relative;
	background: black;
	border: 1px rgb(216,187,148) solid;
	padding: 5px;
	width: 755px;
	height: 615px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 25px;
	
	}

	
#top {
	
	position: absolute;
	top: 3px;
	left: 3px;
	background: rgb(0,0,0) url(images/TopGraphic3blacknew.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	border: 0;
	padding: 0;
	width: 750px;
	height: 150px;
	
	}

	
#address {

	position: absolute;
	text-align: left;
	top: 37px;
	left: 20px;
	z-index: 4;
	color: rgb(216,187,148);	 
	font-size: 12px;
	width: 175px;
	height: 60px;
	margin: 0;
	padding: 0;

	}

	
/*   begin coding for menu */
		
#menu {
	position: absolute;
	
	top: 225px;
	left: 20px;
	font: 12px bold italic;
	width: 135px;
	height: 250px;
	overflow: visible;
	
	font-style: italic;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	
	z-index: 4;
		
	}
	
	
#menu ul {
	
	position: absolute;
	left: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
			
	}
	
	
#menu ul li {

	margin: 0;
	padding: 0;
	
	}
	
	
#menu ul li a {
	
	display: block;
	background: black;
	color: rgb(216,187,148);
	width: 112px;
	height: 25px;
	font-style: italic;
	font-variant: small-caps;
	text-decoration: none;
	border: 1px solid rgb(61,61,61);
	text-align: left;
		
	margin: 3px;
	padding: 5px 0 0 8px;
	
	}
	
	
#menu ul li a:visited {

	color: rgb(216,187,148);
	}
	
	
#menu ul li a:hover {

	background: black;
	background: url(images/hoverbg.jpg);
	border: 1px solid rgb(0,0,0);
	color: white;
	
	}
	
/*   end coding for menu */

/*   gold  container of main content area...used to keep bg picture stationary */
	
#framediv {
	position: absolute;
	top: 165px;
	left: 140px;
	width: 590px;
	height: 410px;
	background: rgb(216,187,148) url('images/Jerpicasabg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	border:2px ridge rgb(61,61,61); 
	z-index:2;


	margin:0;
	padding:5px;
	
	}
	

/*   content area */

#framedivcontent {
	
	width: 100%;
	height: 100%;
	z-index:3;
	color:black;
	text-align:justify;
	font-size:16px;
	overflow:auto;
	margin:0;
	padding:0;
	
	}


#framediv p {
	padding: 0px 50px 0 50px;
		
	}

#framediv p.tight {
	margin:10px;
	}


#framediv ul {
	list-style-image: url(images/arrowbullet.jpg);
	padding: 0 10px 0 70px;
	margin: 0;
	}
	
#framediv ul li {

	line-height: 18px;
		
	}

/*   end content */


#copyright {

	position: absolute;
	left: 280px;
	top: 600px;
	font-size: 10px;
	
	}

.lefttext {
	text-align: left;
	}

.centertext {
	text-align: center;
	float: left;
	}