html
{
	background-color: #888;
	font-family: Calibri, Verdana, Arial, sans-serif;
}
body
{
	background-color: #222;
	color: #ddd;
	margin: 20px auto 40px;
	width: 750px;
}
#logo
{
	float: right;
	margin-left: 20px;
}
table.list
{
	border-collapse: collapse;
	width: 100%;
}
table.list th,
table.list td
{
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.list tr.bottom td
{
	border-bottom: 0;
}
table.list td.icon
{
	background-color: #4e4e4d;
	width: 85px;
	text-align: center;
}
table.list td.icon span.label
{
	margin-top: 5px;
	display: block;
}

div.class
{
	background-color: #3a3e4a;
	float: left;
	margin-left: 22px;
	margin-bottom: 22px;
	padding: 10px;
	width: 200px;
}
div.class .icon
{
	float: left;
}
div.class .icon img
{
	border: 5px solid #4e4e4e;
}
div.class .title
{
	color: #ebdcbd;
	float: right;
	font-size: 18pt;
}
div.class .stats
{
	clear: both;
}
div.class table
{
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
}
div.class table td
{
	padding: 2px;
	text-align: right;
}
div.class table tr.row1
{
	background-color: #525868;
}
div.class table td:first-child
{
	text-align: left;
}
a
{
	color: #8991a5;
}
h1
{
	font-size: 30pt;
}
h2
{
	font-size: 22pt;
}
#header
{
	padding: 20px;
}
#content
{
	clear: both;
	margin-top: 23px;
}
#footer
{
	clear: both;
	padding: 10px 0;
	text-align: center;
	background-color: #393939;
}
#avatar
{
	float: right;
}