/* CSS Document */
div#geninfo, div#profinfo{
	width: 45%;
	float: left;
	padding: 0 10px;
}

div#geninfo{
	border-right: 1px dotted rgb(226,230,237);
}

div#geninfo h2, div#profinfo h2{
	border: none;
	}
	
h2.graphic{
	width: 220px;
	height: 50px;
	position: relative;
	font-size: 100%;
	border-bottom: 0px none rgb(255,255,255);
	}

h2.graphic span{
	position: absolute;
	width: 100%;
	height: 100%;
	}

div#geninfo h2.graphic span{
	background: transparent url(images/featured.jpg) no-repeat;
	}
div#profinfo h2.graphic span{
	background: transparent url(images/profinfo.jpg) no-repeat;
	}
	
p.linkdesc{
	margin: 5px 0 10px 0;
	}
