*
{
	padding: 0;
	margin: 0;
}

a 
{
	color: #555555;
	text-decoration: none;
}

a:hover 
{
	color: #aaaaaa;
}

h3 a
{
	color: #ffffff;
}

body
{
	color: #333;
	background-color: #444;
	background-image: url('images/backgroundStrip.png');
	background-repeat: repeat-y;
	font-family: sans-serif;
}

#wrapper
{
	margin: 0 auto;
	width: 1000px;
}

#header
{
	border: 0px;
	margin: 0 auto auto 0;
	width: auto;
	height: 140px;
}

#boxcontainer
{
	margin: auto;
	text-align: center;
	height: 200px;
}

.topbutton
{
	background-image: url('images/smallbutton.png');
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 100%;
	padding-top: 16px;
}

.topbutton a
{
	color: #fff;
}

.topbutton a:hover
{
	color: #222;
}

img
{
	border: 0px;
}

.boxwrapper
{
	text-align: center;
	vertical-align: top;
}

.boxwrapper a
{
	background-image: url('images/emptybox.png');
	background-repeat: no-repeat;
	float: left;
	width: 176px;
	height: 176px;
	overflow: visible;
	line-height: 20px;
	margin-top: 0px;
	padding-top: 14px;
	display: block;
}

.boxlink 
{
	width: 176px;
	display: block;
	text-align: center;
}

.boxlink a
{
	color: #333;
}

.boxlink a:hover
{
	color: #aaa;
}


.boxwrapper a:hover
{
	background-image: url('images/boxover.png');
}

.boxwrapperfat
{

}

.boxwrapperfat a
{	
	background-image: url('images/emptyboxb.png');
	background-repeat: no-repeat;
	margin: 1px;
	float: left;
	height: 160px;
	width: 160px;
}

.boxwrapperfat a:hover
{
	background-image: url('images/boxoverb.png');
}

#centercontainer
{
	margin: auto;
	position: relative;
}

#rightbar
{
	float: right;
	border-left: 2px solid #999999;
	display: block;
	width: 150px;
	height: auto;
	padding: 10px;
	margin-left: 10px;
}

.datetext
{
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

.newstext
{
	color: #ee8800;
}

#midcontent
{
	padding: 10px;
}

#preblock
{
	padding-left: 30px;
	padding-right: 30px;
	width: 940px;
}

#centercontainer .maincontent
{
	padding-right: 30px;
	padding-left: 30px;
	height: auto;
	width: 940px;
	background-image: url('images/middlepadding.png');
}

#centercontainer .toppadding
{
	height: 40px;
	width: 1000px;
	background-image: url('images/toppadding.png');
}

#centercontainer .bottompadding
{
	height: 40px;
	width: 1000px;
	background-image: url('images/bottompadding.png');
}

#navbar
{
	width: auto;
	clear: both;
	padding: 10px;
	color: #fff;
	background-color: #222222;
	text-align: center;
}

#navbar a
{
	color: #fff;
}

#navbar a:hover
{
	color: #aaa;
}