*{margin:0; padding:0;}

body{
	background:#FFFFFF;
	height:100%;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.4em;
	margin-top: 0px;
}

.edge-holders{
	width:758px;
	height:274px;
	background:url('entrance-images/overlay.png') no-repeat top center;
	position:relative;
	z-index:10;
	top:-700px;
	background-image: url(entrance-images/overlay.png);
}  

#window{
	clear:both;
	width:758px;
	height:274px;
	overflow:hidden;
	position:relative;
	margin:10px auto 10px auto;
	background-color: #766d64;
}

#slideshow{width:1920px; height:700px; overflow:hidden; position:relative;}
	#slideshow li{width:760px; height:277px; float:left; display:inline;}


#content{background:#766d64 url('entrance-images/speech-bubble.jpg') top left no-repeat; color:#FFF; font-family:georgia, serif; width:760px; margin:0px auto 10px auto; overflow:hidden; padding-top:20px;}

	#content p{font-size:16px; line-height:1.6em; padding:40px 30px 30px 0px; margin:0;}
		#content p a{color:#73ccff;}
		#content img{float:left; padding:30px;}
		
p.footer{text-align:center; color:#ccc; font-size:12px; font-family: arial, sans-serif;}
	p.footer a{color:#73ccff; text-decoration: none;}
		
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
	  
	  a:hover, a:active {
	color: #FC0;
	font-weight: normal;
	text-decoration: none;
}
a:link, a:visited {
	color: #686657;
	text-decoration: none;
	font-weight: normal;
}
.titles {
	color: #FCEA3E;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}
/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:760px;
		height:100px;
		overflow:hidden; 
		}
	#slider li{ 
		background:#ffffff;
		}		
	#slider li h2{ 
		margin:0 10px;
		padding-top:10px;
		}	
	#slider li p{ 
		margin:10px;
		}				
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */
