<!-- areas.html -->

.table_left {
	float: left;
}

table_right {
	float: right;
}

div#upper, div#lower {
	clear: both;
	width: 510px;
}

div#upper table, div#lower table{
	float: left;
	border-style: none;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
	background: #f7f7f7;
}

#upper td, #lower td {
	border: 1px solid #0e987f;
	font-size: 70%;
	height: 50px;
	background: #ffffff;
}

div#upper th, div#lower th {
	font-size: 80%;
	height: 20px;
	color: #0a9880;
}


#upperLeft {
	width: 180px;
	height: 150px;
}

#upperLeft td {
	height: 15px;
}

#upperRight {
	width: 320px;
	height: 150px;
}
#upperRight td {
	height: 15px;
}

#lowerLeft {
	width: 180px;
	height: 300px;
}

#lowerLeft td {
	height: 50px;
}

#lowerRight {
	width: 320px;
	height: 300px;
}
#lowerRight td {
	height: 40px;
}

#upperLeft td.noBorder {
	border-style: none;
	background: #f7f7f7;
}


<!-- menu.html -->

.tableMenu td {
}

.tableMenu {
	width: 500px;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
	background: #f7f7f7;
}

.tableMenu td {
	border: 1px solid #0e987f;
	height: 50px;
	background: #ffffff;
}