body{
    margin:0;
    padding:20px;
    background-color: #FFF;
    text-align: center;
    font-family: helvetica, Arial, Verdana;
    font-size: 12px;
    color: #000;
    letter-spacing: 0.08em;
}
img{
    border: 0;
	color: #FFF;
}
a:link, a:visited, a:active{
    color: #000;
}
a:hover{
    color: #990000;
}

#container{
    margin: 0px auto;
    width: 858px;
    height:500px;
    background-color: #FFF;
    border: 1px solid #8f8d8e;
    position: relative;
    text-align: left;
}
#homeHeader{
    width: 100%;
    height: 160px;
    background-color: #FFF;
}
#nav{
    position: absolute;
    top: 50px;
    right: 46px;
    width: 400px;
    padding-bottom: 5px;
    text-align: right;
}
#nav img{
    vertical-align: bottom;
    margin-right: 20px;
}
#nav select{
    width: 150px;
}
#imgContainer{
    width: 100%;
    overflow: hidden;
    position: relative;
}
#imgContainer img{
    float: left;
}
#imgContainer #flipp{
    clear: both;
}
#imgContainer em{
    font-size:11px;
}
#spacer{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:20;
}
img.mr{
    margin-right: 2px;
}
#tooltip0{
    position: absolute;
    bottom: 25px;
    left: 10px;
    background-color: #FFF;
    width: 140px;
    text-align: right;
    padding: 5px;
}
#tooltip1{
    position: absolute;
    bottom: 25px;
    left: 182px;
    background-color: #FFF;
    width: 140px;
    text-align: right;
    padding: 5px;
}
#tooltip2{
    position: absolute;
    bottom: 25px;
    left: 354px;
    background-color: #FFF;
    width: 140px;
    text-align: right;
    padding: 5px;
}
#tooltip3{
    position: absolute;
    bottom: 25px;
    left: 526px;
    background-color: #FFF;
    width: 140px;
    text-align: right;
    padding: 5px;
}
#tooltip4{
    position: absolute;
    bottom: 25px;
    left: 698px;
    background-color: #FFF;
    width: 140px;
    text-align: right;
    padding: 5px;
}

/* talent pages */
#talentContainer{
    width: 838px;
    margin: 0px auto;
    background-color: #FFF;
    border: 1px solid #8f8d8e;
    overflow:hidden;
    text-align: left;
    padding: 50px 0px 50px 20px;
    overflow: hidden;
    position: relative;
}
#leftColumn{
    float: left;
    display: inline;
    width: 472px;
    height: 422px;

}
#leftColumn img{
    border: 1px solid #8f8d8e;
    padding: 10px;
}
#rightColumn{
    float: right;
    display: inline;
    position: relative;
    width: 300px;
    margin-right: 30px;
    margin-left: 20px;
    height: 430px;
}

#talentNav{
    width: auto;
    border-bottom: 1px solid #8f8d8e;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

/*
#talentNav{
    position: absolute;
    right: 0px;
    top:0px;
    width: 400px;
    text-align: right;
}
*/
#talentNav select{
    width: 150px;
}
#talentNav img{
    vertical-align: bottom;
    margin-right: 20px;
}

#categories ul{
    list-style:none;
    margin:10px 0px;
    padding:0;
}
#categories ul li{
    margin:0;
    padding:0;
}
#categories ul li a, #categories ul li a:link, #categories ul li a:visited, #categories ul li a:active{
    color: #666;
    font-size:11px;
    font-weight: bold;
} 
#categories ul li a:hover{
    
    color: #990000;
}
#bio{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#bio h1{
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0px;
}
#bio h2{
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: normal;
}
#request{
    margin-top:5px;
}
#instructions{
    clear:both;
    width: 805px;
    padding-top:7px;
    padding-bottom:8px;
    background: #FFF url(../images/underline.gif) repeat-x;
    background-position: 80px 6px;
}
#instructions em{
    background-color: #FFF;
}
#thumbContainer{
    width: 805px;
    height: 100px;
    position: relative;
    overflow	: hidden;
}
#thumbContent{
	position	: absolute;
	width		: 806px;
	left		: 0px;
	top         :0px;
	height      :80px;
	z-index:1;
	overflow	: hidden;
}
#thumbContent img{
    float: left;
    margin-right: 2px;
}
#scrollArea{
	position: absolute;
	left: 0px;
	top: 85px;
	height: 10px;
	width: 805px;
	overflow: hidden;
	z-index :20;
	background: #FFF url(../images/underline.gif) 0px -6px repeat-x;
}
#scroller {
	position	: absolute;
	top			: 0px;
	left		: 0px;
	width		: 30px;
	height		: 5px;
	background	: #000;
	cursor: pointer;
	cursor: hand;
	font-size: 1px;
}



/* vertical scroller */
#textContainer{
    width: 290px;
    height: 335px;
    position: relative;
    overflow	: hidden;
    margin: 10px 0px 0px 10px;
}
#textContent{
	position	: absolute;
	width		: 260px;
	left		: 0px;
	top         : 0px;
	height      : 1050px;
	height: auto;
	z-index:1;
	overflow	: hidden;
}
#textContent p{
    margin: 0px 0px 10px 0px;
    line-height: 1.35em;
}
#textContent ul, #textContent ol{
    margin-top: 0;
}
#textContent h1{
    font-size: 12px;
    color: #000;
    margin: 0px 0px 10px 0px;
}
#textScrollArea{
	position: absolute;
	left: 285px;
	top: 0px;
	width: 10px;
	height: 335px;
	overflow: hidden;
	z-index :20;
	background: #FFF url(../images/vertunderline.gif) 2px 0px repeat-y;
	
}
#textScroller {
	position	: absolute;
	top			: 0px;
	left		: 0px;
	width		: 5px;
	height		: 30px;
	background	: #000;
	cursor: pointer;
	cursor: hand;
	font-size: 1px;
}
#talentNav.noBorder{
    border: 0px;
}
#footer{
    position: absolute;
    bottom:2px;
    right: 0px;
    font-size: 9px;
    color: #666;
    width: 100%;
    text-align: center;
}
#request img{vertical-align: middle; margin-right: 10px;}
.video-thumb{padding-top:2px;float: left; display:inline; width:100px; margin-right:2px;}