/* master.css. (c)2002 A Buchanan
   Styles for www.worldofwallpaper.co.uk
*/

/* Body is defined here in the master sheet, but overriden in the page sheets */
body {
	background-color: #2A2A2A;
	color: #fff;
}

/* Need  to override the colour of content area */
div#content div#actualcontent
{
	background-color: white;
	color: black;
}

/* Override default thumbnail handlimg if required */
div.spacer {
}

div.thumbnail
{
}

div.thumbnail img{
}

div.thumbnail a {
	color: black;
}

div.thumbnail a:hover {
	color: red;
}

div.thumbnail p {
}
