/*BEGIN - STYLES OVERRIDING THE PORTFOLIO BASE STYLES*/
#mainColumnGalleryArea{
background-image:none;
}

#portfolioArea{
background-image:url(../img/portfolioArea_bg-chef.gif);
}
#portfolioInfo{
width:173px;
margin:0px 0px 0px 0px;
}
/*END- STYLES OVERRIDING THE PORTFOLIO BASE STYLES*/

#portfolioNavigation-chef {
filter: alpha(opacity=50);
-moz-opacity: 0.50;
opacity:0.50;
}

#chefNameArea{
width:342px;
padding:17px 0px 0px 110px;
float:left;
}

#chefNameArea h1{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: normal 19px/22px Georgia, "Times New Roman", Times, serif;
color:#2777a1;
letter-spacing:1px;
}

#chefNameArea h2{
margin: 3px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: normal 11px/11px Georgia, "Times New Roman", Times, serif;
font-style:italic;
text-transform:lowercase;
letter-spacing:1px;
}

#chefPhotoArea{
width:100px;
float:left;
}

#chefPhotoArea img{
margin: 10px 0px 0px 15px;
/*provides fram for chef photo*/
padding: 1px 5px 5px 1px;
background-image:url(../img/chefPhoto_bg.gif);
}

#chefBioArea{
width:363px;
margin: 10px 10px 0px 10px;
float:left;
}

.chefPhotoSmall img{
/*provides fram for chef photo*/
margin: 0px 10px 0px 10px;
padding: 1px 3px 3px 1px;
border:0px;
background:url(../img/chefPhotoSmall_bg.gif) no-repeat top left;
}

#chefBioArea p{
margin: 0px 0px 10px 0px;
padding: 0px 0px 10px 0px;
font: 12px/150% Georgia, "Times New Roman", Times, serif;
color:#404040;
}

/*BEGIN - styles for scrolling component */
#scrollbar_container {  
    position:relative;  
   width:365px; 
}

#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:10px;  
    background-color:transparent;  
    cursor:move;  
}

#scrollbar_handle {  
    width:10px;  
    background-color:#44697b;  
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:355px;  
    height:250px;  
}
/*END - styles for scrolling component */