/** styles for feature boxes */
.feature_text
{
    position:absolute;
    top:10px;
    right:10px;
    width:300px;
    height:190px;
    z-index:500;
}

.channel_name
{
	font-family:verdana,sans,sans-serif;
	font-size:22px;
	color:black;
	font-weight:bold;	
}

.site_name
{
	font-family:verdana,sans,sans-serif;
	font-size:14px;
	color:#D98897;
	font-weight:bold;	
}

.site_desc
{
	font-family:verdana,sans,sans-serif;
	font-size:12px;
	color:#007CB2;
	font-weight:bold;
    line-height:14px;	
}
/** end feature box styles */