html {height: 101%;}
body {
	margin: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #43372A;
	}
table {
	border: none;
	margin: 0px auto;
	padding: 0px;
	border-collapse: collapse;
	width: 712px;
} 
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
img {vertical-align:bottom;}
h1 {
	background-color: #F5EDDD;
	font-size: 20px;
	color: #735A46;
	font-weight: normal;
	line-height: 43px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	border: 2px #FFFFFF bottom;
	word-spacing: -1px;
}
p {
	margin: 0px 0px 1em;
	text-align: justify;
}
a{
	color: #7E5454;
		
}
a:hover{
	color: #660000;
}


#container{
	overflow: hidden;
	margin: 0px auto;
	padding:  0px 0px 11px;
	font-size: 12px;
	line-height: 18px;
	width: 712px;
	}
	
table#navbar{
	background-color: #CFB181;
	color: #F8F3E8;
	text-align: center;
	margin: 1px 0px 2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
table#navbar td {
	line-height: 39px;
	text-align: center;
}

table#navbar td a, ul#nav a{
	color: #F8F3E8;
	text-decoration: none;
	text-align: center;
}


table#navbar td a:hover, ul#nav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
table td.pictd img{
	margin-right: 2px;
}
table td.texttd div.pic{
	background-repeat: repeat-x;
	background-position: right top;
	height: 128px;
	margin-bottom: 2px;
	background-image: url(images/woodtexture_1.jpg);
}
table td.texttd div.txt{
	padding:0px 16px 0px 18px;
	line-height: 20px;
}


/* son of suckerfish nav, modified by me*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#nav a {
	width: 160px;
	text-decoration: none;
	display: block;
	
}
#nav li {
	float: left;
	width: 160px;
	position: relative;
	background-color: #CFB181;
}
#nav li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	background-color: #CFB181;
	border: 2px solid #FFFFFF;
	border-top: 0px;
	padding-bottom: 3px;
	
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: -2px;
	
}
#nav li ul li.hover {background-position: 0 0}

