
body {
   background: #ffffff;
}

#main {
   width: 100%;
}
#footer {
   padding-top: 20px;
   padding-left: 0;
   padding-bottom: 6px;
   text-align: center;
}
   #footer #flags {
      padding-top: 10px;
   }

#homeContainer {
   width: 500px;
   margin: 0 auto;
   padding-top: 14px;
}
   .block {
      margin-top: 10px;
      padding: 10px;
      border: 2px solid #cccccc;
      background-color: #f7f7f7;
   }
      .block h2 {
         color: #000000;
         position: relative;
      }
      
      .block p {
         position: relative;
      }
   
   #imgLabel {
      background: url(../gfx/home/bgSearchBox.gif) top left repeat-x;
   }
   #search_map {
      border: 2px solid #097933;
   }
      #search_map h2,
      #search_map div {
         color: #ffffff;
      }
      #search_map h2 {
         padding-bottom: 4px;
      }
      #search_map .text {
         width: 280px;
         font-size: 18px;
         padding: 0 1px;
         border: 1px solid #097933;
      }
      #search_map .button {
         font-size: 14px;
      }
   
   #labelInfo {}
      #labelInfo #latestNews {
         float: right;
         width: 185px;
      }
	   #labelInfo ul {
        float: left;
	     width: 150px;
	   }
	      #labelInfo ul li {
	         float: left;
	         display: inline;
	         list-style: none;
	         width: 160px;
	         background: url(../gfx/bulletGray.gif) 2px 9px no-repeat;
	      }
	      #labelInfo ul a {
	         float: left;
	         display: inline;
	         padding: 1px 0px 1px 14px;
	         color: #f37022;
	         text-decoration: underline;
	      }
	         #labelInfo ul a:hover {
	            color: #444444;
	         }
         #latestNews * {
            text-align: left;
         }
   .block p {
      margin: 0;
      padding: 7px 0;
      text-align: justify;
   }
   .block img {
      float: right;
      margin-top: 8px;
      margin-left: 8px;
   }

   
   