/* the bit that does the work */

body {
 text-align:center;
  border:0px;
  padding:0px;
  margin:0px;
  height:100%; 
  max-height:100%; 
  background:#602f00; 
  background-image:url(vignette4.jpg);
  background-height:100%;
  font-family: arial, helvetica, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

/* for internet explorer */
* html body {
  padding:0px 0px 50px 0px; 
  }
  

#divbg {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
background-image: url(50grey.png); 
}

#maincontent
{
z-index:1;
margin:0 auto;
min-width:856px;
display:block;
top:0;
right:0;
width:856px;
border-width:2px;
border-color:brown;
border-style: ridge;

}
*html #maincontent { width:auto; margin-left: -860px; z-index:1;}

#maincontact
{
z-index:1;
margin:0 auto;
min-width:556px;
display:block;
top:0;
right:0;
width:556px;


}
*html #maincontact { width:auto; margin-left: -560px; z-index:1;}

#container {
position:absolute;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	top:116px;
	bottom:50px;
	overflow:auto;
	background:#36363c;
	color:#CC99FF;
	padding-top:30px;
	border-top:0px;
	border-bottom:0px;
	border-left:3px #460000 solid;
	border-right:3px #460000 solid;
  } 

* html #container {
  height:100%; 
  	padding-top:20px;
	display:inline;
		text-align:left;
  width: 860px;
  }
  
  #contactcontainer {
	position:absolute;
	font-family: "futura", arial, helvetica, sans-serif;
	font-size: 1.2em;
	top:116px;
	overflow:hidden;
	background:#36363c;
	color:#CC99FF;
	padding:30px;
	border-width:5px;
	border-color:darkbrown;
	border-style: solid;
	width: 560px;
  } 
 

* html #contactcontainer {
  height:100%; 
  	padding-top:20px;
	display:inline;
		text-align:left;
  width: 560px;
  }

#header {
  position:absolute; 
  top:0px; 
  width: 860px;
  height:116px; 
  overflow:hidden; 
  color:#66ffff;
  background:#602f00; 
  background-image:url(burntwoodheader.jpg);

  	border-top:3px #460000 solid;
	border-left:3px #460000 solid;
	border-right:3px #460000 solid;
}


.headie {
	padding: 10px;
	font-family: "futura", arial, helvetica, sans-serif; 
		text-align:center;
}

h1{
	font-family: "futura", arial, helvetica, sans-serif; 
	font-size:48px;
	font-weight: medium;
}

#footer {
  position:absolute; 
  bottom:0px; 
margin: 0 auto;
  width: 860px;
  height:45px; 
  overflow:hidden; 
  background:#460000;
  background-image:url(footergradient.gif);
  border-top:5px solid black;
  	border-left:3px #460000 solid;
	border-right:3px #460000 solid;
	border-bottom:3px #460000 solid;
  }
  
* html #footer {height:50px;}


#footie {
  margin:15px;
  }
  
#container img {margin:5px;}

#left {
  float:left; 
  background:#eee; 
  padding:10px; 
  border:1px solid #000; 
  color:#000; 
  width:50%;
  }

#right {
  float:right; 
  background:#ddd; 
  padding:10px; 
  border:1px solid #000; 
  color:#000; 
  }

a, a:visited {
  font-size:1.1em;
  text-decoration:none;
  color:#ddd;
  }

a:hover {
  color:#80FFFF; 
  text-decoration:none;
  }

 #menubar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline;
  clear:both; 
  text-align:center; 
  }

#menubar ul li {
  	margin-left: 0px;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	color:red;
  }

#menubar ul li.first {
	margin-left: 0px;
	border-left: none;
	list-style: none;
	display: inline;
  }


.strike {text-decoration:line-through;}
.projectblock {display: block;
	position:relative;
	overflow:auto;
	padding:20px;
	width:820px;

}

		.title{
			height:30px;
			font-weight: bold;
			font-size: 18px;
			color: #eee;
			text-align:left;
		}
