body {
	font-family:  verdana, arial, sans-serif;
	background: #fff /*url("images/bg.jpg") repeat-x top center*/; 
	margin: 0;
	padding: 0;
	font-size: 11pt;
	color: #5A5A5A;
}

/*=============================
          Top-Pane
=============================*/


#top-pane {
  float: left;
  width: 100%;
	height: 0px;
	margin: 0;
  /*background: #F2F2EA url("images/top.jpg") no-repeat top left;*/  
}

/*=============================
        Header-Pane
=============================*/

#header-pane {
  float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 220px;
	background: url("images/header.jpg") no-repeat top center;  
}

/*=============================
        Header-Pane-Sub
=============================*/

#header-pane-sub {
  float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 159px;
	background: url("images/header-sub.jpg") no-repeat top center; 
}
