div {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    padding:0;
}

.raster {
    position:relative;
    width:1004px;
    border: 2px solid #d9d7d7;
}

.container {
    float:left;
    width:100%;
}

.column {
    float:left;
    position:relative;
	z-index: 1;
}

.spacer {
    width:1px;
    float:left;
}

.box_content{
    float:left;
    position:relative;
}

.module_content{
    padding:10px;
}

.box {
    z-index:1;
    position:relative;
	
}
.column:first-child {
	z-index: 3;
}

.clear {
    clear:both;
}

.boxImg{
    padding:9px;

}

/** opacity stuff **/

.white_opacity_91 {
    background-color:#ffffff;
}

.grey_opacity_91 {
    background-color:#f7f7f7;
}

.brown_opacity_50 {
    background-color:#fffafa;
}
