.banner {
	position: relative;
	top: 5px;
	left: 5px;
}
.home {
	position: absolute;
	left: 15px;
	top: 125px;
}
.about {
	position: absolute;
	left: 125px;
	top: 125px;
}
.work {
	position: absolute;
	left: 265px;
	top: 125px;
}
.gallery {
	position: absolute;
	left: 420px;
	top: 125px;
}
.contact {
	position: absolute;
	left: 684px;
	top: 125px;
}
.homeTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	position: absolute;
	width: 95%;
	top: 180px;
	right: 5%;
	height: 300px;
	left: 14px;
}
.contactTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	position: absolute;
	width: 90%;
	left: 15px;
	top: 200px;
}
.workTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	position: absolute;
	width: 95%;
	left: 15px;
	top: 200px;
}
.bigpicTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	position: absolute;
	width: 600px;
	left: 100px;
	top: 200px;
}
