/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}


/** Profile Page **/

body {
	text-align:center;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
    color:#6e6e6e;
}
#profile_wrapper {
	width:850px;
	margin:60px auto 0 auto;
	text-align:left;
}
#profile_top {
	width:847px;
	height:43px;
	background:url(../images/bg_profile_top.png) no-repeat;
	text-indent:-9999px;
	margin:0 auto 15px auto;
}
#profile_bottom {
	width:850px;
	height:43px;
	background:url(../images/bg_profile_bottom.png) no-repeat;
	padding:13px 0 0 20px;
	width/**/:/**/ 830px;
	height/**/:/**/ 30px;
	color:#FFFFFF;
	font-size:11px;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
}
#profile_middle {
	width:850px;
	padding:20px;
	width/**/:/**/ 810px;
	overflow:hidden;
	background:#e6e6e6;
	margin-bottom:15px;
}
#profile_images {
	width:465px;
	float:left;
}
#main_image img {
	border:1px solid #4f4f4f;
	margin-bottom:10px;
}
#profile_images li {
	float:left;
	margin-right:2px;
	border:1px solid #4f4f4f;
}
#profile_right {
	width:323px;
	float:right;
	position:relative;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
}
#profile_right h3 {
	font-size:18px;
	font-weight:normal;
	color:#111111;
}
#profile_right h4 {
	font-size:15px;
	font-weight:normal;
	color:#111111;
	margin-bottom:25px;
}
#profile_right h2 {
	font-size:30px;
	color:#990d10;
	margin-bottom:30px;
}
#profile_details {
	margin-bottom:30px;
}
#profile_details p {
	margin-bottom:8px;
}
#profile_details p span {
	width:120px;
	float:left;
	color:#990d10;
	font-weight:bold;
}
#profile_comments span {
	color:#990d10;
	font-weight:bold;
	display:block;
}
#profile_comments p {
	height:130px;
}
#profile_certified {
	width:92px;
	height:93px;
	position:absolute;
	top:0;
	right:0;
}
