/* Bathroom Emporium Links Page layout CSS
13th January 2009 */

/* Redefine the line height for the contact us page */
#content{
	line-height:1.3em;
}
/* Define the areas of the main screen */
#box_margins{
	margin:10px 5px 0px 10px;
}

/* Float boxes left and into 3 columns */
.links_box_columns{float:left;padding-top:15px; padding-left: 5px; width:250px;}

/* Define the Contact box */
.links_card{width:250px; height:129px; background:url(images/be_links_card.gif) no-repeat center;}
.links_card h4{color:#000000;
				   padding: 0px 0px 2px 0px;
				   font-weight:bold;
				   font-size:110%;
}
.links_card_text{padding: 20px 20px 0px 120px;
			     font-size: 95%;
				 text-align:left;}
.links_card img{float:left; margin-left: 20px; margin-top: 20px; border: 0;}