/* link properties */
a:link    { color: red; font-weight:normal; text-decoration: none}
a:active  { color: #F0F050; font-weight:normal; text-decoration: none}
a:visited { color: red; font-weight:normal; text-decoration: none}
a:hover    { color: blue; font-weight:normal; text-decoration: none}

/* properties for images */
img { border-style: none; }

/* properties used for table elements */
td { vertical-align: top; }

/* properties for body */
body
{
  background-image: url(images/bg.png);
}

/* properties for headings */
h3
{
  margin-top: 3.5em;
  margin-bottom: 0em;
}

/* properties for headings */
h2
{
  margin-top: 1em;
  margin-bottom: 0em;
}

/* properties for the main content */
div#content
{
  font-family: InaiMathi, Helvetica, serif;
  position: absolute;
  left: 225px;
  top: 100px;
  width: 450px;
  height: 100%;
/*  overflow: auto; */
}

/* properties for the name */
div#name
{
  position: absolute;
  left: 50px;
  top: 25px;
  width: 100%;
}

/* properties for the navigation bar */
div#nav
{
  position: absolute;
  left: 50px;
  top: 90px;
  width:100%;
  border-style: none;
  overflow: visible;
}

/* properties for the image navigator */
div#imagenav
{
  font-family: InaiMathi, Helvetica, serif;
  position: absolute;
  left: 50px;
  top: 140px;
  width: 100px;
}

/* properties for the research navigator */
div#researchnav
{
  position: absolute;
  left: 0px;
  top: 140px;
  width: 140px;
}

/* properties for generic tables */

table 
{ 
  border-spacing: 30px; 
  border-style: none;
  border-width: 1px;
}

/* properties for the video navigator */
div#videonav
{
}

/* properties for the photos page */
div#photos
{
  font-family: InaiMathi, Helvetica, serif;
  position: absolute;
  left: 275px;
  top: 120px;
  width: 550px;
  height: 400px;
  overflow: auto;
}

/* properties for each picture page */
div#pictures
{
  font-family: InaiMathi, Helvetica, serif;
  position: absolute;
  left: 020px;
  top: 120px;
  width: 780px;
  height: 400px;
  overflow: auto;
}

/* properties for table used for images */
table#imgtable
{
  border-spacing: 30px;
}

/* properties for the list used to specify research topics */
dl#research
{
  font-family: InaiMathi, Helvetica, serif;
  font-size: 150%;
}
