body { 
   	background: #4C4C4C;  /* background color of sides */
   	text-align: center; 
   /*  	margin: 0px;  */      /* allingment from top */    
   /*	padding: 0px;  */
   /*	font: 70% Verdana, Arial, Helvetica, sans-serif;  */
}


hr {
	color: #787878;
	background: #787878;
	height: 0px;
	border: 0px;
}

#container {
	width: 800px;
   	background: url('images/bg.gif') repeat-y;   
  	margin: 0px auto;   /* fix for centering div in firefox */
}

#header {
  /*	background: url('images/top1_new.gif') no-repeat;  */
  /*	text-indent: -20000px;   */
   	margin: 0px 0px 0px 0px;   
  /*	padding: 0px;  */
	width: 790px;
  /* 	height:284px;  */
  	font-size: 10px;  /* brings top up 10 pixels  */

}


#breadcrumb {
	   font-size: 90%;   
}


#body{
	width: 790px;
  /*	padding: 10px;  */
  /*	float: lcenter;  */
	/*background: #fff000;*/
  /*	voice-family: "\"}\""; */
  /*	voice-family:inherit;  */
  /*	width: 790px;   */
}
	
#bottom {
	width: 790px;
   	height: 10px;   
   /* 	background: url('images/bottom.gif') no-repeat;  */
   	margin: 0px auto;  /* fix for centering div in firefox */
}
