/*yotube styles*/
#main{
	background: url(/yotube/flash/media/images/YoTube_Background.jpg) no-repeat 0 0;
}
#header {
	background-color: #fff;
}

body#yotube {
    width:980px;
    margin: 0 auto;
}
#yotube #footer {
    background:#869a1b url(none);
}

/*search styles*/
#container-header-image img,
#container-bottom-image img
{
    display:block;
}
#yotube-videos #header{
    background-color:#fff;
}
#yotube-videos #footer {
    background:#677d0e url(none);
}
#yotube-videos #main {
    background: url(none);
}
#yotube-videos #content {
    background: url(../images/main_bg.jpg);
    overflow:visible;
    height:auto;
    background-color:#677d0e;
    height:490px;
}
#yotube-videos #content-inner {
    margin-left:33px;
    margin-right:35px;
    display:table;
    color:#727272;
}

#yotube-videos #content-inner .video-container
{
    padding-left:28px;
    margin-top:15px;
    width:585px;
    float:left;
    clear:both;
}
#yotube-videos #content-inner .video-text
{
    float:left;
    margin-top:15px;
    padding:0 15px 0 0;
    text-align:left;
    width:274px;
    height:316px;
    overflow: auto;
}
#yotube-videos #content-inner h2
{
     margin:0 0 0 0;
     color:#515C0A;
     float:left;
}
#yotube-videos #content-inner h3
{
    margin-top: 0px;
    font-size:1.2em;
}
#content #video-header{
    margin-top:70px;
    padding-left:28px;
    float:left;
    width:870px;
}
#content #video-header A{
    float:right;
    margin-right:2px;
    margin-top:15px;
    padding-right:15px;
    color:#515C0A;
    text-decoration: underline;
    background: transparent url(/yotube/images/link_arrow.gif) no-repeat right 3px;
}
