﻿body
{
	background-color: #9E7197;
	color: White;
	font-size: 0.8em;
}
img
{
	border: none;
}
a:visited
{
	color: #AAAAAA;
}

a:link
{
	color: White;
}

.clear
{
	clear: left;
}
#nav
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li
{
	display: inline;
}
#nav a
{
	float: left;
	display: block;
	width: 70px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background-color: #CCFF33;
	margin-right: 5px;
}
.contentcenter
{
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 710px;
}
#content
{
	padding: 0px;
	margin: 0px;
}
#header
{
	background-image: url('header.png');
	width: 710px;
	height: 130px;
	position: relative;
}
.siteitem
{
	background-image: url('contentmiddle.png');
	width: 710px;	
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 10px 15px;
	clear: left;
}
.siteitem .clear
{
    width: 600px;
    height: 3px;
    background-color: Black;
    margin-left: auto;
    margin-right: auto;
}
.sitetitle
{
	font-size: 1.5em;
}
.sitecontent
{
	width: 680px;
	margin-top: 0px;
	line-height: 1.3em;
	word-wrap: break-word;
}
.sitescreenshot
{
	float: left;
	border: none;
	margin-right: 12px;
	margin-bottom: 6px;
}
.lastupdate
{
}
.weekold
{
}
#footer
{
	background-color: White;
	margin-top: 24px;
	padding: 10px 10px;
}
.NumericPagerItemCurrent
{
	
}
.NumericPagerItem:before
{	
	content: "[";
}
.NumericPagerItem:after
{
	content: "]";
}
