@charset "utf-8";
/* CSS Document */

/*BASIC STRUCTURE*/

.clear {
	clear: both;
	}
	
/*PART 1*/	

#iLB1000 {
	height: 217px;
	width: 154px;
	margin: 10px 0px;
	padding: 0px;
	background-image:url(/images/badge.jpg);
	border: none;
	background-repeat:no-repeat;
	diplay: block;
	}

#iLB1000 img
{
	border:none;
}

#iLB1001 {
	border: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
    }			  

#iLB1001 img{
    border: 1px solid #594f27;
	margin: 48px 0px 0px 0px;
    }			 
		 	
/*ID INFO*/
				
#iLB1002 {
       text-align: center;
	   font-size: 12px;
	   font-family: Georgia, "Times New Roman", Times, serif;
	   color: #594f27;
	   margin: 8px 0px 0px 10px;
	   padding: 0px;
	   height: 50px;
	   width: 135px;
	   }

* + html #iLB1002 {
    margin: 7px 0px 0px 10px;
    }			 

* html #iLB1002 {
   margin: 7px 0px 0px 10px;
    }			 		 		
				
#iLB1000 a {
 text-decoration:none;
	}

#iLB1000 a:visited  {
	text-decoration:none;
	}		

#iLB1000 a:hover  {
	text-decoration:none;
	cursor:pointer;
	cursor:hand;	
	}	