#home_left {
	float: left;
	width: 550px;
	margin-right: 15px;
}

#home_right {
	float: left;
	width: 230px;
}

#welcome {
	width: 500px;
	margin-bottom: 5px;
}

#selected {
	margin-bottom: 5px;
}

.welcome_image {
	width: 550px;
	height: 300px;
	border: 1px solid #6c6c6c;
}

.welcome_text {
	margin-top: 5px;
	clear: both;
}
.roster_pdf {
	
	margin-top: 5px;
}

.selected_talent_item {
	width: 227px;
	height: 68px;
	margin-bottom: 7px;
/*	background-color: #fff;*/
	border: 1px solid #6c6c6c;
}

.selected_talent_item_image {
	width: 60px;
	height: 68px;
	float: left;
}

.selected_talent_item_title,
.selected_talent_item_title2 {
	float: left;
	width: 159px;
	height: 32px;
	background: url("../images/home/selected_talent_item_bg.gif") repeat-x;
	padding: 2px 0px;
	padding-left: 8px;
	font-weight: bold;
	text-transform: uppercase;
}

.selected_talent_item_title2 {
	background: url("../images/home/selected_talent_item_bg2.gif") repeat-x;
}

.selected_talent_item_title_name,
.selected_talent_item_title_title {
	height: 14px;
}

.selected_talent_item_links {
	background-color: #fff;
	width: 159px;
	height: 29px;
	float: left;
	padding-top: 3px;
	padding-left: 8px;
	color: #000;
	font-size: 10px;
}

.selected_talent_item_link a:link, .selected_talent_item_link a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

.selected_talent_item_link a:hover {
	color: #900200;
}
