/*-  Base styles
----------------------------------------------------------------------*/
body {
  text-align: left;
  margin: 0;
  padding: 0;
  background: #4e4e4e;
  min-width: 1000px;
  font-family: courier new, courier, monospace;
  font-size: 11px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:top center; 
}

#container {
  width: 900px;
  margin: 0px auto 0px auto;
  padding: 0;
  text-align: left;
  color: #000;
}

#left {
  width: 280px;
  font-family: Arial, Verdana, san-serif;
  color: white;
  letter-spacing: .2em;
  margin-top: 245px;
  margin-bottom: 30px;
  background: #4e4e4e;
  padding: 0px 8px 8px 0px;
  font-size: 11px;
  float: left;
  opacity:0.83;
  filter: alpha(opacity=83);
}

#right {
  width: 545px;
  color: #ffffff;
  margin-top: 0px;
  padding-top: 118px;
  height:100%;
  background: #4e4e4e;
  font-family: courier new, courier, monospace;
  font-size: 15px;
  float: right;
  opacity:0.83;
  filter: alpha(opacity=83);
}

#right_inside {
  width: 515px;
  margin-top: 5px;
  font-size: 15px;
  padding: 15px;
  float: right;
}

a {
  color: #66ff33;
  text-decoration:none;
}

a:hover,a:active {
  color: #66ff33;
  background: #000000;
  text-decoration:underline;
}

.hidden
{position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;}


/*-  Content styles
----------------------------------------------------------------------*/

#content {
  width: 994px;
  margin: 0px;
  padding: 4px;
  line-height:150%;
}


/*-  Menu Items
----------------------------------------------------------------------*/

a.rolloverinstitute {
display: block;
width: 550px;
height: 29px;
background: url("images/rollover_institute.gif");
text-decoration: none;
}
a.rolloverstudio:hover { 
background-position: 0 -29px;
}



/*-  Header Links
----------------------------------------------------------------------*/

a.header_top1 {
display: inline-block;
height: 165px;
width: 545px;
background: url("images/header_project_m.png");
background-repeat: no-repeat;
text-decoration: none;
  opacity:1.0;
  filter: alpha(opacity=100);
}
a.header_top1:hover { 
background-position: 0;

}
}


