#content img.imageLeft {
    float:left;
    width:780px;
    height:315px;
}
#content img.imageRight {
    float:right;
    width:200px;
    height:315px;
    margin-left:20px;
}



#left_col{
width:255px;
min-height:100px;
float:left;

}

#btn_margin {
height:100px;
width:320px;
float:left;
padding:70px 0px 0px 80px;
}

#right_col{
    float:right;
    width:580px;
    padding:10px;
}

#right_col h1 {

    color:rgb(167,65,13);
    font-size:16pt;
  
}

#content a {
	text-decoration: none;
	color:rgb(167,65,13);
}

#right_col p {
    color:rgb(70,70,70);
    line-height:200%;
}



#left_col a.video_btn{
    display:block;
    margin: 0;
    width:100px;
    height:100px;
    background-image:url(/images/button_video_OFF.png);
    float:right;
      cursor:pointer;
}

#left_col a:hover.video_btn{
        background-image:url(/images/button_video_ON.png);
}


#left_col a.schedule_btn {
    display:block;
    margin: 0;
    width:127px;
    height:100px;
    background-image:url(/images/button_schedule_OFF.png);
    background-repeat:no-repeat;
    border-right:1px dashed rgb(156,156,156);
  float:left;
  cursor:pointer;
}

#left_col a:hover.schedule_btn {
  
    background-image:url(/images/button_schedule_ON.png);
   
}



