	* {
		margin: 0;
		padding: 0;
	}

	html {
		background: #000;
	}
	
	body {
		font-family: Verdana;
		font-size: 11px;
		color: #e8ecd6;
	}
	
	#wrapper {
		margin: 50px auto;
		width: 1000px;
	}
	
	.transparent
	{
		background: #161616;
		filter:alpha(opacity=85);
		-moz-opacity:.85;
		opacity:.85;
	}
	
	a img
	{
		border: 0;
	}

/*********************
*	HEADER
*********************/
	#header {
		height: 40px;
		position: relative;
		
		z-index: 9999;
	}
	
	#header #logo {
		float: left;
		margin-top: 4px;
		margin-left: 15px;
	}

/*********************
*	CONTENT
*********************/	
	#content {
	}
	
	#slideshow {
		width: 1000px;
		float: left;
		margin-top: -40px;
		margin-bottom: -19px;
		height: 563px;
	}
	
	#slideshow img {
	}
	/*
	.slideshow_nav {
		position: relative;
		width: 628px;
		margin-top: -158px;
		z-index: 99;
		height: 155px;
	}
	
	#slideshow_prev, #slideshow_next {
		width: 33px;
		height: 26px;
	}
	
	#slideshow_prev {
		background: url( '../images/slideshow_arrow_prev.png' );
		float: left;
	}
	
	#slideshow_next {
		background: url( '../images/slideshow_arrow_next.png' );
		float: right;
	}
*/
	
/*********************
*	FOOTER
*********************/
	#footer
	{
		clear: both;
		color: #fff;
		width: 985px;
		padding-top: 4px;
		padding-right: 15px;
		text-align: right;
		
		position: relative;
		z-index: 9999;
		height: 15px;
	}

	#footer img
	{
		margin-right: 8px;
		margin-left: 15px;
	}
