.head {
	height: 140px;
	width: 100%;
	position: fixed;
	z-index: 3;
	left: 0px;
	top: 0px;
}

.content {
	position: absolute;
	top: 140px;
}

.clear {
	clear: both;
}

.colLeft {
	width: 275px;
	padding-right: 20px;
	position: fixed;
	margin-left: 110px;
	z-index: 2;
	left: 0px;
	top: 140px;
}

.colRight {
	width: 500px;
	position: absolute;
	z-index: 2;
	left: 405px;
	top: 140px;
}

.boxGal {
	width: 500px;
	position: relative;
	margin-bottom: 60px;
}

.menu {
	margin-left: 66px;
	float: left;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;

}

.formContato {
	background-color: #009966;
	height: 600px;
	width: 400px;
	margin-top: -300px;
	margin-left: -200px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
}

