/********************************************************/
/*
/*  copyright 2006 David Sargent. All rights reserved.  
/*
/********************************************************/

HTML, BODY { 
	margin: 0; 
	padding: 0; 
	width: 100%;
	height: 100%;
	background-color: #423B29;
	font: 1em Arial, sans-serif;
	overflow: hidden;
}

DIV 		      { margin: 0; padding: 0; position: relative; }
IMG 		      { margin: 0; padding: 0; border: 0; }
H2  		      { margin: 20px 0 20px 0; padding: 0; }
P   		      { margin: 0 0 10px 0; padding: 0; }
A   		      { color: #A66E00; font-family: helvetica, Arial, sans-serif; }
A:hover 	      { color: #7D5300; }
A.links 	      { color: #BCAF09; }
A.links:hover  { color: #000000; }

/* Page code */

.errorCont { 
	z-index: 2; 
	width: 390px;
	margin: 150px auto 0 auto; 
	font-size: .8em;
	_font-size: 1.2em; 
	line-height: 1.4em;
	text-align: left; 
}

.errorCont P.title {
	margin: 20px 0;
}

.errorCont P.special { 
	margin: 30px 0 15px 0;
	padding-bottom:33px;
	width:480px;
	height: 27px;
	background: url(../img/brown-tile.gif) repeat-x 0% 100%;
}

.errorCont P.special A {
	float: left;
	width: 292px;  
	height: 27px; 
	color: #000000;
	font-size: 11px; 
	text-decoration: none;
	line-height: 27px;
	padding: 0 6px 0 6px;
	background-color: #F8F8F8;
}
.errorCont P.special A:hover {
	color: #000000;
	background-color: #FEFA34;
}

.errorCont P.archive {
	margin: 55px 0 0 0;
	font-size: .9em;
	_font-size: 1.1em;
}

.errorCont p#disclaimer { display:none; }
 
.backCont  { 
	position: absolute; 
	z-index: 1; 
	width: 100%; 
	height: 700px; 
	left: 0; 
	top: 0; 
}
