/* basic elements*/
body  {
	font-size : smaller;
	padding : 0;
	margin : 0;
	font-family : MS Sans Serif, Geneva, sans-serif;
	background-color : Black;
}

a:link  {
	font-weight : bold;
	text-decoration : none;
	color : #003333;
	font-size : smaller;
}

a:visited  {
	font-weight : bold;
	text-decoration : none;
	color : Silver;
}

a:hover, a:active  {
	text-decoration : underline;
	color : Black;
}

ul {
list-style-position: inside;
}


H1 {
	font-family : Placard Condensed, Haettenschweiler, Arial, sans-serif;
	color : #ccc;
	margin : 247px 0 0 0;
}

H2 {
	font-family : Placard Condensed, Haettenschweiler, Arial, sans-serif;
}

.borderit img{
	border: 1px solid #ccc;
}

.borderit:hover img{
	border: 1px solid Gray;
}

.borderit:hover{
	color: Silver; /* irrelevant definition to overcome IE bug */
}

/* structural elements*/

.header  {
	margin : 10px 0 10px 10px;
	height : 280px;
	width : 960px;
	border : solid 2px #ccc;
	background-image : url(spp_header.jpg);
	background-color : Black;
}

.sidebar  {
	position : absolute;
	left : 10px;
	top : 309px;
	width : 205px;
	padding : 5px;
	background : #ccc;
}

.release  {
	background-color : White;
	width : 725px;
	padding : 5px;
	border-style : solid;
	border-width : 2px;
	border-color : #ccc;
	margin : 0 0 15px 235px;
}

.releaseimg {
	position : relative;
	float : left;
	padding : 5px;	
}