/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2005 by color:gray. All Rights Reserved.    		          */
/*                                                                            */
/* No part of this publication may be reproduced, transmitted, transcribed    */
/* or stored in a retrieval system without the prior written authorization	  */
/* of color:gray.      														  */
/*                                                                            */
/* CSS        : sheet1.css                                                    */
/*                                                                            */
/* Description: Main Cascading Style Sheet for site                           */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* History                                                                    */
/* Version   Date     Author      Comments                                    */
/* --------  -------  ----------  ------------------------------------------- */
/* 01.00.00  Dec'05  A. Rinehart   Final Version.                             */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* NOTES                                                                      */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFCC00;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#woody {
	position:absolute;
	right:8%;
	top:0px;
	width:166px;
	height:285px;
	z-index:1;
	visibility: visible;
}
#shownav {
	position:absolute;
	left:50%;
	top:36px;
	width:279px;
	height:26px;
	margin-left:-146px;
	z-index:2;
	visibility: visible;
}
#dropnav {
	position:absolute;
	left:90px;
	top:0px;
	width:101px;
	height:482px;
	z-index:1;
	visibility: visible;
}
.tdmain {
	background:url(../images/bg.jpg)
}
a:link {
	text-decoration: none;
	color: #CCCC66;
}
a:visited {
	text-decoration: none;
	color: #CCCC66;
}
a:hover {
	text-decoration: underline;
	color: #CCCC66;
}
a:active {
	text-decoration: none;
	color: #CCCC66;
}
