/* CSS Document */

body {
	color:999999;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	letter-spacing: .025em;

}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
	letter-spacing: .4em;
	text-align: center;
	text-decoration: none;
	frame-border: none;
	border: 0;
}
a:link {
	color: #ccc;
}
a:visited {
	color: #ccc;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FF6633;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}



#container{
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#top_banner{
	width: 90%;
	text-align: center;
}

#workspace{
	width: 90%;
	text-align: center;
	}
	
	#container2{
	float: center;
	text-align: center;
	width: 95%;
	}
	#leftspace{
		float: left;
		text-align: left;
		width: 15%;
		}
	#centerspace{
		float: left;
		text-align: center;
		width: 60%;
		}
	#rightspace{
		float: left;
		text-align: left;
		width: 20%;
		}
#thumbnails{
	width: 95%;
	text-align: center;


}
#bottom_banner{
	width: 90%;
	text-align: center;
	}



.notbold {
	font-weight: normal;
	color: #FFFFFF;
}
.tds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	letter-spacing:.02em;
}
.noborder {
	border: none;
	decoration: none;
}
.ifrm {
	text-align: center;
	border: 0px 0 #000000;
	display:none;
	background-color:#000;
	
	margin:0px;
	height:360px;
	width:650px;
	scrolling:none;
	overflow: visible;
}
