* {
	margin: 0;
	padding: 0;
}

body {
	padding: 20px 20px 0 20px;
	font: 10px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
	background: #333;
}

a {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
}

dl {
	margin: 0 auto;
	padding: 0 0 10px 0;
	position: relative;
	width: 778px;
	background: #000 url(../images/dl.gif) 100% 100% no-repeat;
	border-left: 2px solid #ba1932;
}
dt {
	padding: 5px 0;
	color: #ba1932;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	background: url(../images/dt.gif) 100% 0% no-repeat;
}
dd {
	line-height: 16px;
	text-indent: 10px;
}
dd.details {
	color: #ba1932;
	font-size: 11px;
}

ul {
	margin: 0px -10px 6px -12px;
	padding: 227px 0 30px 0px;
	position: relative;
	width: 800px;
	list-style: none;
	background: #7f7f7f url(../images/ul.jpg) no-repeat;
	text-align: center;
}
li {
	display: inline;
	position: relative;
	margin: 5px 0 5px 10px;
	padding: 0;
	height: 90px;
	width: 142px;
	text-align: center;
	text-decoration: none;
	border: 3px solid #333;
	background: #fff;
	overflow: hidden;
	float: left;
}
li:hover {
	border-color: #fff;
	background: #ba1932;
}
li:hover span {
	color: #000;
	background: #fff;
	border-color: #ba1932;
}

li a {
	text-decoration: none;
}
li a:hover {
	text-decoration: none;
}
li img {
	margin: 1px;
	position: absolute;
	top: -30px;
	left: 0;
	max-height: 210px;
	max-width: 210px;
	clip: rect(30px 142px 114px 0px);
	overflow: hidden;
	border: none;
}
li span {
	position: absolute;
	left: 0px;
	bottom: 0;
	display: block;
	width: 140px;
	height: auto;
	padding: 3px 2px;
	font-size: 9px;
	line-height: 11px;
	text-indent: 0;
	color: #999;
	background: #333;
	border-top: 1px solid #fff;
}

li.pages {
	display: block;
	margin: 0 0 -10px 0px;
	position: relative;
	height: 1px;
	width: 800px;
	color: #454545;
	border: none;
	background: transparent;
	float: none;
	clear: both;
	visibility: hidden;
}
.pages a {
	padding: 0 2px;
	color: #bfbfbf;
}
.pages a:hover {
	color: #454545;
}

object {
	margin: 0 auto 6px auto;
	padding: 15px 0;
	position: relative;
	width: 755px;
	background: #000;
	text-align: center;
}

p {
	position: relative;
	margin: -36px auto 0 auto;
	padding-top: 46px;
	height: 45px;
	width: 754px;
	color: #000;
	background: url(../images/logo.gif) 100% 0 no-repeat;
}
p a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 163px;
	height: 91px;
	text-indent: -99px;
	overflow: hidden;
}
