/* CSS Document */

#row {
	clear:both;
	width:520px;
	position:relative;
	display:block;
	margin-left:15px;
}

#row img {
	background: #571b09;
    padding: 2px;		
 	border: 2px solid #607cac;	
}

#row p{
	font-family: Arial, Helvetica, sans-serif; 
	color: #3C1000;
	font-size: 14px;
	margin:0px;
	padding:2px 0 0 0;
}

#row p.name{
	padding-left: 14px; 
	background: url(../images/bullet_dot_trans.png) left top no-repeat;
}

#row p.title{
	font-size: 13px;
	padding-left: 14px; 
	background: url('../images/bullet_dot_trans.png') left top no-repeat;
}

#row a {
	font-size: 14px; 
	color: #284907;	
	text-decoration: none;
	font-weight: bold;	
	text-decoration: underline;		
}

#row a:hover, #row a:active {
	font-size: 14px;
	color: #571B09;
	text-decoration: underline;	
}

#cell {
	float:left;
	width:110px;
	padding-bottom:15px;
	margin-right:20px;
}