/* CSS Document */

.header
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
}

.navigation
{
	position: fixed;
	top: 111px;
	left: 2px;
	width: 145px;
	height: 800px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	z-index: 9;
}

.body
{
	position: relative;
	top: 110px;
	left: 150px;
	width: 650px;
	height: 600px;
	text-align: center;
	vertical-align: middle;
	z-index: 8;
}

.nav_cell
{
	height: 38px;
	width: 135px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
}

.end_cell
{
	height: 5px;
	width: 135;
	background-color: #000000;
}

.contact_cell
{
	height: 112px;
	width: 135px;
	vertical-align: middle;
	text-align: center;
}

.body_header_cell
{
	height: 50px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	text-align: center
}

.body_cell_1a
{
	height: 550px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
	text-align: center;
}

.body_cell_2b
{
	height: 550px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
	text-align: center;
}
