BODY {
	SCROLLBAR-FACE-COLOR: #010101; 
	SCROLLBAR-HIGHLIGHT-COLOR: #010101; 
	SCROLLBAR-SHADOW-COLOR: #010101; 
	SCROLLBAR-3DLIGHT-COLOR: #010101; 
	SCROLLBAR-ARROW-COLOR: #010101; 
	SCROLLBAR-TRACK-COLOR: #010101; 
	SCROLLBAR-DARKSHADOW-COLOR: #010101;
}
BODY {
	margin: 0;
	padding: 0;
	FONT-FAMILY: Times, Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #010101;
	overflow-x: hidden;		
}
div#menu {
	position: absolute;
	top: 20px;
	right: 132px;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
div#megadiv {
	margin: 0 auto; 
	top: 0px;
	right: 0px;
	position: absolute;
	width: 780px;  
	border: 0px solid fuchsia;
	BACKGROUND-COLOR: #010101;
	BACKGROUND-POSITION: right top; 
	BACKGROUND-ATTACHMENT: scroll;
	background-repeat: repeat-y; 
	BACKGROUND-IMAGE: url('bg.jpg');
}
div#image {
/*	right: 0px; 
	width: 780px; 
	position: absolute; 
	bottom: 0px; */
	height: 761px; 
	overflow: hidden; 
	BACKGROUND-POSITION: right bottom; 
	BACKGROUND-ATTACHMENT: scroll;
	background-repeat: no-repeat; 
	BACKGROUND-IMAGE: url('img2.jpg');
	border: 0px solid yellow;
	margin: 0;
	padding: 0;
}
div#container {
/*	position: absolute;
	bottom: 0px;
	right: 390px;
	width: 350px;
	height: 100%;*/
	overflow: auto;
	border: 0px solid blue;
	margin-top: 10px;
	margin-bottom: -590px;
	margin-left: 48px;
	margin-right: 394px;
	padding: 0;
	position: relative;
	text-align: justify;
	font-family: tahoma;
	font-size: 8pt;
	color: #3f5153;
	letter-spacing: 1px;
}
div#spacer {
	height: 150px;
	overflow: hidden;
	border: 0px black solid;
}
div#restest {
	position: absolute;
	left: 0;
	top: 0;
	width: 1004px;
	height: 580px;
	border: 1px solid red;
	display: none;
}
H2 {
	text-transform: uppercase;
	width: 99%;
	text-align: center;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #000000;
	color: #2b3f3f;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 3px;
}
H1 {
	FONT-SIZE: 12px; 
	COLOR: #54726A; 
	FONT-FAMILY: Times, Verdana, Arial, Helvetica, sans-serif;
}
div#container a:link, div#container a:active, div#container a:visited {
	FONT-WEIGHT: normal; 
	COLOR: #587b80; 
	TEXT-DECORATION: none;
}
div#container A:hover {
	FONT-WEIGHT: normal;  
	COLOR: #87987d; 
	border-bottom: 1px #87987d dotted;
	TEXT-DECORATION: none;
}
div#menu a:link, div#menu a:active, div#menu a:visited {
	text-decoration: none;
	font: 7pt verdana;
	color: #384656;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: normal;
	border-left: 4px solid #283341;
	padding-left: 10px;
	text-decoration: none; 
}
div#menu a:hover {
	text-decoration: none; 
	color: #558057;
	border-left: 4px solid #293e2e;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 10px;
}
input, textarea, option, select {
	background-color: #010101;
	font: 8pt arial;
	color: #558057;
	letter-spacing: 1px;
	border: 1px solid #384656;
	padding: 2px; 
}
