body 
{
  width: 100%;
  height: 100%;
  background-image: url(mod_bg.gif); 
  background-attachment: fixed; 
  background-repeat: no-repeat; 
  background-position: left bottom;
  overflow: hidden;
}

img#logo
{
  position: absolute;
  top: 0;
  left: 0;
  width: 241px;
  height: 129px;
}

img#theeye
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 519px;
  height: 539px;
}

div#bioArea
{
  position: absolute;
  top: 145px;
  left: 20px;
  width: 465px;
  height: 548px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #BFBFBF;
  cursor:default;
  overflow: hidden;
  border-width: medium;
	border-style: solid;
	border-color: black;
}

iframe#content
{
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 510px;
  right:0;
  border: none;
  overflow: auto;
}

table#menu
{
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
}

.menu td
{
	vertical-alignment: top;
}

body, tr, p, div, TD 
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #716F3F;
  cursor:default;
}

hr 
{
  background-color: #4B1B1B;
}

a
{
  cursor:crosshair;
}

a:link 
{ 
  color: #7B1B1B; 
  text-decoration: none; 
}
       
a:visited 
{
  color: #6B1B1B; 
  text-decoration: none; 
}
        	
a:hover 
{
  color: #A03838; 
  text-decoration: none; 
}
      	
a:active 
{
  color: #4B1B1B; 
  text-decoration: none; 
}

td#q
{
  width: 160px;
  color: #706e3f;
  text-align: right;
  vertical-align: top;
  border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #404010; 
}

td#a
{
  color: #958A4A;
  text-align: left;
  vertical-align: top;
}

