html {
	height: 100%;
}
html, body, div, h1, .desc { 
	font-family: 'trebuchet ms', verdana, arial; 
	padding: 10px; 
}

body { 
	margin: 0; 
	padding: 0; 
	font-size: small; 
	background-color: #111;
	width: 100%;
}

#main { 
	background: #111; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#copyright {
	width: 100%;
	background: #111;
	text-align: center;
	color: #444;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sliderImages {
	padding: 0px;
	margin: 0px;
}

div#slider {
	padding: 0px;
}
div#content-area { 
	background-color: #FDF5E6; 
	padding: 20px;
}

div#tabs {
	z-index: 500;
	position: relative;
	top: -80px;
	width: 768px;
	margin: auto;
}

div#ContactUs  {
	text-align: center;
}

div#ContactUs p {
	text-align: center;
}

img#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -20px;
	z-index: 1000;
}

img {
	border: none;
}

img#jody {
	float: right;
	margin: 10px;
}

img#philCarter {
	position: relative;
	float: left;
	margin: 10px;
}

img#andyDelaney {
	float: right;
	margin: 10px;
}

img#winterTree {
	float: left;
	margin: 10px;
}
img#sunset {
	float: right;
	margin: 10px;
}
img#katie {
	float: left;
	margin: 10px;
}

img#dunderMifflin {
	float: left;
	margin: 10px;
}

p {
	text-align: justify;
}

div.clearboth {
clear:both;
height:0px;
font-size:0px;
line-height:0px;
margin:0px;
padding:0px;
} 

/* Easy Slider */
	#slider {
		display: block;
		position: relative;
		top: -60px;
		z-index: 0;
		width: 768px;
		left: 50%;
		margin-left: -384px;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:768px;
		height:200px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */