BODY {
	margin: 0px;
	background-color : Black;
}
IMG {
	display : none;
}
P {
	font : 13px "MS Sans Serif", Geneva, sans-serif;
	letter-spacing: 1px;
}
A {
	color : #993300;
	text-decoration: none;
}
A:hover {
	color: #FF9966;
}
TABLE.list {
	background-color : #C7C9D4;
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	margin-left : auto;
	margin-right : auto;
	width: 80%;
	text-align : center;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}
TABLE.list TR TD {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding : 3px;
}
TABLE.list #initial {
	width: 30%;
}
TABLE.list  .special{
	background-color : #CCCED6;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding : 3px;
	font-weight : bold;
}
BUTTON {
	background-color : #000000;
	color : red;
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	margin: 5px;
	border : 2px dotted red;
}
H1 {
	font : bold 11px "MS Sans Serif", Geneva, sans-serif;
	background-color : #000000;
	padding: 4px 10px 4px 20px;
	margin: 0px 0px 10px 0px;
	color : #272B37;
	letter-spacing : 1px;
}
H2 {
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	padding: 2px 10px 4px 40px;
	margin: 0px 0px 10px 10px;
	color : #777777;
	letter-spacing : 1px;
}
H3 {
	font : 9px Verdana, Tahoma, "MS Sans Serif", sans-serif;
	letter-spacing : 2px;
	padding: 15px;
	margin: 20px 60px -10px 0px;
	color : #FFFEFD;
	background-color : #663300;
	text-align : left;
	text-transform : uppercase;
}
SPAN.head {
	padding: 10px 10px 15px 10px;
	width: 100px;
	height: 35px;
	cursor : pointer;
	margin: 0px;
	display: block;
	border: 1px solid red;
	color: #FFFFFF;
	background-color : #000000;
	font : bold 14px  "MS Sans Serif", Geneva, sans-serif;
	line-height : 11px;
}
TABLE#menu {
	position : absolute;
	top : 70px;
	z-index: 10;
	border-width: 0px;
	border-left : 1px solid #282A29;
	border-right : 1px solid #282A29;
}
TABLE#menu TD {
	padding : 0px;
}
DIV#container {
	position: absolute;
	right: 0px;
	z-index: 2;
	width : 400px;
	top : 0px;
}
DIV#left {
	position: absolute;
	z-index: 10;
	top: 10px;
	left : 0px;
}
DIV#left P {
	background-color: Black;
	font-size : 16px;
	color : #3A4146;
	padding: 10px;
	display : inline;
	margin : 20px;
	width : 120px;
}
DIV#main {
	font : 13px "MS Sans Serif", Geneva, sans-serif;
	letter-spacing: 1px;
	color : #FF5311;
	background-color: #000000;
	border-width: 0px;
	padding: 0px 0px 10px 0px;
	text-align : justify;
}
DIV#main P {
	margin: 3px 10px 8px 25px;
}
DIV#copy {
	text-align : center;
	font : 9px "MS Sans Serif", Geneva, sans-serif;
	color: #999999;
	padding : 5px;
}
IMG.stats {
	margin-left : auto;
	margin-right : auto;
	display : block;
}
/* images positioning */

IMG#top1 {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	z-index: 5;
	width : 179px;
	height : 60px;
}
IMG#top2 {
	position: absolute;
	top: 0px;
	left: 179px;
	z-index: 5;
	width : 140px;
	height : 60px;
}
IMG#top3 {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	width: 100%;
	height: 80px;
	z-index: 4;
}
IMG#left1 {
	position: absolute;
	top: 60px;
	left: 0px;
	border: 0px;
	z-index: 5;
	width: 179px;
	height: 86px;
}