body {
	background-color: #000;
	background-image: url('images/zbbg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
table {
	width: 100%;
	height: 100%;
}
td {
	text-align: center;
	vertical-align: middle;
}
a, a:visited {
	color: #999;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #DDD;
	text-decoration: none;
}
a:active {
	color: #BBB; outline: none;
}
#main {
	width: 900px;
	margin: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 98px;
	margin-top: 2px;	
}
#header-right {
	display: inline;
	float: right;
	text-align: right;
}
#t-logo {
	width: 76px;
	height: 98px;
	background-image: url(images/TLogo.jpg);
	background-repeat: no-repeat;
	display: inline;
	float: right;
} 
#t-logo:hover {
	background-position: 0 -98px;
}
#menu {
	margin: 0 auto 0 auto;
	text-align: center;
	height: 30px;
	width: 900px;
	padding: 0;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#nav {
	background-image: url(images/menu-hl.png);
	background-repeat: repeat-x;
	text-align: center;
	width: 707px;
	margin: 0 auto;
	height: 30px;
}
.nav-link {
	font: bold 18px Arial, serif;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
	padding: 0;
	line-height: 160%;
	border-right: dotted 1px #444;
	width: 100px;
	height: 30px;
	display: inline;
	float: left;
}
#content {
	margin: 0 0 0 0;
	height: 600px;
	width: 890px;
	background-image: url(images/mainbkg.png);
	background-repeat: repeat-x;
	padding: 5px;
}
#left {
	width: 400px;
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	text-align: left;
}
#middle {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	text-align: left;
}
#right {
	display: inline;
	float: right;
	text-align: left;
}
#right2 {
	display: inline;
	float: right;
	text-align: left;
	width: 480px;
}
.clear1 {
	clear: both;
	height: 1px;
}
.clear2 {
	clear: both;
	height: 30px;
}
.transbox	{
  display: inline;
  margin: 3px 1px;
  background-color:#000;
  float: left;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
 }
h1 {
	color: #FFF;
	font: bold 22px Arial, serif;
	padding: 5px;
	margin: 0 0 0 0;
	letter-spacing: -1px;
}
h3 {
	font: bold 15px Arial, sans-serif;
	color: #FFF;
	margin: 0 0 0 20px;
	padding: 4px;
}
.list1 {
	font: 12px Arial, sans-serif;
}
.list1 ul {
	margin: 0;
	padding: 0;
}
.list1 li {
	padding: 4px;
	border-bottom: dotted 1px #444;
	margin: 0;
	list-style: square;
	list-style-position: inside;
	font-size: 11px;
}
.text {
	font: 12px Arial, serif;
	color: #FFF;
	margin: 5px 10px 10px 10px;
	padding: 5px;
	line-height: 140%;
	text-align: justify;
	text-justify: newspaper;
}
.splash-text {
	font: 11px Calibri, serif;
	color: #666;
	margin: 5px 10px 10px 10px;
	padding: 5px;
	line-height: 140%;
	background-color: #000;
}
.time {
	font: 10px Arial, serif;
	color: #AAA;
	margin: 0 5px 0 15px;
	padding: 0 0 2px 0;
	border-bottom: solid 1px #555;
}
.size10 {
	font-size: 10px;
}
.medgray {
	color: #888;
}
#footer {
	text-align: center;
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 5px;
	border: dotted 1px #222;
	font: 10px Arial, serif;
	color: #444;
	background-color: #161616;
}
