/* CSS Document */

#header {
	position: absolute;
	z-index: 0;
	height: 120px;
	width: 95%;
	left: 0px;
	top: 0px;
	background-color: #fff;
}

#menu {
	position: absolute;
	z-index: 1;
	height: 40px;
	width: 95%;
	left: 0px;
	top: 121px;
    background-color: #fff;
}

#content {
	position: absolute;
	z-index: 0;
	width: 85%;
	left: 35px;
	top: 194px;
	background-color: #fff;
}

#gutter {
	position: absolute;
	z-index: 1;
	width: 25%;
	right: 0px;
	top: 172px;
	background-color: #fff;
}
