@font-face {

    font-family: 'PTSansNarrowBold';

    src: url('ff-fonts/PTN77F-webfont.eot');

    src: url('ff-fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),

         url('ff-fonts/PTN77F-webfont.woff') format('woff'),

         url('ff-fonts/PTN77F-webfont.ttf') format('truetype'),

         url('ff-fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');

    font-weight: normal;

    font-style: normal;
}
body {

	background:#000 url(./images/backdrop-tv.jpg) no-repeat center top;
	color: #FFF;

}
html, body{margin:0; padding:0; text-align:left; font-family: 'PTSansNarrowBold', sans-serif; font-size:18pt; 



}
.column1{
	width:50%;
	float:left;
	margin-top:6px;
	}
.column2{
	width:50%;
	float:right;
	margin-top:-16px;
	}
.exercizeHeader{margin:0 auto;
	width:90%;
	height:60px;
	background:url(images/alaskaff-logo-300.png) left no-repeat ;
	}
.exercizeHeaderTitle{
	float:right;
	}
.exercizeHeader h1{	
	font-size:1.8em;
	font-family:'PTSansNarrowBold', sans-serif;
	line-height:.8;
	margin-top: 10px;
	padding-top: 5px;
	padding-right:14px;
	float:left;
}
.exercizeHeader h1 input{	
	background:none;
	color:#FFF;
	border:none;
	font-size:.6em;
}

.exercizeHeader h3{
	margin-top: 40px;
	font-size:1em;
	line-height:0;
	float:left;
	padding:0 10px 0 10px;
}


.exerciseWrapper{
	margin:0 auto;
	
	width:90%;
	
	}
.exerciseName{
	font-size: 2.4em;
	margin: 10px;
	background-color: #333;
	padding: 5px 5px 5px 10px;
	line-height: 1em;}