/*---------- about ----------*/

body {
	margin : 0px;
	padding : 0px;
	color : #504030;
	background-color : #d8d0a0;
	text-align : center;
}

a:link {
	color : #803020;
	text-decoration : none;
}

a:visited {
	color : #504030;
	text-decoration : none;
}

a:active {
	color : #803020;
	text-decoration : none;
}

a:hover {
	color : #ffffff;
	background-color : #803020;
	text-decoration : none;
}

#layout {
	width : 720px;
	margin : 20px auto;
	padding : 0px;
	position : relative;
	text-align : left;
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "sans-serif";
}

.text {
	float : left;
	width : 400px;
	font-size : 14px;
	line-height : 21px;
	background : #807060;
	color : #fff;
}

.text-text {
	margin : 12px;
}

.profile-name {
	margin : 0px 0px 10px 12px;
	font-family : "Trebuchet MS", Osaka, sans-serif;
	font-weight : bold;
	font-size : 20px;
}

.profile-text {
	margin : 0px 12px;
	font-size : 14px;
	line-height : 150%;
}


#profile {
	float : left;
	width : 300px;
	margin : 0px 0px 0px 20px;
}

#profile-pin {
	padding : 0px;
	margin : 0px;
	background-color : #e8a840;
	color : #000;
}

.corner-pin-top {
	background : #e8a840 url("http://kuzu-kuzu.com/img/corner-orange-tr.gif") no-repeat top right;
}

.corner-pin-bottom {
	height : 12px;
	background : #e8a840 url("http://kuzu-kuzu.com/img/corner-orange-br.gif") no-repeat top right;
}

#profile-mos {
	padding : 0px;
	margin : 20px 0px;
	background-color : #706040;
	color : #fff;
}

.corner-mos-top {
	background : #706040 url("http://kuzu-kuzu.com/img/corner-brown-tr.gif") no-repeat top right;
}

.corner-mos-bottom {
	height : 12px;
	background : #706040 url("http://kuzu-kuzu.com/img/corner-brown-br.gif") no-repeat top right;
}

.corner {
	width : 12px;
	height : 12px;
	border : none;
	display : block;
}


