@charset "utf-8";

{
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
}

body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 auto;
}

.slide {
	text-align: center;
}
#logo {
	position:absolute;
	z-index:2;
	left: 0px;
	width: 150px;
	height: 100px;
}


a:link {
	color: #09F;
	text-decoration:none;
}
a:hover {
	color: #F90;
}
a:visited {
	color:#F90;
	text-decoration:none;
}

Small {
	font-size: small;
	color: #CCC;
}

.navigation {
	background-image: url(../images/tb_bg.png);
	background-repeat: repeat-x;
	height: 30px;
}

/* --------------------- */
/*    INDEX PAGE         */
/*---------------------- */

#index_header{
	color:#FFF;
	margin:10px;
}
#slidepilot {
	float:right;
}
#index_title{
	color:#FFF;
	margin:10px;
	padding: 5px;
	background-color: #333;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
}

h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
}

#container {
	margin:10px;
}

.thumb {
	float:left;
	padding: 5px;
	margin-bottom:3px;
	width:200px;
	height:75px;
	overflow:hidden;
	font-size:small;
	font-family: Verdana, Geneva, sans-serif;
}
.thumb a:link, .thumb a:visited {
	color:#FFF;
}
.thumb a:hover {
	color:#F90;
}
.thumb img {
	float:left;
	margin:3px;
	border:thin #333 solid;
	/*
	-webkit-box-reflect:below 1px
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(black));*/
}
.number {
	color:#999;
}

#index_footer {
	clear:left;
	margin:10px;
	border-top:thin #CCC solid;  
}
