div#backdrop
{
	background-image: url();
	background-color: #CCC;
	background-position: top center;
	top: 0;
}

div#shell
{
	z-index: 2;
	position: fixed;
	/*
	top: 0;
	bottom: 0;	
	left: 0;
	right: 0;
	background-image: url('/img/shell.png');
	background-position: center;
	background-repeat: repeat-y;
	*/
	top: -20px;	
	bottom: 0;
	left: 50%;
	background-color: #FFF;
	-moz-box-shadow: 0 0 25px #555;
	-webkit-box-shadow: 0 0 25px #555;
	box-shadow: 0 0 25px #555;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');	
}

div#fade
{
	position: fixed;
	top: auto;
	bottom: 0;	
	left: 0;
	right: 0;
	height: 600px;
	background-image: url('/img/fade.png');
	background-position: bottom;	
	background-repeat: repeat-x;
}

div#content
{
	padding: 20px 0;
}

div.row
{
	clear: both;
}

div.column
{
	float: left;
}

div.module
{
	float: left;
}

div.modules div.module
{
	/*background-color: #e6e5e5;*/
}

div.module.minimarg
{
	margin: 5px 15px;
}

div.module div.module
{
	float: left;
	margin: 15px;
	background-color: #555;
	height: 90px;
}

div.module div.module.first
{
	margin-left: 0;
}

div.module div.module.last
{
	margin-right: 0;
}

div#high.module
{
	height: 150px;
}

div.module.blank
{
	background-color: #999;
}

div.module_content
{
	overflow: hidden;
}

div.modules  div.module.empty
{
	/*background-color: red;*/
}

div#mobile_menu
{
	
}