@charset "utf-8";
/* CSS Document */
.iframewrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#footer a, .frontbox a {
	text-decoration: underline;
	color:#eeeeee;
}
.frontbox h2, .frontbox, #footer {
	color:#eeeeee;
}
@media screen and (max-width: 480px) {
.staffpics	{
	width:100px;
	height:120px;
}
#header	{
	background-image:url(/ftinn/_img/bannerm18.jpg);
}
}
@media screen and (min-width:481px) and (max-width:768px){
.staffpics	{
	width:160px;
	height:200px;
}
#header	{
	background-image:url(/ftinn/_img/banner18.jpg);
}
}
@media screen and (min-width: 769px) {
.staffpics	{
	width:200px;
	height:250px;
}
#header	{
	background-image:url(/ftinn/_img/banner18.jpg);
}
}