  * { 
    margin: 0 ;  
    padding: 0;
  }
  
  #bcontainer
{
background-color: #000000;
}
#binside
{
margin-left: auto;
margin-right: auto;
background-color: #000000;
}
 #inner_nav_td{
padding-left: 10px;
padding-top: 5px;
color: #9ED652;
} 
#inner_td{
padding-left: 10px;
} 
  
  body {
    background: #000000;
    font-family: 'Lucida Grande',Arial,sans-serif;
    font-size: 12px;
    padding-top: 18px;
	color: #cccccc;
	
  }
  p,
  ul,
  ol { 
    margin-bottom: 18px; 
  }
  ul {
    list-style-type: square;
    margin-left: 2em;
  }
  h1 { 
    color: #9ed652;
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
  }
  h2 { 
    color: #a39c8d;
    font-size: 18px; 
    line-height: 18px; 
    margin-bottom: 18px;
  }
  h3 { 
    font-size: 12px; 
    line-height: 18px; 
  }
  .left { 
    float: left; 
    margin: 0 18px 18px 0; 
  }
  .right { 
    float: right; 
    margin: 0 0 18px 18px; 
  }
  .callout {
    font-size: 11px;
    color: #a39c8d;
    border: 1px solid ##00fa32;
    background: #404040;
    padding: 8px 10px;
    margin-bottom: 18px; 
  }
  .callout :last-child { 
    margin-bottom: 0; 
  }
  .callout h4 { 
    font-size: 11px; 
    line-height: 18px; 
  }
  .column { 
    float: left; 
    width: 65%;
  }
  .sidebar {
    width: 25%;
    font-size: 11px;
    color: #a39c8d;
  }
  a{
  font-size: 12px; 
    line-height: 18px;
	text-decoration: none;
	color: #F8BF24;
  }
  a:visited{
  font-size: 12px; 
    line-height: 18px;
	text-decoration: none;
	color: #F8BF24;
  }
  a:hover{
  font-size: 12px; 
    line-height: 18px;
	text-decoration: none;
	color: #9ED652;
  }
  #content {
  color: #808080;
    margin: 36px 36px 36px 72px;
    min-width: 40em;
    max-width: 60em;
    _width: 50em;
  }
  #biopic {
    width: 185px;
  }
  