@charset "utf-8";
/* CSS Document */
.blur{
	background-color: #ccc; 
	width: 800px;
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	}
.shadow,
.content{
	position: relative;
	width: 800px;
	bottom: 2px;
	right: 2px;
	}
.shadow{
	background-color: #666; 
	width: 800px;
	color: inherit;
	}
.content{
	background: url(../imgs/lcolumn_img.png) repeat-y left #fff; 
	width: 800px;
	}
	
