/*  Styles for randomimagemodule  */
/*  Author: Kevin Graeme */

div.randomimagemodule {
	width: 246; 
	border: 1px solid black; 
	float: right;
	text-align: center;
	padding: 0.5em;
	margin: 0 0 1em 1em;
	background-color: #8C6D5A;
}
div.randomimagemodule p {
	margin: 0;
	padding: 0;
	border: 0;
}
div.randomimagemodule img {
	border: 1px solid white;
}
div.randomimagemodule .caption {
	font-size: 10px;
	color: white;
	margin-top: 0.5em;
}