	 body {
	  margin : 0;
	  background-color : #FFFAED ;
	  text-align : center;
	 }
	 
	 .page {
	  text-align : center;
	  margin : auto;
	  background-image : url(/images/main_bg.gif);
	  width : 747px;
	  /*height : 100%;*/
	  /*min-height : 100%;*/
	 }
	 
	 .main_table {
     font-size : 10px;
	 font-family : arial, tahoma;
	 width : 746px;
	 }
	 
	 .main_table a {
	  color : #594331;
	  text-decoration : none;	  
	 }
	 
	 .fhg a {
	  background-color : #F9F3EE;
	 }
	 
	 .main_table a:hover {
	  color : white;
	  background-color : #594331;
	 }
	 
	 .ptitle {
	  height : 230px;
	  background-image : url(/images/p_bg.gif);
	  border-bottom: 1px solid #B4AE9D;
	  border-left: 1px solid #594331;
	  /*border-right: 1px solid #6E6E6E;*/	
	  vertical-align : bottom;  	  
	 }
	 
	 .fhg {
	  padding-left : 40px;
	  font-family : arial, tahoma;
	  font-size : 12px;
	  width : 544px; 
	  vertical-align : top;
	  text-transform : capitalize;
	 }
	 

	 .nav {	
	 padding-left : 4px;
     vertical-align : top;	
	 padding-top : 20px;
     font-size : 10px;
	 font-family : arial, tahoma;
	 color : #594331;
	 width : 200px;	
	 }
	 
	 .nav a {
	  color : #594331;
	  text-decoration : none;
	 }
	 
	 .nav a:hover {
	  color : white;
	  background-color : #594331;
	 }
	 
	 .nav li {
	  padding : 2px;
	 }
	 
	 .fhg li {
	  padding : 4px;
	 }
	 
	 
	 .fhg h1 {
	  background-color : #594331;
	  color : white;
	  font-family : verdana, tahoma;
	  font-size : 18px;
	  margin-top : 4px;
	  padding : 2px;
	 }
	 
	 .fhg h2 {
	  background-color : #F9F3EE;
	  color : #594331;
	  font-family : verdana, tahoma;
	  font-size : 14px;
	  margin-top : 4px;
	  padding : 2px;
	 }
	 
	 .search {
	  text-align : center;
	 }
	 
	 .search input {
	  font-family : arial,verdana, tahoma;
	  font-size : 11px;
	 }
	 
	 .search #txt {
	   width : 90px;	 
	 }
	 
	  .search #btn {
	   width : 50px;	  
	 }
	 
	 