
body { 
	background-color: #000000; 
	text-align: center;
	}

body, td {
	font-family: trebuchet ms, arial;
	font-size: 15px;
	color: #cccccc;
	}

.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #570A01;
	}


.nav { 
	width: 900px;
	height: 24px;
	background-color: #000000; 
	font-weight: bold; 
	border-bottom: 4px solid #000000;
	border-top: 4px solid #000000;
	}

.main {
	padding: 20px; 
	text-align: justify;
	background-color: #570A01;
	}
	
.quote {
background-color: #000000;
padding: 10px;
-moz-border-radius: 10px;
}

.footer { color: #DEAC6B; }
.footer a:link    { text-decoration: none; color: #cccccc; }
.footer a:visited { text-decoration: none; color: #cccccc; }
.footer a:active  { text-decoration: none; color: #cccccc; }
.footer a:hover   { text-decoration: underline; color: #ffffff; }


a:link    { color: #DEAC6B; }
a:visited { color: #DEAC6B; }
a:hover   { color: #ffffff; }


H2 { color : #DEAC6B; font-size: 18px }
H3 { color : #DEAC6B; font-size: 16px }
H4 { color : #DEAC6B; font-size: 14px }
H5 { color : #DEAC6B; font-size: 13px }
H1 { color : #EEEEEE; font-size: 20px } 


.head1 { font-family: arial; font-size: 18px; color: #DEAC6B;  }

.head2 { font-family: arial; font-size: 16px; color: #DEAC6B; font-weight: bold;   }

.head3 { font-family: arial; font-size: 14px; color: #DEAC6B; font-weight: bold;  }

.sub1 { font-size: 10px; font-family: arial; font-weight: bold; }


table.sketch td {	
background-color:#ffffff;
padding: 10px;
}

#lightbox {	
background-color:#000000;
padding: 1px;
}
	
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }
	
#lightboxCaption { float: left; }

#keyboardMsg { float: right; color: #eeeeee; }

#closeButton { top: 5px; right: 5px; }

#lightbox img { border: 2px solid #ffffff; clear: both;} 

#overlay img { border: none;}

#overlay { background-image: url(overlay.png); }

* html #overlay {
background-color: #000000;
back\ground-color: transparent;
background-image: url(shim.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale"); }

