﻿/* Shadowing CSS taken from											*/
/* http://labs.silverorange.com/archives/2004/january/shadowboxing	*/
/* No claim to copyright of this stylesheet is claimed.				*/

.Shadow 
{
	width: 90%;
	background: #666;
	position: relative;
	top: 2px;
	left: 2px;
	margin-right: auto;
	margin-left: auto;
}

.Shadow div 
{
	border: 1px solid Maroon;
	position: relative;
	top: -2px;
	left: -2px;
}
