body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: Times New Roman;
  background: #cad1db url(bg.jpg);

}

a, a:hover, a:visited, a:active {
  color: #000;
  text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
  border: 0px;
}

#navig ul {
display: inline;
}      
#navig li {     
  font-size: 14px;
display: inline;
padding: 7px;
}  
#navig li.active, #navig li:hover {
  background-color: #c33;
}
#navig a {
  color:   #999;
  margin-top: 3px;
  font-weight: bold;
  text-decoration: none;
  
}
#navig li.active a {
  color: #fff;
}
#navig a:hover {
  color:   #c33;   
  text-decoration: underline;   
  color: #fff;
  
}

#content {
position: relative;
top: 60px;
left: 160px;
height: 700px;
width: 800px;
}

#content a {   
font-weight: bold;

}

#content li {
  margin: 20px;
  list-style-type: none;
}

#content img {
  margin-right: 3px;
}

/* override the arrow image of the tooltip */ 
#dynatip { 
    background:url(img/black_arrow_left.png);     
    padding:0px; 
    height:215px; 
    width: 380px;
}  
#dynatip div {     
    margin:30px; 
    margin-left:45px; 
    color: #fff;
}
#dynatip a {      
    color: #fff;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
         
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(img/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    top:15px; 
    left:15px; 
    font-size:11px; 
    color:#fff; 
} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}
