#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
 
#popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


* {
	background: #fff !important;
	background-image: none !important;
	color: #000 !important;
	font-style: normal !important;
	font-family: Arial, Helvetica, sans-serif !important;
   font-size: x-large !important;
   font-weight: bold !important;
	overflow: visible;
	line-height: 150% !important;
	letter-spacing: 2px !important;	
}
img, #slideshow {
  display: none !important;	
}
h1 {
   	font-size: xx-large !important;
}
h2, h3 {
   font-size: x-large !important;
}
div#wrapper {
  width: 1200px !important;
}
div#leftcolumn {
  width: 25% !important;
  float: left;
}
div#maincolumn {
    width: 72% !important;/**/
    margin-top: 0 !important;
    padding-top:0;
}
div#rightcolumn, div#tabarea {
display: none !important;
visibility: hidden;
  width: 0 !important; 
 margin: 0 !important;
 padding: 0 !important;
}
/*p, li {
	padding-bottom: 1.5em  !important;
}*/
a:link, a:hover {
    text-decoration: underline;
}
#spec {
    width: 300px !important;
    height: 30px !important;
    background-image: url(http://www.gtn.lokos.net/aspecial/stand.gif) !important;
    border: 1px black outset !important;
     margin-bottom: 5px;
}

h1, h2, h3{
	font-size: xx-large !important;
}

#nav, #menu{
    height: 8em !important;
}
#nav a, #menu a {
    height: 1.6em !important;
}