/* Our story CSS Page */

.text_panel p {
	font-size: 1.2em;	
	line-height: 14px;
}

.text_panel {
	margin-left: 170px;
	width: 600px;	
	padding-top: 10px;
}

.app_flashcont_outer {
	width: 718px;
	height: 552px;
	background-image: url(../images/app_window.png);	
	margin-top: 20px;
	margin-left: 80px;
	z-index: 10;	
}

.back_link {
	position: absolute;
	background-color: #F2f2f2;
	border: 1px solid #ccc;
	padding: 8px;	
	margin-left: 443px;
	margin-top: -20px;
	font-size: 1.2em;
}

.back_link a {
	color: #000;
	text-decoration: none; 	
}

.back_link a:hover {
	color: #333;	
}

.app_flashcont_inner {
	width: 629px;
	height: 462px;	
	margin-left: 47px;
	margin-top: 38px;
	z-index: 11;
}

.bear {
	font-weight: bold;	
	color: #990000;
}

.dinos {
	font-weight: bold;	
	color: #FF9900;
}

