<!--
body {
	background-color: #353535;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #9A9A9A;
	font-weight: bold;
	margin: 0 auto;
}
html, body {
	height: 100%;
}
#container { 
	margin: 0 auto;
	width: 100%; 
	min-height:100%;
	background-color: #1d1d1d;
}
* html, container {
	height: 100%;
}
#clearfooter{
	height: 50px;
}
#slideshow{
	margin-bottom: 30px;
}
#footer { 
	width: 100%;
	height: 50px;
	margin: -50px auto 0 auto;
	background-color: #353535;
	bottom: 0px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.slug {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
}
a.slug:link {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a.slug:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a.slug:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
a.slug:active {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
-->


