.png
{
	behavior: url('iepngfix.htc');
}
body {
  background: url(img/bg.jpg) black; 
  background-repeat: repeat-x;
  background-attachment: scroll; 
  position: relative;
}

html>body {
  height: 830px
}
a.menu:link {
	font-family: arial narrow;
	font-size: 21px; 
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #ffffff;
}
a.menu:visited {
	font-family: arial narrow;
	font-size: 21px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #ffffff;
}
a.menu:active {
	font-family: arial narrow;
	font-size: 21px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #ffffff;
}
a.menu:hover {
	font-family: arial narrow;
	font-size: 21px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #A9D3E9;
}

a.botlink:link {
	font-family: arial;
	font-size: 12px; 
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #ffffff;
}
a.botlink:visited {
	font-family: arial;
	font-size: 12px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #ffffff;
}
a.botlink:active {
	font-family: arial;
	font-size: 12px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #ffffff;
}
a.botlink:hover {
	font-family: arial;
	font-size: 12px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #F60000;
}

h1
{
	font-family: arial;
	font-size: 20px;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #fdf900;
}

h3
{
	font-family: arial;
	font-size: 20px;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #fdf900;
}

.header1
{
	font-family: arial;
	font-size: 18px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #ffffff;
}
.header2
{
	font-family: arial;
	font-size: 14px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #ffffff;
}

.maintext
{
	font-family: arial;
	font-size: 14px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #ffffff;
}

p
{
	font-family: arial;
	font-size: 18px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #ffffff;
}

img {
  border: 0;
}

ul {
  color: white;
  font-family: arial;
  font-size: 12pt;
  font-weight:bold;
}



a:link {
	font-family: arial;
	font-size: 12pt; 
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #fdf900;
}
a:visited {
	font-family: arial;
	font-size: 12pt;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #fdf900;
}
a:active {
	font-family: arial;
	font-size: 12pt;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #ffffff;
}
a:hover {
	font-family: arial;
	font-size: 12pt;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #FFFFFF;
}

#board {
	background:#ffffff;
	height: 205px;
  display: none;
	width: 500px;
  border-bottom: solid 4px #000000;
	position:absolute;
	right: 0;
	top: 0;
	z-index: 100;
	}
.button-slide {
	text-align: center;
	width: 94px;
  height: 40px;
	padding: 6px 6px 0 0;
  margin: 0 auto;
  display: block;
	font: bold Arial, Helvetica, sans-serif;
	color: #fdf900;
  text-decoration: none;
	position:absolute;
	top: 0px;
	right: 0px;
	z-index: 101;
}
a.button-slide:link, a.button-slide:visited {
	font: bold Arial, Helvetica, sans-serif;
	color: #000000;
  text-decoration: none;
}

a.button-slide:hover, a.button-slide:active {
	font: bold Arial, Helvetica, sans-serif;
	color: #fdf900;
  text-decoration: none;
}
         /* #g1 ul,  #g2 ul,  #g3 ul { list-style: none; }
          #g1 ul li, #g2 ul li, #g3 ul li  { display: inline; height:100%; }
          #g1 ul img, #g2 ul img, #g3 ul img  {
	        border: 5px solid #97a2c9;
	        border-width: 5px 5px 20px;
          }
          #g1 ul a:hover img, #g2 ul a:hover img, #g3 ul a:hover img {
	        border: 5px solid #fff;
	        border-width: 5px 5px 20px;
	        color: #fff;
          }
          #g1 ul a:hover, #g2 ul a:hover, #g3 ul a:hover { color: #fff; } */
          .gallery h3 { padding-left: 40px; margin: auto; }
          .gallery ul { list-style: none; }
          .gallery ul li  { display: inline; height:100%; padding: 0px; margin: auto; }
          .gallery ul img  {
	        border: 2px solid #97a2c9;
	        border-width: 2px 2px 2px;
          }
          .gallery ul a:hover img {
	        border: 2px solid #fff;
	        border-width: 2px 2px 2px;
	        color: #fff;
          }
          .gallery ul a:hover { color: #fff; }  
