/*-  Base styles
----------------------------------------------------------------------*/
body {
  text-align: left;
  margin: 0;
  padding: 0;
  background: #333333;
  min-width: 925px;
  font-family: georgia, times new roman;
  font-size: 12px;
}


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

#left {
  width: 280px;
  font-family: courier new, courier, monospace;
  color: white;  
  margin-top: 170px;
  margin-bottom: 30px;
  background: #4e4e4e;
  padding: 8px 8px 8px 8px;
  font-size: 11px;
  float: left;
}

#right {
  width: 550px;
  font-family: georgia, times new roman;
  color: #bbbbbb;
  margin-top: 30px;
  font-size: 15px;
  float: right;
}

#right_inside {
  width: 535px;
  font-family: georgia, times new roman;
  color: #bbbbbb;
  font-size: 15px;
  float: right;
}

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

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: 925px;
  margin: 0px;
  padding: 15px;
  line-height:150%;
}


/*-  Return Link
----------------------------------------------------------------------*/

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

