/* CSS Document */

#header{
	position: absolute;
	height: 83px;
	width: 800px;
	left: 300px;
	top: 5px;
	background-position: top;
	background-repeat: repeat-x;
	border: thin dashed #FFFFFF;
	background-color: #333333;
}
#content{
	left: 300px;
	top: 110px;
	border: thin dashed #FFFFFF;
	width: 800px;
	position: absolute;
	height: 400px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-indent: 5pt;
	overflow: scroll;
	background-color: #333333;
	background-image: url(images/index_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
}
#topleft{
	position: absolute;
	height: 83px;
	width: 180px;
	left: 100px;
	top: 5px;
	border: thin dashed #FFFFFF;
	background-color: #333333;
	background-repeat: no-repeat;
}

#lefttable{
	position: absolute;
	height: 400px;
	width: 180px;
	left: 100px;
	top: 110px;
	border: thin dashed #FFFFFF;
	background-image: url(images/lefttable_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #333333;
	text-align: left;
	text-indent: 5pt;
}

