/*Sandwick School Website stylesheet

Image browser block STYLES
include after core.css

by Chris McGinlay
280301

NB Due to bug in navigator 4.x, full url must be specified in background images
*/
DIV#imageblock
{
		margin:	+4em;
		background:	#ffcccc;
		color:	#000000;
}

DIV#imageblock P
	{
		font-size:		small;
		font-weight:	100;
		font-family:	"Lucida Sans", sans-serif;
		vertical-align:	text-top;
		text-align:		right;
	}
	
DIV#imageblock IMG
	{
		margin-top:	1em;
		margin-bottom:	1em;
		border:	none;
		margin-right:	0.5em;
		float:			right;
	}

