body {
  background-color: #cdcdcd;
  color: #696969;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  /*margin: 30px 0 20px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  /*text-align: center; /* Centers the page content container in IE 5 browsers. */
}



A:link  {
	color: #535353;
	text-decoration: none;
}

A:visited  {
	color: #535353;
	text-decoration: none;
}

A:active  {
	color: #535353;
	text-decoration: none;
}

A:hover  {
	color: #ff0000;
	text-decoration: underline;
}
TD  {
font-family: Arial, Helvetica;
font-size: 12px;
color: #696969;
           }
   
TD.menu {
font-family: Arial, Helvetica;
font-size: 11px;
color: #ffffff;
}



line-spacing { 
line-height: 24pt: 
}
h1 {
font-family: Arial, Helvetica;
font-size: 24px;
color: #696969;
style: bold;
}
h2 {
font-family: Arial, Helvetica;
font-size: 16px;
color: #696969;
style: bold;
}

h3 {
font-family: Arial, Helvetica;
font-size: 13px;
color: #696969;
style: bold;
}

/*styles for picture gallery*/
#pictureWrapper {
  width: 400px;
  float:right;
  text-align:center;
  font-weight:normal;
  margin: 24px 0px 50px 0;/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px  0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  }
#pictureWrapper p {
  margin:0;
  padding:0;
  }
#mainpic {
  float:right;
  
  }
#mainpic img{
  margin: -8px 8px 8px -8px;
  }

#thumbnails {
  min-height: 550px;
  }
#thumbnails img {
  margin: 0 2px;
  border: none;
  }
#thumbnails table {
  margin: 0 0px;
  font-weight: normal;
  }
#pageNav {
  width: 310px;
  }