body {  
	width: 3800px;  
	background: #777;
	background-image: url('../images/tarmac_seamless.jpg');
	font-family: Alegreya, Bookman Old Style, Bitstream Charter, serif;
	font-weight: 400;
}  

strong {
	font-weight: 700;
}

#home h1,
#home h2 {
	text-align: center;
}

img.scenepicture {
	border-style: none;
	width: 320px;
	height: 320px;
}

#logo {
	width: 320px;
	height: 320px;
}

.panel {  
	width: 320px;
	float: left;
	padding: 15px;
	margin-right: 12px;
	margin-top: 40px;
	border: 9px solid red;
	border-color: #d00 #900 #600 #d00;
	background-color: #fff;
} 

nav.banner ul {  
	position: fixed;  
	top: 0;
	left: 0;
	width: 100%;
	background-color: #444;
	background-image: url('../images/tarmacdark_seamless.jpg');
	margin: 0 0 3px 0;  
	height: 2em;
	padding: 3px 0;  
	border-bottom: 1px solid #333;
}  

nav.banner ul li {  
  display: inline;  
  padding: 0 4px;
} 

nav.banner ul li a {
	color: #fff;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 80%;
}

footer {
  position: fixed;  
  bottom: 0;
  left: 0;
  height: 3em;
  width: 100%;
  padding: 0 8px;
  background-color: #900;
  color: #fff9f9;
  font-size: 80%;
  border-top: 1px solid #a00;
}

.stoppress {
	font-weight: bold;
	color: #c00;
}
