body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	background:url(./bg.png) top center no-repeat #ece9db;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover {
	color:#999;
}
.titlebar{
	margin-left:auto; 
	margin-right:auto; 
	background:url(./title_bar.png) no-repeat; 
	width:761px; 
	height:17px;
	margin-bottom:20px;
}
.rightcol{
	float:left; 
	width:200px; 
	height:400px; 
	background:#f2f1e6; 
	padding:10px; 
	color:#3c3c3b;
}
.rightcol a, .rightcol a:hover{
	color:#3c3c3b;
	text-decoration:none;
}
.red_arrow2{
	padding-left:15px;	
}
.red_arrow2_on{
	background:url(./red_arrow2.png) center left no-repeat;
	padding-left:15px;
}
.talent_info_menu{
	color:#fff;
}
.talent_info_menu a, .talent_info_menu a:hover{
	color:#ffffff;
	font-size: 18px;
	margin-right:3px;
}
.grey_bar{
	background:#4f4f4f;
	padding:3px;
	color:#FFF;
}
.left_icon{
	margin-bottom:10px;
}

.menu_bar{
	background:url(red_bar.png) repeat-x top;
	height:30px;
}
.menu_bar a{
	display:block;
	color:#68675b;
	font-size:14px;
	height:30px;
	background:url(red_bar.png) repeat-x top; padding:10px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	font-weight:bold;
}
.menu_bar a:hover{
	display:block;
	background:url(red_bar_on.png) repeat-x top; padding:10px;
	color:#68675b;
	font-size:14px;
	height:30px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	font-weight:bold;
}

.talent100_info a{
	background:url(grey_arrow_open.png) right center no-repeat #cbcac1;
	border:1px solid #f2f1e6;
	width:190px;
	display:block;
	padding:5px;
	color:#000000;
	font-weight:bold;
}
.talent100_info a:hover{
	background:url(grey_arrow_close.png) right center no-repeat #cbcac1;
	color:#f2f1e6;
}
