/* CSS Document */
*{ margin: 0; padding: 0; }

/*==================== Main ====================*/
body {
	margin: 0px;
	background-color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:  url(images/profile_background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	color: #FFFFFF;
}
a:link, a:visited {
    text-decoration: none;
	color: #990000;
}
a:hover {
	color: #ff0404;
}
.profile_image {
	width: 180px;
	height: 250px;
	border: 1px solid #FFFFFF;
}
.profile_image_container {
	float: left;
	width: 180px;
	margin: 10px;
}
.profile_top {
    float: left;
	width: auto;
	margin: 10px 0px 0px 0px;
}
.profile_bottom {
    float: left;
	clear: both;
	width: auto;
	margin: 10px 0px 10px 0px;
}
.profile_data {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 2px 10px;
	vertical-align: middle;
}
.xfire_img {
	vertical-align: middle;
}
.profile_bottom_data {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 2px 10px;
	border-bottom: 1px solid #CCCCCC;
}
.profile_large_data {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 10px;
	padding-left: 10px;
}
fieldset {
	display: block;
	border: 1px solid #999999;
	width: 632px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
legend {
	width: auto;
	color: #CCCCCC;
	text-transform: uppercase;
	margin-left: 10px;
}
label {
	float: left;
	width: 100px;
	clear: left;
}
