/* style sheet */
/* elisann.com 2.0 */

body {
  font-family: Verdana, "Lucida Grande", Arial, Sans-serif;
  font-size: 95%;
  color: white;
  background: #705352 url('images/bgcolor_01.gif') repeat-x;
 }
 
#logo {
  position: absolute;
  left: 30px;
  top: 20px;
 }

#bar {
  position: absolute;
  width: 1170px;
  height: 8px;
  left: 30px;
  top: 142px;
  background: black;
 }
 
#menu {
 position: absolute;
 width: 255px;
 
 left: 30px;
 top: 150px;
 background-color: black;
 padding-left: 20px;
 padding-top: 55px;
 }
#menu img {
  border: none;
 }
  
#portmenu {
 position: absolute;
 width: 790px;
 left: 350px;
 top: 180px;
 background-color: black;
 padding-left: 30px;
 padding-right: 30px;
 padding-top: 25px;
 padding-bottom: 30px
 }

#biopic img {
  float:right;
  border: none;
  padding-left:30px;
 }
 
p.content {
  padding-left: 25px;
 }
p.content img{
  border: none;
 } 
p.content a {
  color: white;
  font-weight: bold;
  text-decoration: none;
 }
p.content a:hover {
  text-decoration: underline;
 } 
p.content a:visited {
  color: #E80707;
 }
 
img.thumbnail {
  width: 75px;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
 }
a img.thumbnail {
   border: none;
  }