@charset "utf-8";
/* CSS Document */

#content {
	position: relative;
	float: left;
	margin: 0px 0px 200px 42px;
	/* background: #C90; */
	width: 788px;
}

#text1 {
	float: left;
	margin: 0px 0px 0px 0px;
}

#slideshow {
	margin-top: 0px;
	margin-left: -14px;
}
			
#nav {
	position: relative;
	float: right;
	margin: 5px 44px 12px 0px;
	z-index: 99;
}
			
#nav a { 
	float: left;
	display: block;
	width: 8px;
	height: 8px;
	color: #000;
	overflow: hidden;
	background: #000; 
	text-decoration: none; 
	font-size: 6px;
	text-align: center;
	margin: 0px 0px 0px 10px; 
}
				
#nav a.activeSlide { 
	color: #F00;
	background: #F00; 
}
			
#nav a:focus { 
	outline: none; 
}

