body {
	background: #000000;
	font-family: sans-serif;
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
}

a:link , a:visited {
	color: #555555;
	text-decoration: none;
}

a:hover , a:active {
	color: #BAB5BC;
	text-decoration: underline;
}

h3 {
	color: #1D417A;	/* roughly the same as the most saturated color in grad.png for theme */
	font-family: TF2 Build, sans-serif;
	font-size: 18pt;
	text-align: center;
	text-transform: uppercase;
}

img {
	border: 0px;
}

p {
	font-family: TF2 Secondary, sans-serif;
	font-size: 13pt;
}

.small {
	font-size: 11pt;
}

#siteLogo {
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#container {
	background: #888888 url(grad.png) repeat;
	color: #868287;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#container #leftCol {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
}

#container #centerCol {
	background: #1F1F1F;	/* roughly the same as the darkest grey in grad.png for theme */
	color: #868287;
	float: left;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 370px;
}

#container #wideRightCol {
	background: #1F1F1F;	/* roughly the same as the darkest grey in grad.png for theme */
	color: #868287;
	float: right;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 570px;
}

#container #rightCol {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
}


#container #footer {
	background: #1F1F1F;	/* roughly the same as the darkest grey in grad.png for theme */
	clear: both;
	height: 47px;
	padding-top: 1px;
	padding-bottom: 7px;
	width: 800px;
}

#nav {
	background: url(images/nav-bg.gif) repeat-x;
	height: 51px;
}

.date {
	color: #827961;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 15px;
}

.flt-rgt {
	float: right;
	margin-left: 15px;
}

/* Copyright 2008-2009 Kylemaul */
