html {
		 height: 100%;
}

body {
		 background-image: url(images/bg.jpg);
		 padding: 0; 
		 margin: 0;
		 text-align: center;
		 font-family: arial;
		 height: 100%;
}

table {
	border: 0px;
	padding: 10px;
	width: 100%;
}

img {
		border-width: 0px;
		border-color: #000000;
}

#main {
			width: 780px;
			background-color: #673F24;
			text-align: justify;
			margin: 0 auto;
			padding-bottom: 10px;
			height: auto;
			z-index: 1;
}

#leftNav {
				 float: left;
				 width: 150px;
				 background-color: #673F24;
				 margin: 10px;
				 font-weight: bold;
				 z-index: 2;
}

#leftNav ul {
				 list-style: none;
				 margin: 0px;
				 padding: 0px;
}

#leftNav li {
				 margin: 0px;
				 padding: 2px;
				 border-left: 1px solid #000000;
				 border-top: 1px solid #000000;
				 border-right: 1px solid #000000;
				 background-color: #FFFFFF;)
}

#leftNav li a {
				 display: block;
				 text-decoration: none;
				 color: #000000;
				 font-size: 12px;
				 background-image: url(images/menuArrow.jpg);
				 background-repeat: no-repeat;
				 background-position: center right;
				 background-color: #FFFFFF;
}

#leftNav li a:hover {
				 display: block;
				 background-image: url(images/menuArrowHover.jpg);
				 background-repeat: no-repeat;
				 background-position: center right;
				 background-color: #FFFFFF;
}

#content {
				 width: 580px;
				 width: 599px !ie;
				 background-color: #FFFFFF;
				 margin-left: 170px;
				 margin-left: 170px !ie;
				 margin-top: 10px;
				 margin-right: 10px;
				 padding: 10px;
				 border: 1px solid #000000;
				 height: auto;
}

/* Explorer 6 tag only */

* html #content {
					width: 570px;
}

.gradwhite {
  background-color: transparent;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.pageTitle {
				font-weight: bold;
				font-size: 20px;
}

.tableHeader {
	text-align: center;
	background-color: #999966;
	font-weight: bold;
}

.dunestockSafe a {
	color: #000000;
}

.altLinks a a:visited a:hover {
	color: #FFFFFF;
}

.bioImage {
	width: 330px;
	margin-right: 10px;
	margin-bottom: 10px;
}



					
