@media screen {
	* { box-sizing: border-box; }
	body { background: #7F1114; padding: 10px; margin: 0; }
}

#LIGHTHOUSE { position: absolute; left: 25px; z-index: 999;}
#HEADER,#BODY { position: width: 90%; margin: 0 auto; }
#BODY { width: 99%; }
#HEADER { height: 165px; padding-left: 150px; relative; background: white; }	
#HEADER #C { position: absolute; margin-left: 50px; margin-top: 20px; width: 850px; height: 100px; color: #F7F1114; }
#HEADER #R { position: absolute; right: 20px; height: 100px; color: #F7F1114; padding-top: 15px; }
#MENU { background: #cd854b; height: 40px; margin: 8px 0; border-top: 2px solid white; border-bottom: 2px solid white;}
#HEADER H1, #HEADER H2, #HEADER H3 { margin: 0; padding: 0; }
#HEADER H1, #HEADER H3 { color: #7F1114; }
#HEADER #C H3 { font-size: 11pt; margin-top: 6px; }
#HEADER #C H1 { font-size: 18pt; }
#HEADER #C H1 B { font-size: 36pt; }

#MENU ul { display: inline-block; float: right; margin:0; padding: 0; padding-right: 12px; font-size: 14pt; margin-top: 7px; }
#MENU li { list-style-type: none; margin: 0 ; display: inline-block; font-size: bold 14pt;}
#MENU a { padding: 4px 35px; text-decoration: none; }
#MENU a:hover { color: blue; }
#MENU img { position: absolute; margin-left: -8px; margin-top: -5px; }
#MENU li:hover { background: rgba(0,0,0,0.3); }
H4 { position: relative; background: #7F1114; color: #fdbb57; width: 300px; font-size: 16pt; padding-left: 25px; margin: 35px; z-index: 10; transform-style: preserve-3d;  }
H4:before { position: absolute; content: " "; width: 30px; height: 85px; background: #fdbb57; margin-top: -30px; transform: translateZ(-1px); }
.border{ position: relative; padding: 12px; }
.block { position: relative; border: 1px solid #fdbb57; padding: 12px; }
.S { display: block; font-variant: small-caps;}
.S.B { padding-left: 40px; }
.S.C { padding-left: 15px; }

.BLOCK { position: relative; display: inline-block; }
.NEWS { position: relative; display: inline-block; height: 100%; padding: 10px; margin-top: -15px; } 
 .block { background: white; }
.CLICK { background: white; margin: 0 auto; margin-bottom: 5px; text-align: center; font: bold 16pt Verdana; padding: 10px 10px; border-radius: 20px; width: 450px; margin-right: 40%; margin-top: 25px; margin-bottom: -25px;}
.CLICK img { width: 64px; }
.CLICK span { color: #7F1114; }

H5 { display: block; margin: -10px; margin-bottom: 25px; font-size: 14pt; background: #fdbb57; }

.TOM { position: relative; width: 350px; height: 271px; text-align: center; font-size: 16pt; font-weight: bold; }
.TOM img { position: absolute; width: 333px; height: 271px; z-index: 1; top: 0; left: 0; }
.TOM span { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; }

@media print {
  @page { margin: 0; }
  body { margin: 1.6cm; zoom: 60% }
  #LIGHTHOUSE { position: absolute; left: 1in; z-index: 999;}
  #HEADER #R { right: 1in; } 
  #HEADER { padding-left: 85px; }	
  .CLICK { display: none; }
}