@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
#container  {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#logo {
	margin-top: 15px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
	text-align: right;
	padding-top: 15px;
}
#nav {
	margin-top: -15px;
}
.nav2 {
	background-position: right top;
	float: right;
}

#player {
	margin-top: 5px;
	margin-bottom: 2px;
}
#text  {
	background-image: url(images/ssp_reflection.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#text p {
	font-size: 12px;
	line-height: 120%;
	text-align: justify;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #666666;
}
#text h1 {
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #C5030E;
}
#text h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


#footer {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
#footer  .nav {
	font-size: 11px;
	color: #666666;
}

#footer .nav a:link {
	text-decoration: underline;
	color: #666666;
}
#footer .nav a:visited {
	text-decoration: underline;
	color: #666666;
}
#footer .nav a:hover {
	text-decoration: underline;
	color: #333333;
}
#footer .nav a:active {
	text-decoration: underline;
	color: #333333;
}



#footer .address {
	font-size: 12px;
	color: #C5030E;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer .address a:link {
	color: #C5030E;
	text-decoration: none;
}
#footer .address a:visited {
	color: #C5030E;
	text-decoration: none;
}
#footer .address a:hover {
	color: #C5030E;
	text-decoration: underline;
}
#footer .address a:active {
	color: #C5030E;
	text-decoration: underline;
}
#footer .copyright {
	font-size: 10px;
	color: #666666;
	margin-top: 15px;
}

