body
{
	background: #A9A8EF;
	font-family: Arial, Verdana, sans-serif;
	font-size: .7em;
	margin: 0;
	text-transform: lowercase;
}

#container
{
	margin: 0 auto;
	width: 100%;
}

#top
{
	background: url(gradient.png) top repeat-x;
	color: #aaa;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 175px;
	text-align: center;
}

a,
a:link,
a:visited,
a:active
a:hover
{
	color: inherit;
	text-decoration: underline;
}

h1
{
	font-size: 4.25em;
	font-weight: normal;
	margin: 0;
}

ul.links
{
	color: #505072;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 1em 0 2em 0;
	padding: 0;
	text-align: center;
}

ul.links li
{
	list-style: none;
	display: inline;
	margin: 0 .75em; 
}

#content
{
	margin: 12em auto 0 auto;
	width: 655px;
}

.number
{
	color: #C3C5F1;
	display: inline;
	float: left;
	font-size: 85px;
	margin: 0 0 0 -170px;
	text-align: right;
	width: 150px;
}

h2
{
	color: #505072;
}

h2 span
{
	color: #fff;
	font-size: .7em;
	padding-left: 1.25em;
}

h2 span a
{
	color: #fff;
	padding: 2px;
	text-decoration: none;
}

h2 span a:hover
{
	background: #505072;
}

.group
{
	border-bottom: solid 4px #505072;
	padding: 1.5em 0;
}

.group ul
{
	margin: 1em 0;
	padding: 0;
}

.group ul li
{
	display: inline;
	line-height: 2em;
	padding: .25em;
	width: 150px;
}

.group ul li img
{
	border: 5px solid #C3C5F1;
	width: 75px;
	heigh: 75px;
}

.group ul li a:hover img
{
	border: 5px solid #505072;
}

.copyright
{
	clear: both;
	color: #4F5170;
	letter-spacing: -1px;
	margin-top: 3em;
	text-align: center;
}

.quilt
{
	padding: 2.5em 0 1em 0;
	text-align: center;
}

.quilt img
{
	border: 0;
	float: left;
}