@charset "utf-8";
.wrapper {
	height: 100%;
	width: 100%;
	margin-bottom: 50px;
}

.top{
	width: 100%;
	display: block;
	float: right;
}

.middle{
	width: 100%;
	display: block;
	float: right;
}

.bottom{
	width: 100%;
	display: block;
	float: right;
}

body {
	background-image: url(/templates/tinypic/bg.jpg);
	background-repeat: repeat;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.image {
	margin-left:15px;
	margin-bottom:15px;
	float: left;
	
}
.image img {
	border: 5px solid #FFFFFF;
	
}

.avatar {
	font-size: 14px;
	margin-left: 60px;
	float:left;
	height: 80px;
	width: 280px;
}
.avatar_pic{
	float:left;
}

.avatar img {
	border: 5px solid #FFFFFF;
	height: 70px;
	width: 70px;
	margin-right:10px;
}

.avatar_data{
	margin-bottom: 15px;
}

.button {
	margin-top: 20px;
}

.button a{
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration:none;
}

.button a:link{
	color: #FF6600;
	background-color: #333333;
}

.button a:hover{
	color: #FFFFFF;
	background-color: #FF6600;
}

.button a:visited{
	color: #999999;
	background-color: #333333;
}

.button a:active{
	color: #FFFFFF;
	background-color: #FF6600;
}



.title{
	margin-left:15px;
	width: 540px;
}


h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.title p {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

