@charset "utf-8";
/* CSS Document */


#ONwrap{
	width:270px;
	height:85px;;
	text-align:left;
	border-bottom: 1ps solid #CCC;
	margin-bottom:15px;
}
#ONHead, #ONbody{
	width:178px;
	height:auto;
	text-align:left;
	float:left;
}

#clear{
	clear:both;
}
#ONPic{
	height: 72px;
	width:72PX;
	overflow:hidden;
	margin-right:20px;
	float:left;	
	
}
#ONPic img{
	width:72px;
}

#ONHead{
	font-family: 'Crete Round', serif;
	font-size:16px;
	text-align:left;
	margin-bottom:5px;
	color:white;
}
#ONbody{
	font-size:10px;
	color: #CCC;
	font-family: 'Ruda', sans-serif;
	margin-bottom:10px;
	text-transform:uppercase;
}

#ONbody a{
	font-family: 'Crete Round', serif;
	font-size:12px;
	text-align:left;
	color: #FC0;
	text-decoration:none;
}

#ONbody a:hover{
	font-family: 'Crete Round', serif;
	font-size:12px;
	text-align:left;
	color: #CFC;
	text-decoration:none;
}
	
	