@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/background.jpg) repeat-x #c2d5d9;
}
#footer #piece {
	position:absolute;
	bottom:10px;
	left:-320px;
	z-index:-1;
}

.list {
	float:left;	
	width:215px;
}
.list ul li a {
	color:#666666;	
}
.list ul li.selected a {
	font-weight:bold;
}
.list h3 {
	padding-top:5px;	
}
.profile h2 {
	padding-bottom:5px;	
}
.profile {
	background:url(../img/bg-profile.png) no-repeat;
	width:345px;
	float:left;
	padding:5px 10px 5px 10px;
}
.profile .photo {
	float:left;
	width:105px;
	padding-right:10px;
}
.profile .information {
	float:left;	
	width:230px;
}
.profile-foo {
	width:345px;
	float:left;
	padding:5px 10px 5px 10px;
}