
/* Layout */ 


body{
 margin: 0px;
 padding:0;
 background: #CCCCCC;
 color: #333333;
 }
		 
#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 margin: 0px;
 padding: 0px;
 height: 450px;
 }

#rh-col{
 margin: 20px 20px 20px 200px;
 padding: 20px;
 }

#videoembed {
 margin-top: 20px;
 margin-left: 0px;
 }

/* @end */

/* Presentation */ 

fieldset {
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #656565;
    padding: 5px;
}

legend {
    background: #eeeeee;
    font-weight: bold;
    border: 1px solid #656565;
    padding: 2px 6px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 14px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

ul#lnav {
    margin-left: -20px;
    list-style: none;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
