body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
}
body {
	background-color: #000;
	margin: 0px;
}

#zContainer {
	overflow: auto;
	background-image: url(../images/WTCBack_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	right: 0px;

}
.header {
	height: 84px;
}
#banner {
	float: left;
	height: 84px;
	width: 300px;
	background-image: url(../images/WTC_Banner.png);
	margin-left: 40px;
}

#navigation {
	float: right;
	height:84px;
	width: 605px;
}

#mainContent {
	overflow: auto;
	vertical-align: middle;
	background-image: url(../images/WTC_Rena.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainCanvas{

}
#zContainer #mainContent {
	position: absolute;
	left: 50px;
	top: 84px;
	right: 50px;
	bottom: 65px;
}
#zContainer #mainContent #MainCanvas {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}


#footer {
	height:55px;
	text-align: center;
	vertical-align: bottom;
	left: auto;
	right: auto;
	color: #666;
}
#zContainer #footer {
	bottom: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
}

.imageGroup {
	height: 160px;
	width: 180px;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}
.imageThumb {
	margin-right: auto;
	margin-left: auto;
	width: 170px;
}
.imgDscrpt {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#leftCol{
	float: left;
	width: 256px;
}
#rightCol{
	float: right;
}
#details {
	overflow: auto;
	font-size: 14px;
	color: #FFF;
}
a:link {
	color: #CE4233;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C94135;
}
a:hover {
	text-decoration: underline;
	color: #CC0;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
