/* Style sheet of top level all galleries index
 */

BODY
{
 background-color:#101010;
 background-image:url(http://onephotographic.co.uk/res/8bsu.jpg);

}

img
{
 border: rgb( 140,140,140) 1px solid;
}

.logo
{
 padding:20px;
 text-align: center;
}

div.cont
{
 margin-left: auto;
 margin-right: auto;
 position: relative; 
 width: 900px; 
 display: block; 
}

div.pl
{
 float: left;
 height: 260px;
 text-align: center;
}

  
div.pl p
{
 width:215px;
 padding:4px;
 background-color:#aaa;
 color: #CCCCCC;
}
div.pl a
{
 letter-spacing: 2px;
 color: #000;
 font: 16px verdana, arial, sans-serif;
 text-decoration: none;
}
div.pl a:visited
{
 color: #333;
}

