/* Temp style for container outlines 
div {
	border:  1px solid #fff;
	min-height: 10px;
}*/

div#header{
	position:relative
}

div#container{
	width:800px;
	margin:10px auto;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.85);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.85);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.85);
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#000000')";*/
/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#000000');*/
}

div#wrapper{
	float:left;
	width:100%;
	background: url(../images/fauxground.png) repeat-y right;
}

div#wrapper_reg{
	float:left;
	width: 100%;
	background-color: #fff;
}

div#center{
	margin: 0 175px 0 150px
}

div#left{
	float:left;
	width:150px;
	margin-left:-800px;
	min-height:  350px;
}

div#right{
	float:left;
	width:175px;
	margin-left:-175px;
	min-height:  350px;
}

div#footer{
	clear:left;
	width:100%
}