table.birthTable {
	top: 42px;
	left: 316px;
}

.birthTable  td{
	border: 1px solid #fff;
}

.birthTable td a{
	width: 99px;
	height: 102px;
	overflow: hidden;
	text-indent: -400px;
	display: block;
	border: 0px;
}

.birthTable td a:hover {background-position: -99px 0;}
.birthTextWrapper {
	position: relative;
	width: 265px;
	font-size: 12px;
	height: 300px;
}
.birthTextWrapper h1{margin-bottom:20px;}

.birthTextWrapper h2 {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	margin-left: 61px;
	text-decoration: none;
	margin-bottom: 0px;
}
.birthTextWrapper h3 {
	font-weight: normal;
	margin-left: 61px;
	margin-top: 5px;
}

a.jan {background: transparent url('../images/birth_jan.gif') no-repeat;}
a.jan:hover {background: transparent url('../images/birth_jan.gif')  no-repeat;}

a.feb {background: url('../images/birth_feb.gif') no-repeat;}
a.feb:hover {background: url('../images/birth_feb.gif') no-repeat;}

a.mar {background: url('../images/birth_mar.gif') no-repeat;}
a.mar:hover {background: url('../images/birth_mar.gif') no-repeat;}

a.apr {background: url('../images/birth_apr.gif') no-repeat;}
a.apr:hover {background: url('../images/birth_apr.gif') no-repeat;}

a.may {background: url('../images/birth_may.gif') no-repeat;}
a.may:hover {background: url('../images/birth_may.gif') no-repeat;}

a.jun {background: url('../images/birth_jun.gif') no-repeat;}
a.jun:hover {background: url('../images/birth_jun.gif') no-repeat;}

a.jul {background: url('../images/birth_jul.gif') no-repeat;}
a.jul:hover {background: url('../images/birth_jul.gif') no-repeat;}

a.aug {background: url('../images/birth_aug.gif') no-repeat;}
a.aug:hover {background: url('../images/birth_aug.gif') no-repeat;}

a.sep {background: url('../images/birth_sep.gif') no-repeat;}
a.sep:hover {background: url('../images/birth_sep.gif') no-repeat;}

a.oct {background: url('../images/birth_oct.gif') no-repeat;}
a.oct:hover {background: url('../images/birth_oct.gif') no-repeat;}

a.nov {background: url('../images/birth_nov.gif') no-repeat;}
a.nov:hover {background: url('../images/birth_nov.gif') no-repeat;}

a.dec {background: url('../images/birth_dec.gif') no-repeat;}
a.dec:hover {background: url('../images/birth_dec.gif') no-repeat;}


.stones {float: left; margin-right: 10px;}