body { 
	color: #FFFFFF;
	background-color:#000000;

	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #990000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #990000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #550000;
	scrollbar-arrow-color: #FFFFFF;
}

#dhtmltooltip {
	position: absolute; 
	width: 350px; 
	border: 1px solid #C4C0BF; 
	padding: 2px; 
	background-color: #333333;
	visibility: hidden; 
	z-index: 1000;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 8pt;
}

#main_div {
	position: relative;
	width: 855px;
	height: 510px;
	color: #FFFFFF;
	background-color:#000000;
}

#header {
	position: absolute;
	margin-top: 0px;
	width: 855px;
	height: 30px;
}

#header_position {
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
}

	#header_position a:link, #header_position a:visited {
		font-weight: bold;
		cursor: pointer;
		color: #FFFFFF;
	}

	#header_position a:hover {
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		color: #990000;
	}

	#header_position .title {
		font-variant: small-caps; 
		margin-left: 66px; 
		font-size: 24px;
		width: 723px;
		text-align: center;
	}

#header_small_menu {
	position: absolute;
	margin-top: 3px;
	margin-left: 530px;
	font-size: 11px;
	font-weight: bold;
	width: 320px;
	height: 14px;
	text-align: center;
	border: 1px dotted #990000;
}

	#header_small_menu a:link, #header_small_menu a:visited {
		font-weight: bold;
		cursor: pointer;
		color: #FFFFFF;
		text-decoration: none;
	}

	#header_small_menu a:hover {
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		color: #990000;
	}
	#header_small_menu .title {
		font-variant: small-caps; 
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
	}

#content {
	position: absolute;
	margin-top: 30px;
	width: 855px;
	height: 500px;
}

#content #content_item {
	position: absolute;
	margin-top: 30px;
	width: 855px;
	height: 450px;
	border: 1px solid red;
}

#footer {
	position: absolute;
	margin-top: 510px;
	width: 855px;
	height: 30px;
}
	#footer a:link, #footer a:visited {
		text-decoration: none;
		font-weight: bold;
		font-family: monospace;
		font-size: 16px;
		cursor: pointer;
		color: #FFFFFF;
	}

	#footer a:hover {
		text-decoration: none;
		font-weight: bold;
		font-family: monospace;
		font-size: 16px;
		cursor: pointer;
		color: #990000;
	}
