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

body {
	background-color: #333333;
	margin: 0px;
	}

#horizon        {
	background-color: #333333;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content    {
	background-color: #333333;
	margin-left: -417px;
	position: absolute;
	top: -215px;
	left: 50%;
	width: 834px;
	height: 429px;
	visibility: visible;
	}
	
#horizon2        {
	background-color: #333333;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content2    {
	background-color: #333333;
	margin-left: -480px;
	position: absolute;
	top: -360px;
	left: 50%;
	width: 960px;
	height: 720px;
	visibility: visible;
	}

	
.slideshow { height: 429px; width: 700px; margin: auto }
.slideshow img { padding:0; margin:0; }

img {  
	border-style: none;
	cursor:pointer;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 835px;
}

#side-a {
	float: left;
	width: 134px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 700px;
	height: 1% /* Holly hack for Peekaboo Bug */
}


