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

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}
body {
	background-color: #000;
	margin-top: 0px;
}
#wrapper {
	width: 960px;
	position: relative;
	height: 800px;
	margin: 0 auto;
}
#header {
	position: absolute;
	width: 960px;
}

#navBar {
	float: left;
	position: absolute;
	top: 150px;
	width: 960px;
	height: 25;
}
#content {
	position: absolute;
	width: 500px;
	top: 185px;
	left: 0px;
	height: 1px;
}
#slideshow {
	position: absolute;
	width: 450px;
	top: 185px;
}
#slideshow {
	float: left;
	position: absolute;
	left: 510px;
	top: 185px;
}
#col1 {
	float: left;
	height: 150px;
	width: 316px;
	position: absolute;
	top: 600px;
	font-family: Arial, Helvetica, sans-serif;
}
#col2 {
	width: 316px;
	margin-left: 5px;
	position: absolute;
	top: 600px;
	left: 321px;
}
#col3 {
	position: absolute;
	width: 316px;
	left: 642px;
	top: 600px;
}
#footer {
	float: left;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 750px;
}
