/* Bothal Consultants Links Page layout CSS
9th February 2009 */

/* Float boxes left and right */
#links_box_left{float:left; padding-top:5px; width:237px; margin-left:20px;}
#links_box_right{float:right; padding-top:5px; width:237px; margin-right:20px;}

/* Define the links box */
.links_box{
	background:url(images/bothal_business_card_mid.jpg) repeat-y center;
	text-align:left;
	font-size:small;
	line-height:1.1em;
	margin-bottom:5px;
}
.links_box_top{background:url(images/bothal_business_card_top.jpg) no-repeat bottom right; height: 15px;}
.links_box_bottom{background: url(images/bothal_business_card_bot.jpg) no-repeat top right; height: 22px;}
.links_box_margins{margin: 0px 13px 0px 10px;
				   height: 100px;
}
.links_box img{float:left; padding-right:10px;}
.links_box p{margin-left:90px; margin-top:5px; padding:0; color:#000000;}
.links_box h3{font-size:medium;margin-left:90px; color:#000000;}


