/*  header
//
//
//
*/

body 
{
  margin:					0px; 
  padding:					0px;
  background-color:			#C2D8EC;
}

#content
{
  background-color:			#C2D8EC;
  padding:					0px;
  margin:					0px;
}

#headerBack
{
  background-color:			#9EBAD9;
  position:					absolute;
  top:						0px;
  width:					60px;
  height:					100px;
  z-index:					1;
 
}

#headerFront
{
  position:					absolute;
  top:			            30px;
  background-color:			#D0DCEB;
  height:					70px;
  width:					90px;
  z-index:					2;
}

