@charset "UTF-8";
/* CSS Document */

#right_column {
	
	width:745px;
	float:right;
	}
#headers {
	position:relative;
	float:left;
	width:745px;
	height:30px;
	}
	
#thumb_index {
	width:230px;
	margin-top:100px;
	float:left;
	position:relative;
	}

#thumb_index ul li {
	width:52px;
	height:52px;
	float:left;
	margin:4px;
	}

#thumb_index img  {
	border:1px solid #000000;
	width:50px;
	height:50px;
	}	
#thumb_index img:hover  {
	border:1px solid #FFFFFF;
	}
	
#designer_img {
	width:475px;
	overflow:hidden;
	margin:0 0 0 40px;
	float:left;
	}
.title {
	float:left;
	margin:10px 0 0 0;
	font-size:10px;
	}
.bio {
	position:absolute;
	left:3px;
	bottom:-20px;
	}

h2 {
	margin:0;
	padding:0;
	}
h3 {
	margin:0;
	padding:0;
	}	

.designer {
	position:absolute;
	top:0;
	background-image:url(../graphics/designers/designer_heading.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:30px;
	text-indent:-9999em;
	}
	
.name_designer {
	position:absolute;
	top:-2px;
	left:95px;
	font-size:21px;
	font-weight:lighter;
	color:#999999;
	}
	
#designer_bio {
	float:left;
	margin:50px 0 0 0;
	width:350px;
	}
