/* BD_image_gallery grey background for stills etc

Screen layout: */

body {
margin: 0 auto;
width: 960px;
padding: 0;
font: 75% Verdana, Tahoma, Arial, sans-serif;
line-height: 1.5em;
text-align: justify;
color: #999999;
background: #f4f4f4 url(bg_960_gray.gif) repeat-y center top;
}

a {
text-decoration: none;
color: #81aaff;
}

a:hover {
text-decoration: underline;
color: #81aaff;
}


p {
margin-left: 30px;
margin-right: 30px;
font-size:12px;
text-align: justify;
color: LightGrey;
}

#centred p {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #cccccc;

}


#footer p { 
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #999999;
} 


#footer a {
text-decoration: none;
color: #808080;
}

#footer a:hover {
text-decoration: underline;
color: #81aaff;
}

