#profile_container a.expand
{
	color: #6c5452;
}
/*Bronze view */
#profile_container {
	background-color: #e9e2e2;
	color: #292828;
	border: 1px solid #e9e2e2;
}

#profile_container h1 {
	background: url("/images/bronze_header.jpg") right;
	background-repeat: no-repeat;
	background-color: #745d5d;
}

#profile_container h2 {
	color: #6c5452;
}

#profile_container h3 {
	background-color: #6c5452;
}

#profile_container #profile_info {
	border: 1px solid #c9bbbb;
	background-color: #d9cece;
}

#profile_container .profile_info_box {
	border: 1px solid #6c5452;
}

#profile_container .profile_phone_box {
	border: 1px solid #6c5452;
	background-color: #c4b6b6;
	color: #513e3d;
}

#profile_container .profile_warning_box {
	border: 1px solid #6c5452;
	background-color: #6c5452;
}

#profile_container .profile_image_wrapper {
	border: 1px solid #6c5452;
}

#profile_container .profile_image_wrapper img{
	border: 1px solid #6c5452;
}
#profile_container .contact_module img {
	border: 1px solid #a17a7a;
	background: url("/images/contact_bronze_bg.jpg");
}
#profile_container .contact_module img.disabled_link {
	background: none;
}
