body {
	text-align:center;
	background-color: #828282;
	}
	
#navigation {
	position: relative;
	left: 0px;
	padding: 0px;
	margin: 0px;
	}
	
.anchor
.menutitle1 {
	cursor:pointer;
	margin-bottom: 0px;
	background-image:url('navi/aboutus.jpg');
	width:178px;
	height:24px;
	padding:0px;
	border:0px none;
	}

.menutitle2 {
	cursor:pointer;
	margin-bottom: 0px;
	background-image:url('navi/aboutus.jpg');
	width:178px;
	height:24px;
	padding:0px;
	border:0px none;
	}

.menutitle3 {
	cursor:pointer;
	margin-bottom: 0px;
	background-image:url('navi/facilities.jpg');
	width:178px;
	height:24px;
	padding:0px;
	}

.menutitle4 {
	cursor:pointer;
	margin-bottom: 0px;
	background-image:url('navi/facilities.jpg');
	width:178px;
	height:24px;
	padding:0px;
	}

.menutitle5 {
	cursor:pointer;
	margin-bottom: 0px;
	background-image:url('navi/home.jpg');
	width:178px;
	height:24px;
	padding:0px;
	}
	
.submenu{
	margin-bottom: 0px;
	background-color: #777777;
	font-family: verdana, ms sans-serif;
	font-size: 11px;
	padding-left:26px;
	padding-bottom: 6px;
	border-left: 1px solid #000c2e;
	}
	
#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	}
		
#contentleft {
	width:178px;
	padding:0px;
	float:left;
	}
	
#contentright {
	width:469px;
	padding:0px;
	float:left;
	}
	
#contentheader, #contentfooter {
	background:#828282;
	padding:0px;
	}
		
table, tr, td {
	cellspacing: 0px;
	cellpadding: 0px;
	text-align: left;
	}

.contenthead {
	padding-left: 10px;
	font-family: arial;
	text-transform: uppercase;
	color: #b34b00;
	font-weight: bold;
	font-size: 14px;
	}

.content {
	padding: 8px;
	font-family: verdana, ms sans-serif;
	color: #e0e0e0;
	font-size: 11px;
	}

p {
	margin-top:0px;
	margin-bottom:-5px;
	margin-left: 3px;
	margin-right: 3px;
	}
A:link, A:active, A:title {
  color: #244b7b;
  text-decoration: none;
}
A:visited {
  color: #d5d5d5;
  text-decoration: none;
}

A:hover {
  color: #e66f19;
  text-decoration : none;
  cursor: crosshair;
}