/**** Creative Cooking Style ***/

 
body 	{
    min-height:100%;
    margin:0;
    padding:0;
    background-image:url(http://www.cenlamedia.com/kalb/media/chgtv/new_cooking/creative_cooking_logo.png);
    background-repeat:no-repeat; 
    background-position:left top;
    background-attachment:fixed;
    width: auto;
 }

 .right    {
position: absolute;
left:200px;
}


 .vidplayer {
width:360px;
height:300px;
border-style: solid;
border-color: #000000;
border-right-width: 6px;
}

 
 .navlist     {
 padding: 1px;
 margin-left: 0;
 font: 11px verdana, sans-serif;
 font-color: #753d19
 font-weight: bold;
 width: 12em;
 color: #572e14;
 position:absolute;
 left:20px;
 top:210px; 
 }
 
 .navlist li  {
 list-style: none;
 margin: 0px;
 border-left: 1px #743c19 solid;
 border-bottom: 1px #572e14 solid;
 text-align: left; 
 }
 
 .navlist li a  {
 display: block;
 padding: 0.7em 0.5em 0.7em 0.9em;
 text-decoration: none; 
 }
 
 .navlist li a:link { color: #000; }
 .navlist li a:visited { color: #000; }
 
 .navlist li a:hover  {
 color: #50270e;
 border-left: 8px #572e14 solid; 
}


