#container {
  margin: 0 auto;
  position: relative;
  width: 832px;
  height: 900px;
  text-align: center;
  }
  
#header {
	position: absolute;
	width: 832px;
	height: 178px;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#menucontainer {
	margin: 0 auto;
	position: absolute;
	width: 882px;
	height: 29px;
	z-index: 25;
	top: 174px;
	left: 0px;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0C2F82;
	margin: 0px;
	padding: 10px;
	text-align: left;
	line-height: 16px;
	text-indent: 0px;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0C2F82;
}