/* CSS Document */


#vpContainer{
	width: 464px;

}
#vpheader{
	padding: 0px;
	margin: 0px;
}
#vpContentContainer{
	width: 464px;
	height:240px;
	background-repeat: no-repeat;
	background-position: center top;

}

#footer1{
clear:both;
}
#vpFlashHolder{
	width: 272px;
	height: 239px;
	float:left;	
}
#vpRightColumn {
	width: 190px;
	height: 239px;
	float: right;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
	float:right;
	scrollbar-base-color:#252525;
}
#vpArticleContainer{
	width: 190px;
	background-color: #131313;
	border: 1px solid #323332;
	clear: both;
	margin: 0px 0px 4px 0px;

}
.vpImageContainer {
	float: left;
	width:75px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #727273;
}	
.vpTextContainer {
	float: left;
	width: 80px;
}	

.vpTextContainer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 11px;
	margin-top:0px;
}		
	
.vpTextContainer h4 a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}		
.vpTextContainer a{
	color: #b6fe00;
	font-weight: bold;
	text-decoration: none;		
}		
.vpTextContainer a:hover{
	color: #06c8b8;	
}		
.vpTextContainer .arrow{
	color: #06c8b8;
	font-weight: bold;
	text-decoration: none;		
}	

