@charset "utf-8";
/* CSS Document */


#container {
	background-color: #255277;
	width: 680px;
	height: 240px;
}

#title {
	width: 680px;
	height: 23px;
	background: #042138 repeat-x;
	text-align:center;
	padding-top: 4px;
	
}

#avatar {
	width:180px;
	padding: 2px;
	margin:5px 0 0 0;
	float: left;
}

#information {
	width: 300px;
	padding: 0 0 0 5px;
	margin: 5px 5px 5px 0;
	float: left;
}

table.information tr td{
	font: bold 12px Tahoma, Geneva, sans-serif; 
	height: auto; 
	line-height: 12px; 
	color: #ffffff;
	border: 1px solid #000000;
	width: auto;
	float: left;
	padding: 3px;
}

table.itemsimg tr td {
	color: #ffffff;
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
}

table.items tr td {
	font: bold 12px Tahoma, Geneva, sans-serif; 
	line-height: auto; 
	color: #ffffff;
	border: 1px solid #000000;
	width: 40px;
	height: auto;
	float: left;
	border-spacing: 1px;
	
}

