@charset "UTF-8";
/* CSS Document */



	#videos {
		clear:both;
		font-size: 10px;
		position: relative;
		top: 5px;
		background:#ccc;
		float:left;
		width:131px;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 12px;
		height:136px;
		line-height:12px;
	}

	.videotitles {
		clear:both;
		font-size: 10px;
		text-align: left;
	}
	
	.callouts {
		clear:both;
		font-size: 20px;
		text-align: left;
		color: #666;
		font-family: Arial, Helvetica, sans-serif;
 

	}

	#footer p {
		padding:5px;
		margin:0;
    }
	
	img.floatLeft { 
    float: left; 
    margin-right: 8px; 
	}