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;
}
a:link, a:hover, a:active, a:visited {
	border: 0px black solid;
	text-decoration: none;
}
BODY {
	margin: 0;
	padding: 0;
	FONT-FAMILY: Times, Verdana, Arial, Helvetica, sans-serif; 
	overflow-x: hidden;	
	BACKGROUND-COLOR: #000000;	
}
div#menu {
	position: absolute;
	top: 20px;
	right: 132px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid lime;
}
div#megadiv {
	margin: 0; 
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;  
	height: 100%;
	border: 0px solid fuchsia;
	BACKGROUND-POSITION: left bottom; 
	BACKGROUND-ATTACHMENT: scroll;
	background-repeat: repeat-x; 
	BACKGROUND-IMAGE: url('bg.jpg');
}
div#image {
	left: 0px; 
	width: 800px; 
	position: absolute; 
	bottom: 0px; 
	height: 650px; 
	overflow: hidden; 
	BACKGROUND-POSITION: right bottom; 
	BACKGROUND-ATTACHMENT: scroll;
	background-repeat: no-repeat; 
	BACKGROUND-IMAGE: url('layout.jpg');
	border: 0px solid yellow;
	margin: 0;
	padding: 0;
}
div#image a:link, div#image a:hover, div#image a:active, div#image a:visited {
	border: 0px black solid;
	text-decoration: none;
}
div#image img {
	border: 0px solid black;
}
div#container {
	position: absolute;
	top: 0px;
	left: 366px;
	width: 386px;
	height: 100%;
	overflow: auto;
	border: 0px solid blue;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	text-align: justify;
}
div#container a:link, div#container a:hover, div#container a:active, div#container a:visited {
	border: 0px black solid;
	text-decoration: none;
}
div#header {
	width: 366px;
	height: 124px;
	overflow: hidden;
	border: 0px solid red;
}
div#content {
	width: 354px;
	padding: 0px;
	margin-left: 8px;
	margin-top: -10px;
	color: #75222a;
	font: 7pt tahoma;
	letter-spacing: 2px;
	line-height: 14px;
}
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, h3 {
	width: 334px;
	text-align: center;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	color: #74083b;
	border-bottom: 1px dashed #3e1127;
	font-family: "trebuchet ms";
	letter-spacing: 2px;
	text-transform: lowercase;
	font-weight: bold;
	font-style: oblique;
}
div#content a:link, div#content a:active, div#content a:visited {
	FONT-WEIGHT: normal; 
	COLOR: #b80310; 
	border-bottom: 1px dashed #700441;
	TEXT-DECORATION: none;
	padding-bottom: 1px;
}
div#content A:hover {
	FONT-WEIGHT: normal;  
	COLOR: #ab9710; 
	border-bottom: 1px dashed #a89707;
	TEXT-DECORATION: none;
	padding-bottom: 1px;
}
input, textarea, option, select {
	background-color: #000000;
	font: 8pt arial;
	color: #b80310;
	letter-spacing: 1px;
	border: 1px dotted #3e1127;
	padding: 2px; 
}
