/* PERENITY SITE STYLES */


body {
	margin:0;
	padding:0;
	background:#fff;
	text-align:center;
	}
	
	
#container {
		position:relative;
		width:800px;
		margin:25px auto 0 auto;
		padding:0;
        text-align: center;
        min-width: 800px; 
}

	
#intro_logo {
	width:236px;
	height:354px;
	margin:150px auto 75px auto;
	padding:0;
	}
	
	
ul#tabs {
	position:relative;
	width:450px;
	height:25px;
	list-style:none;
	margin:0 auto 0 auto;
	padding:0;
	}
	
	
ul#tabs li a span {display:none;}


ul#tabs li#mission a {
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:25px;
	margin:0;
	padding:0;
	background:url(images/tabs.gif) 0 0 no-repeat;
	}
	
ul#tabs li#mission a:hover, ul#tabs li#mission a#active {
	background:url(images/tabs.gif) 0 -25px no-repeat;
	}
	
	
ul#tabs li#stories a {
	position:absolute;
	top:0;
	left:150px;
	width:150px;
	height:25px;
	margin:0;
	padding:0;
	background:url(images/tabs.gif) -150px 0 no-repeat;
	}
	
ul#tabs li#stories a:hover, ul#tabs li#stories a#active {
	background:url(images/tabs.gif) -150px -25px no-repeat;
	}
	
	
ul#tabs li#contact a {
	position:absolute;
	top:0;
	left:300px;
	width:150px;
	height:25px;
	margin:0;
	padding:0;
	background:url(images/tabs.gif) -300px 0 no-repeat;
	}
	
ul#tabs li#contact a:hover, ul#tabs li#contact a#active {
	background:url(images/tabs.gif) -300px -25px no-repeat;
	}
	
	

/* MISSION TEXT */


#mission_text {
	width:687px;
	height:570px;
	margin:0 0 25px 75px;
	padding:0;
	}
	
	
#stories_text {
	position:relative;
	width:687px;
	height:570px;
	margin:0 auto 0 auto;
	padding:0;
	}
	
	
#email {
	width:664px;
	height:94px;
	margin:0 auto 0 auto;
	padding:250px 0 0 0;
	}
	
	
#home_logo {
	width:65px;
	height:63px;
	float:left;
	margin:0;
	padding:0;
	}
	
	
	
	
	
	
	