
body {
  text-align: center; /* for IE */
  padding-top:0px;
  margin:0px;
  font-family: Arial, Tahoma,  sans-serif;
  background-color:#000000;
  color: #FFFFFF
}

#center{
  	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 1000px;
}

#page{
   width:1000px;
   min-height:484px;
   margin:0px ;
   padding:0px;
   color: #FFFFFF;
   /*border:1px red solid;    */
}

h1{
  font-size: 14pt;
  color: #0190b2;
}

h2{
  font-size: 12pt ;
  color: #0190b2;
}
h3{
  color:#0190b2;
}

.safety{
  font-size: 8pt;
  color: #FF0033
}


a:link, a:visited, a:active{
   color:#99FFFF;
  text-decoration: none;
}
a:hover{
  color: #0190b2;
   text-decoration: none;
}


#menu{
   height:60px;
   padding:10px;
  text-align: center
}

.menuitem{
  color:#ffffff;
  text-align: center ;
   width:120px;
}


.menuitem a:link, .menuitem a:visited, .menuitem a:active{
   color:#ffffff;
 font-size: 10pt;
  text-decoration: none;


}
.menuitem a:hover{
  color: #0190b2;
   text-decoration: none;

}

.menuspace{
  width:120px;
  height:3px;
}


.menudivide{
  width:120px;
  height:1px;
  text-align: center;
  background-color: purple
}

#title{
  width:1000px;
  height:110px;
  border-bottom:1px solid purple;
}


#col1 {
  float:left;
  width:130px;
  padding-right:10px;
}
#col2 {
  float:left;
  width:720px;
}
#col3 {
  float:left;
  width:130px;
  padding-left:10px;
}

#col12{
   float:left;
  width:635px;
  padding-right:20px;
}


#col23{
  float:left;
  width:625px;
  padding-left:20px;
  padding-right:20px;
}


.col3line{
  width:205px;
  height:1px;
  border-top:4px solid #526a36;
  border-bottom:4px solid #526a36;

}

#footerline{
  height:1px;
  width:1000px;
  background-color: purple;
}


#footer{
  text-decoration: none;
  color: #FFFFFF;
  width:1000px;
  height:150px;
  text-align: center
}

.newssub{
  font-size: 8pt
}

#commentform{
  background-color:#526A36;
  color: #FFFFFF;
  padding:20px;
}

.commentformbold {
  color: #FFFFFF ;
  font-weight: bold
}


input.blur {
  color: #999;
}

.contactbox{
  background-color:#dddddd;
}

.star{
  color: #FF0000
}

#newscontent{

}
.newsdate{
  color: #AAAAAA;
  font-size: 8pt;
  text-decoration: none;
}
.newstitle{
  font-weight: bold ;
  font-size: 10pt
}

.menutable{
  text-align: center
}

#gallery{
  float:left;
  width:462px;
  min-height:420px;
  overflow:auto;
  color: #282128;
  overflow: auto  ;
}

#contentgallery{
  height:408px;
  width:420px ;
  border: 1px grey solid;
  padding:20px;
}

#gallerymenu{
  float:left;
  width:180px;
  height:428px;
  background-color: #27260a;
  color: #FFFFFF ;
  padding:10px;


}

#gallerymenu a:link, #gallerymenu a:active, #gallerymenu a:visited{
  text-decoration: none;
  color:#ffffff;
  font-weight: bold
}

#gallerymenu a:hover{
  text-decoration:underline;
  color:#ffffff;
  font-weight: bold
}

#popuptext{
  color: #AAAAAA;
  background-color: #000000
}

