/*profile.css */


@charset "UTF-8";

/*========canvas========*/
p.big{
	font-size: 120%;
	text-indent:10px;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px #701E18 dashed;
	margin:20px 0 10px 0;
}


#profile{
	width:900px;
	margin:0 auto;
	background: #fff;
}



#profile-left{
	width:490px;
	height:1000px;
	float:left;
	padding-bottom:200px;
	padding-left:50px;

}


#profile-right{
	width:300px;
	height:700px;
	float:right;
	padding-right:50px;

}



#profile-left {
	float:left;
   width:490px;

}

#profile-left h1{
	font-size:0.7em;
	padding: 10px 0 10px  25px  ;
	color:#701E18;
}


#profile-left p{
	padding: 0 0 0  25px  ;
}




