*{margin:0; padding:0;}

body{
	background:#FFFFFF;
	height:100%;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.4em;

		padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font:12px/22px "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#766D64;
	background-color: #FFF;
	margin-top: 20px;
}



#window{
	clear:both;
	width:719px;
	height:526px;
	overflow:hidden;
	position:relative;
	margin:10px auto 10px auto;
	background-color: #000000;

}

#slideshow{width:1438px; height:1052px; overflow:hidden; position:relative;}
	#slideshow li{width:719px; height:526px; float:left; display:inline;}


#content{background:#766d64 url('entrance-images/speech-bubble.jpg') top left no-repeat; color:#FFF; font-family:georgia, serif; width:719px; 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;}
		

	  
	  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:719px;
		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 */
 #container {
	width: 719px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	
}



#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