.columnone {width:170px; float:left; text-align:left; margin-right:0; font-size:12px;}

		
		.piclink ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		font-weight:100;
		}
		.piclink ul li {
		margin-left: 0;
		margin-bottom: 0;
		padding: 1px 2px;
		border: 1px solid #fff;
		list-style: none;
		display: inline;
		text-size:10px;
		}
		.piclink A:focus { background: #460000;
							outline-style: none;
							outline-color: #460000;
		 }
		ul li.active {
		background: #460000; 
		border-bottom: 1px solid #ffc;
		list-style: none;
		display: inline;
		}
		ul li.active:focus {background: #460000;
							outline-style: none;
							outline-color: #460000;
		 }

		.description{}

.imagecolumn {text-align:center; margin:0px; width: 600px; float:right; position:relative; top:0px; color:#000;}
	* html .imagecolumn {border:0;}

	.image {
		background-color: #ffffff;
		height: 410px;
		width: 600px;
		top:0px;
		border: 5px solid #000000;
	}
	
	.caption{ 
		overflow:hidden;
		position:absolute;
		width: 600px;
		height:414px;
		padding:0px;
		margin:0px;
		background:none;
		z-index: 2;
		top: 19px;
		left: 5px;
		display:block;
		text-align:center;

		}
	
	.caption:hover {
	/*background-color:#333333;*/
	background-image: url(50grey.png);
	}
	
	.captiontext {
	visibility: hidden;
	font-size:10pt;
	margin:10px 20px;
	color:white;
	text-align:left;
	}
	
	.caption:hover p{visibility: visible;}
	
	.captionnav {
	visibility: hidden;
	margin-left:20;
	top: 200px;
	left: 300;
	text-align:center;
	font-size:48pt;
	color:white;
	}


#bottom {display:block;
	background-color: #000;
	position:absolute;
	top: 0px;
	float:left;
	width:840px;
	margin:0;
	padding-left:20px;
	padding-bottom:2px;
	font-family: "futura", arial, helvetica, sans-serif; 
	font-weight:normal;}
	
*html #bottom {width:860px;}
/*SUCKERFISH DROPDOWN old
#links ul { 
	padding: 0;
	margin: 0;
	list-style: none;
  list-style: none;
  display: inline;
  clear:both; 
  text-align:left; 
}

#links li { 
	float: left;
	width: 15em;
	position: relative;
	text-align:left; 
}
#links a {display:block;}
#links ul li a.active {background-color:#460000;
	width:100%;
}
#links ul li a.active:focus {background-color:#460000;
	width:100%;
	outline-style:none;
}
#links li ul { 
		display:none;
	position: absolute;
	top: 1em;
	left: 0;
	float: left;
	height: 15px;
	
}

#links li ul li { 
	float: left;
	padding: 5px;
background-color:black;
	position:relative;
	white-space:nowrap;   

}

#links li>ul { 
	top: auto;
	left: auto;
}

#links li:hover ul, #links li.over ul { 
	display: inline;
} */
<!-- -------------------------------------- -->

#nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:left;
}

#list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:left;
}

#nav a {
	position:relative;
	left:0;
	top:auto;
	display: block;
	width: auto;
	margin:0;
	text-align:left;
}

#nav li {
display:inline;
	list-style: none;
	list-style-position: inside;
	font-weight:bold;
	text-align:left; 
	float: left;
	width: 20em;
}

#nav li ul {
	list-style: none;
	position: absolute;
	background:black;
	margin:0;
	width: 20em;
	left: -999em;
	z-index: 3;
	text-indent:0;
}
#nav li ul li{
	text-indent:0;
	padding:5px;}
#nav li:hover ul {
	left: auto;	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul a:hover{
	width: auto;
	
}
#nav li ul a:hover{
	background:#460000;
	width: auto;
	
}