html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background-color: #000000;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 800px;
	float: inherit;
	display: block;
}
#top{
	float: left;
	margin: 0px;
	height: 120px;
}
#nav {
	padding-left: 140px;
	_padding-left: 60px;
	margin-top: -45px;
	z-index: 10000;
	height: 15px;
	display: none;
	vertical-align: middle;
	width: 100%;
}
#content {
	margin: 0px;
	padding: 0px;
}
#navbt {
	width: 800px;
	height: 58px;
	_height: 40px;
	margin: 0px;
}
#bottom {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-top: 10px;
	_padding-top: 5px;
	padding-left: 20px;
	width: 780px;
}
#bottom a { text-decoration:none; color: #999999;}
#tabcontentcontainer {
	position: relative;
	_top: 8px;
	margin-top: 15px;
	_margin-top: 5px;
	width:800px; /*width of 2nd level content*/
	height: 15px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	margin-bottom: 0px;
	z-index: 100;
}
#left {
	float: left;
	width: 420px;
}
#centre {
	float: left;
	width: 50px;
}
#right {
	float: left;
	width: 320px;
}
#scrolltext {
	position: relative; 
	left:0px; 
	top:0px; 
	visibility: visible; 
	width: 360px;
	z-index: 1;
	display: block;
}
#master {
	position:relative; 
	left:32px; 
	top:0px; 
	width:360px; 
	height:280px; 
	z-index:2; 
	visibility: visible; 
	overflow: visible;
	display: block;
}
#title {
	padding-left: 32px;
}