body
{
background-color:#003135;
margin: 40px;
}
#ytvideo,
#ytvideo2 {
    float: left;
	margin-right:10px;
	
}


.yt_holder {
    background: #f3f3f3;
    padding: 10px;
    float: left;
    border: 1px solid #e9e9e9;
	margin-bottom:15px;
}


ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 220px;
}

ul li {
    list-style-type: none;
    display:block;
    background: #f1f1f1;
    float: left;
    width: 216px;
    margin-bottom: 5px;
	padding:2px;

}

ul li img {
    width: 120px;
    float: right;
    margin-righ: 5px;
    
}

ul li a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #0000FF;
}

.currentvideo {
	background: #e6e6e6;
}
