/* STYLE for "About the Chef" */


/* ----------------------- LEFT  ------------------------ */

#leftNav_chef {
float: left;
top: 15px;
left: 0px;
width: 265px;
}



#polaroid_chef {
top: 0px;
left: 0px;
width: 265px;
height: 277px;
background-image: url('../images/slices 2/images/josh.jpg');
background-position: bottom center;
background-repeat: no-repeat;
}

#callingcard {
top: 0px;
left: 0px;
width: 265px;
height: 137px;
background-image: url('../images/slices 2/images/joshcard.gif');
background-position: center center;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}

.callingcardinfo {
position: relative;
top: 44px;
left: 32px;
width: 200px;
height: 100px;
line-height: 14px;
text-align: right;
color: #000000;
margin: 0px;
padding: 0px;
}

.callingcardinfo a, a:link {
color: #00000;
text-decoration: none;
}

.callingcardinfo a:hover {
color: #000000;
}


/* ------------------------- RIGHT ------------------------------*/

#copy_chef {
float: left;
top: 10px;
left: 20px;
width: 460px;
height: auto;
margin: 0px 20px 0 0;
padding: 10px 0 25px 0;
}

#copy_chef p {
margin-left: 15px;
font-family: "Times New Roman", Times, serif;
color: #5A3E1D;
font-size: 14px;
line-height: 18px;
}

#copy_chef a, a:link {
color: #5A3E1D;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

#copy_chef a:hover {
font-weight: bold;
text-decoration: underline;
}


