body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: none;
	
	width: 800px;
	margin: 10px auto 0;
}

h1
{
	background-image: url(gfx/box.png);
	width: 320px;
	height: 140px;
	padding: 80px 90px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24pt;
	text-align: center;
	line-height: 140px;
}

h2
{
	font-size: 16pt;
	color: #000;
	border-bottom: 1px #CCCCCC solid;
	
}

.section
{
	width: 246px;
	float: left;
	padding: 10px;
}

.section > ul
{
	padding: 0;
	margin: 0;
	list-style-type: square;
	list-style-position:outside;
	padding-left: 20px;
}

.section > ul > li
{
	margin-bottom: 15px;
}

.section.findme > ul > li
{
	margin-bottom: 5px;
}

.section > ul > li > .desc
{
	color: #666666;
}

.section > ul > li:before
{
}

.section > ul > li a
{
	color: #003399;
	font-size: 12pt;
}

a.button
{
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 20px;
}

a.button.koofers
{
	background: url(gfx/koofers_button.png);
}

a.button.hottnotes
{
	background: url(gfx/hottnotes_button.png);
}

a.button.pixelogic
{
	background: url(gfx/pixelogic_button.png);
}

.links
{
	text-align: center;
}