@charset "utf-8";
/* CSS Document */

body, html {
	background-color:#000;
	margin:0;
	padding:0;
	min-width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:2;
	}
#wrapper {
	position:relative;
	left:50%;
	margin-left:-500px;
	margin-top:60px;
	width:1000px;
	padding:0;
	}

div#navigation {
	position:absolute;
	top:60px;
	left:0;
	height: 50px;
	}
table#menu {
	position:relative;
	margin-top:0;
	top: 0;
	z-index: 9;
}
	
table#text {
	margin-top:500px;
	} 	
div#slideshow {
	display:block;
	width:1000px;
	height:525px;
	overflow:hidden;
	}

h2 {color:#CCC; font-weight:bold; font-size:14px;}

a:link {color:#FFF; font-weight:bold; text-decoration:none;}
a:visited {color:#FFF; text-decoration:none;}
a:hover {color:#FFF; text-decoration:none;}
a:active {color:#FFF; text-decoration:none;}

a {outline:none;}

