body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  height: 100%;
  background-image: url(../images/background.jpg);
  background-position: bottom;
  
}

td#left {
	height: 100%;
	background-image: url(../images/left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
}

td#right {
	background-image: url(../images/right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

td#body {
	position: relative;
	width: 915px;
	border: 0px solid blue;
	background-color: #F5E8CE;
}

table#container {
	position: relative;
}

table#body {
	position: relative;
	
}

div#top {
	position: relative;
	width: 100%;
	height: 47px;
	top: 0px;
	background-image: url(../images/top.jpg);
}

div#banner {
	position: relative;

}

h1, h2, h3, h4, h5, h6 {
	color: #4A2917;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

p {
	color: #4A2917;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

p#copy {
	position: relative;
	t/op: -180px;
	display: inline;
}

a:link, a:visited {text-decoration:underline; color:#AF8B78;}
a:active, a:hover {text-decoration:underline; color:#4A2917;}

ul {
	list-style: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 20px 30px;
}

li {
	color: #4A2917;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}



div#pagecopy {
	position: relative;
	pa/dding-left: 30px;
	p/adding-right: 60px;
	padding-top: 0px;
	top: -80px;
	left: 40px;
	
	t/op: 518px;
	l/eft: 244px;
	
	width: 600px;
	min-height: 500px;
	border:  0px solid red;
	
}



p.footer {
	position: relative;
	bottom: 0px;
	font-size: 8pt;
	color: #AF8B78;

}

.footer a:link, .footer a:visited {font-weight: normal; text-decoration:none; color:#AF8B78;}
.footer a:active, .footer a:hover {font-weight: normal; text-decoration:underline; color:#AF8B78;}


/*
td#menu {
	position: relative;
	width: 244px;
	height: 326px;
	top: 0px;
	background-image: url(../images/menu.gif);
	float: left;
}

div#content {
	position: relative;
	width: 651px;
	height: 326px;
	b/ackground-image: url(../images/content.gif);
	float: right;
	o/verflow: hidden;
	z-index: 1;
	top: -30px;
}

div#bottom {
	position: relative;
	b/ottom: -342px;
	width: 915px;
	height: 48px;
	background-image: url(../images/bottom.jpg);
}

*/