@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a { outline: 0; }
body {
	margin: 0 auto;
	padding: 0 auto;
	background: #000;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
}
#spcontainer {
	margin: 0 auto;
	padding: 0 auto;
	width: 960px;
}
#spheader {
	width: 960px;
	height: 103px;
}
#spslider {
	width: 960px;
	height: 300px;
}
#spcontent {
	width: 960px;
	margin: 0 auto;
	padding: 0 auto;
}
#spfilling {
	width: 940px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
}
#spfooter {
	width: 960px;
	height: 32px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#spfooter-left {
	width: 300px;
	height: 20px;
	float: left;
	margin-top: 8px;
}
#spfooter-right {
	width: 300px;
	height: 20px;
	float: right;
	margin-top: 8px;
	text-align: right;
}

/* TEXT STYLES */

#spfilling p, h1, h2, ul, ol, table {
	margin-bottom: 20px;
}
#spfilling li {
	margin-left: 35px;
	line-height: 18px;
}
#spfooter-left p, #spfooter-right p {
	font-size: 0.8em;
}
#spfooter-right a:link, #spfooter-right a:visited {
	text-decoration: none;
	color: #FFFF33;
}
#spfooter-right a:hover {
	text-decoration: none;
	color: #FFCCCC;
}
#spfilling a:link, #filling a:visited {
	text-decoration: none;
	color: #FFFF33;
}
#spfilling a:hover {
	text-decoration: none;
	color: #FFCCCC;
}
.imgborder {
	border: 1px solid #FFFFFF;
	margin: 2px;
	padding: 2px;
}
