BODY {
	background-color: #999999;
	color: #333333;
	font-family: sans-serif;
}

A {
	color: #CCCCFF;
	background-color: transparent;
	text-decoration: none;
}

A:hover {
	color: #6666FF;
	background-color: transparent;
}

IMG {
	border: 0px none transparent;
}

#head {
	position: relative;
	width: 900px;
	height: 100px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}

SPAN.nav {
	vertical-align: top;
	float: left;
	margin: 3px;
}

SPAN.logo {
	vertical-align: text-top;
	float: right;
}

#body {
	position: relative;
	width: 100%;
	height: auto;
	top: 0px;
	right: 0px;
	bottom: auto;
	left: 0px;
}
	
#foot {
	position: relative;
	width: 900px;
	height: 80px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 30px;
	text-align: center;
	font-size: x-small;
}

#releases {
	width: 900px;
}

TD {
	border-bottom: 1px solid #000000;
	margin: 20px;
	vertical-align: top;
	width: 150px;
}

THEAD {
	color: FF0000;
	border: 1px solid #000000;
	font-size: x-small;
}

CAPTION {
	font-size: small;
}