html, body {
	height: 100%;
	}

body {
	background-color: #B46200;
	color: #baa;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	padding: 50px 0px 0px 0px;
	}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

#content {
	position: relative;
	z-index: 1;
	width: 792px;
	margin: 0 auto;
	color: #baa;
	background: #22232f;
	border: #764302 4px solid;
	overflow: hidden;
	}

#content #header {
	display: block;
	height: 80px;
	margin: 20px 20px 6px 20px;
	padding: 0px 0px 5px 0px;
	color: #D67A03;
	background: #333;
	}

#content #header h1 {
	padding: 26px 0px 0px 0px;
	font-variant: small-caps;
	font-size: 36px;
	letter-spacing: 4px;
	white-space:nowrap;
	}

/*
#content H2 {
	margin: 20px 0px 20px 20px;
	color: #db0000;
	background-color: #22232f;
	font-size: 20px;
	letter-spacing: 4px;
	font-variant: small-caps;
	}
*/

#content h3 {
	height: 26px;
	margin: 40px 20px 20px 20px;
	color: #c69f68;
	background-color: #333;
	padding: 8px 0px 0px 10px;
	letter-spacing: 4px;
	font-variant: small-caps;
	font-size: 17px;
	border: #444 2px solid;
	}

#content #sub h3 {
	display: block;
	height: 26px;
	margin: 0px 20px 40px 20px;
	color: #bbaaaa;
	background-color: #333;
	padding: 8px 0px 0px 0px;
	text-align: center;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-size: 16px;
	border: 0px;
	word-spacing: 4px;
	white-space:nowrap;
	/*overflow: auto; */
	}

#content #sub h3 a:link {
	color: #bbaaaa;
	background-color: #333;
	}

#content #sub h3 a:visited {
	color: #bbaaaa;
	background-color: #333;
	}

#content #sub h3 a:hover {
	color: #D67A03;
	background-color: #333;
	}





#content p {
	font-size: 17px;
	line-height: 1.3em;
	margin: 0px 20px 20px 20px;
	text-align: justify;
	}


#content h5 {
	margin: 0px 20px 20px 20px;
	color: #585858;
	background-color: #22232f;
	font-size: 11px;
	}


#content p.key {
	line-height: 1.3em;
	font-size: 0.8em;
	margin: 0px 20px 20px 20px;
	color: #585858;
	background-color: #22232f;
	}



#content hr {
	height: 1px;
	margin: 0px 20px 20px 20px;
	color: #444;
	background-color: #22232f;
	}


#content .desc {
	display: none;
	}

#content .names {
	color: #d99115;
	background-color: #22232f;
	font-weight: 700;
	}
/*
#content p a:link {
	color: #baa;
	background-color: transparent;
	}
*/
#content p a:visited {
	color: #D67A03;
	background-color: #22232f;
	}

#content p a {
	color: #D67A03;
	text-decoration: none;
	}

#content p a:hover {
	background: #764302;
	color: yellow;
	}



#content .links {
	width: 186px;                /* works, and if removed, button extends all the way across panel*/
	position: relative;          /* absolute = NO */;
	}

#content .links a {
	display: block;              /* if removed, buttons sorta wrap */
	margin: 0px 30px 10px 20px;  /* works for start display */
	color: #D67A03;              /* colors text */
	background: #22232f;         /* blue; #333; #AB6600; */
	padding: 5px 5px 5px 5px;    /* works */
	text-decoration: none;       /* works on start display */
	font-size: 16px;             /* works on start display */
	border: #764302 1px solid;   /* #C69F68 works on start display */
	}

#content .links a:hover {
	margin: 0px 30px 10px 20px;
	padding: 5px 5px 5px 5px;
	background: #764302;         /* #22232f back color on hover */
	color: yellow;               /* text color on hover */
	}

#content .links a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 0px;
	height: 0px;
	}


#content .links a.v:hover img {
	position: absolute;
	top: -133px;
	left: 141%;
	width: 266px;
	height: 400px;
	}

#content .links a.h:hover img {
	position: absolute;
	top: -88px;
	left: 106%;
	width: 400px;
	height: 266px;
	}

#content .pix
	{margin-top: 20px; text-align: center; margin-bottom: 20px;}

.glow { font-size: 17px; color: #c69f68; }

#footer {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 50px;
	color: #6C3E01;
	background-color: transparent;
	/*border: #000 1px solid; */
	}

#footer p {
	text-align: center;
	padding: 20px 0px 0px 0px;
	font-size: 12px;
	}


#navbar {
	margin-left: 20px;
	width: 720px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 20px;
	background: transparent;
}

#navbar li {
	display: inline; list-style-type: none;
}

#navbar a {
	height: 26px;
	width: 81px;
	padding-top: 56px;
	float: left;
	margin: 0px 18px;
	color: #d67a03;
	background: url(support/worker_1.gif) no-repeat;
	text-decoration: none;
}

#navbar a#im01:hover { background: url(support/worked.gif) no-repeat; color: yellow; }
#navbar a#im02:hover { background: url(support/working.gif) no-repeat; color: yellow; }
#navbar a#im03:hover { background: url(support/working.gif) no-repeat; color: yellow; }
#navbar a#im04:hover { background: url(support/working.gif) no-repeat; color: yellow; }
#navbar a#im05:hover { background: url(support/working.gif) no-repeat; color: yellow; }
#navbar a#im06:hover { background: url(support/working.gif) no-repeat; color: yellow; }


