﻿#snYouTube
{
    display:block;
    float:left;
   
    width:328px;
     height:auto;
    font-family:Arial;
    margin-top:6px;
}

.snYourTubeHeading
{
    display:block;
    float:left;
    width:328px;
    height:auto;
    padding-bottom:2px;
    border-bottom:solid 1px black;
    margin-bottom:4px;
}

.snYourTubeSubHeading
{
    display:block;
    float:left;
    height:32px;
    width:100%;
    line-height:15px;
    font-size:10px;
}

.snYourTube_Tube
{
    display:block;
    float:left;
    width:100%;
    height:auto;
    background-color:Black;
    margin-top:4px;
   

}
.snYourTube_InnerTube
{
    display:block;
    float:left;
    width:328;
    height:235px;
    margin:0px auto;
    margin-left:4px;

}