/* generic tags */
h2
  {
  font: xx-large, times-roman   
  }   

h3
  {
  font: x-large, times-roman, bold;
  margin: 15px 0 20px 5px;
  }   

p
  {
  font: large, times-roman   
  }   

img 
  {
  border:1px solid black;
  margin:5px 5px 5px 5px;
  }

li
  {
  font: large, times-roman   
  }

li a
  {
  font: large, times-roman   
  }
 
/* classes */                         
.floatingimageright480
  {
  float:right;
  width:500px;
  margin:10px 10px 10px 10px;
  padding:10px;
  border:1px solid black;
  text-align:center;
  }

.floatingimageleft480
  {
  float:left;
  width:500x;
  margin:10px 10px 10px 10px;
  padding:10px;
  border:1px solid black;
  text-align:center;
  }                      

.floatingimageright320
  {
  float:right;
  width:340x;
  margin:10px 10px 10px 10px;
  padding:10px;
  border:1px solid black;
  text-align:center;
  }                      

.floatingimageleft320
  {
  float:left;
  width:340x;
  margin:10px 10px 10px 10px;
  padding:10px;
  border:1px solid black;
  text-align:center;
  }                      

.floatingimageright660
  {
  float:right;
  width:660x;
  margin:10px 10px 10px 10px;
  padding:10px;
  border:1px solid black;
  text-align:center;
  }                      

.floatingimageleft660
  {
  float:left;
  width:660x;
  margin:10px 10px 10px 10px;
  padding:10px;
  border:1px solid black;
  text-align:center;
  }                      

.caption
  {
  color: #909090;
  font-size: 125%
  }   

div.img
  {
  margin: 2px;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
  
div.img img
  {
  display: inline;
  margin: 5px;
  border: 1px solid #ffffff;
  }
  
div.img a:hover img
  {
  border: 1px solid black;
  background: #000000;
  }

div.img_border
  {
  margin: 1px;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
  
div.img_border img
  {
  display: inline;
  margin: 10px;
  border: 1px solid black;
  }
  
div.desc_large
  {
  text-align: center;
  font: x-large, times-roman, bold;
  margin: 2px;
  }
  
div.desc_small
  {
  text-align: center;
  font: medium, times-roman;
  margin: 1px;
  }

/* IDs */
#content
  {
  border: black thin solid;   
  }   

#content p
  {
  line-height: 145%;
  margin: 0 0 0 5px;
  }   

#content a 
  {
  text-decoration: none;
  color: #0000FF;
  }

#content a:hover
  {
  color: #000;
  background: #AAE;
  border-color: #227;
  }

#content p#code_listing
  {
  font: x-large, courier;
  line-height: 100%;
  }   

#gallery
  {
  border: black thin solid;   
  }   

#footer
  {
  font: large, times-roman	
  }	

#navlist
  {
  padding: 3px 0;
  margin-left: 0;
  border-bottom: 1px solid #778;
  font: bold large Verdana, times-roman;
  }

#navlist li
  {
  list-style: none;
  margin: 0;
  display: inline;
  }

#navlist li a
  {
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
  }

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
  {
  color: #000;
  background: #AAE;
  border-color: #227;
  }

#navlist li a#current
  {
  background: white;
  border-bottom: 1px solid white;
  }

