/****************************************************************************************************/
/*  Heading banner container and its contents                   																										*/
/****************************************************************************************************/

#logo
{
  position:absolute;
  top:26px;
  left:36px;
  width:252px;
  height:105px
}

#heading
{
  text-align:center;
  background-color:white;
  border:solid;
  width:100%;
	height:130px;
	border-bottom:solid 1px blue;
}


