html
{
  xscrollbar-base-color: black;
  xscrollbar-arrow-color: white;
}
body
{
  color: white;

  background-color: black;
  background-image: url(../images/texture_black.jpg);
}
ul#contents a:link, ul#contents a:visited, ul#contents a:active
{
  color: white;
}
ul.styleui a:link, ul.styleui a:visited, ul.styleui a:active, ul.styleui a:hover
{
  color: #E5E5E5;
}
ul.styleui a:hover
{
  color: #E5E5E5;
}
.photo
{
  background-color: white;
  border: 1px rgb(204,204,204) solid;
}
p
{
  color: #E5E5E5;
}
/************************************************

                   COLUMNS

************************************************/
div.cols2 div.col2
{
  border-left: white;
}

/*** FLOATING "COLUMN" ***/
div.floatcol
{
  border-left: white;
}

/************************************************

                  INFO BAR

************************************************/
#infobar_top a:link, #infobar_top a:visited, #infobar_top a:active, #infobar_top a:hover
{
  color: white;
}

/************************************************

                 LINKS SECTION

************************************************/

ul.links ul li a, ul.links ul li a:visited
{
  color: white;
}
ul.links ul li a:hover
{
  color: #FF8C00;
}
ul.clippings ul li a, ul.clippings ul li a:visited
{
  color: #FF8C00;
}

/************************************************

                   PHOTOS

************************************************/

.photoshadow
{
  background: url(../images/photoshadow_css1.png) no-repeat bottom right;
  background: none;
}
.photo
{
  padding: 10px; 
  
  background-color: white;
  border: 1px rgb(204,204,204) solid;
 	margin: 0px 0px 0px 0px;
	position: relative;
 	vertical-align: bottom;
}

.foto
{
  background: url(../images/frames/495frame_black.jpg) no-repeat;
}
.postcard
{
  background: url(../images/frames/495frame_torn_black.jpg) no-repeat;
}
/************************************************

                  CODE / SYNTAX

************************************************/
.syntax
{
  color: black;
  border-left: 1px dotted white;
}