body
{ background: #000000;
  color: #70695A;
}

blockquote{border-color: #767676;}

#main
{ background: #000000 url(main.png) repeat-y;
  color: #70695A;
}
 
#links, #footer, #menu, #menu li a
{ background: #000000 url(menu.png);
  color: #DBD7D1;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #DBD7D1;
}

#logo
{ background: #000000 url(./pics/duuni.jpg) no-repeat;
  color: #70695A;
}

h1
{ background: transparent;
  color: #FFF;
  border-color: #CAAE90;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #000000 url(orange_menu.png);
  color: #70695A;
} 



#content, #column2 a, #column2 a:hover
{ background: #000000;
  color: #70695A;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: #000000;
  color: #DBD7D1;
}

.sbihead
{ background: #000000 url(orange_sbi.png);
  color: #70695A;
}

.sbihead h1
{ background: transparent;
  color: #70695A;
}

.sbilinks li a
{ background: #000000 ;
  color: #DBD7D1;
} 

.sbilinks li a:hover
{ background: #000000;
  color: #EA8916;
} 

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #EA8916;
padding: 5px;
left: -1000px;
border: 1px dashed black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
