@CHARSET "ISO-8859-1";


body { 
  background-color: #000000;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 12pt;
  color: #FFFFFF; 
  text-decoration: none;
}



.text { 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #FFFFFF; 
  text-decoration: none;
  border: 0;
}

.smalltext { 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 8pt;
  color: #FFFFFF; 
  text-decoration: none;
  border: 0;
}

.portrait_slideshow { 
  width: 200px;
  height: 270px;
}

.landscape_slideshow { 
  width: 270px;
  height: 200px;
}

.menutable { 
  width: 800px;
}

.testtable { 
  width: 1000px;
  text-align: left;
}

.td_leftcol { 
  width: 475px;
  text-align: left;
}

.td_rightcol { 
  width: 475px;
  text-align: left;
}

.td_spacer { 
  width: 50px;
}

.vspacer { 
  height: 10px;
}

.menulink  a{ 
  background-color: #000000;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #FFFFFF; 
  text-decoration: none;
  border: 0;
}

.menulink:hover {
     background-color: #5A8EC6;
}


.menucell { 
  width: 150px;
  text-align: center;
}

.displayDiv { 
   float: left;
}

#container { 
  position: absolute;
  top: 40px;
  text-align: center;
  width: 1024px;
}

#container_top { 
  text-align: center;
  top: 20px;
  width: 1024px;

}

#container_middle { 
  text-align: center;
  top: 20px;
  width: 1024px;
  height: 500px;
  
}

#container_bottom { 
  text-align: center;
  width: 1024px;

}


#static_div { 
  float: left;
  width: 500px;
  
}

#ss_family { 
  float: left;
  width: 260px;

}

#ss_nature { 
  float: left;
  width: 300px;
}

#title { 
  text-align: center;
  height: 50px;
}

#menu { 
  float: right;
 
}



