.hide{
	display:none;	
}

@font-face {
	font-family: 'JournalRegular';
	src: url('journal-webfont.eot');
	src: local('?'), url('journal-webfont.woff') format('woff'), url('journal-webfont.ttf') format('truetype'), url('journal-webfont.svg#webfont8mcycjl3') format('svg');
	font-weight: normal;
	font-style: normal;
}



body{
	padding:0;
	margin:0;
	background:#ffffff;
}
img{
	border:none;	
}
.title{
	color:#000000;	
}
#header{
	height:80px;
	width:100px;
}
#content{
	clear:both;
	margin:auto;
	padding:auto;
	width:300px;
}
#footer{
	clear:both;	
	bottom:0px;
	position:absolute;
	background:#000000;
	height:40px;
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
}
.remoteControl{
	float:right;
	display:absolute;
	margin-top:-180px;
	margin-right:20px;
}
.nav{
	margin:auto;	
	list-style:none;
}
.nav li{
	float:left;
	list-style:none;
}
.nav li ul li{
	float:none;	
}
.white{
	color:#ffffff;
	font-weight:bold;
}
#remote_instructions{
	color:#000000;
	width:320px;
	text-align:right;
	float:left;
	display:none;
	padding:8px;
	font-family:verdana, arial;
	font-size:1em;
	
}