﻿* { /* Global Whitespace Reset - do not delete */
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Verdana, sans-serif;
	color: #fffcf5;
	background: #bbb;
}

img {border: 0;}

a:focus {
	border: 0;
	outline: 0;
}

div.main {
	margin: 22px auto 0;
	width: 799px;
	background: url(images/bg-main.gif) repeat-y 0 0;
	overflow: auto;
}

div.nav {
	float: left;
	padding: 22px 0 0;
	width: 199px;
}

div.nav img {float: left;}

div.nav ul {
	list-style: none;
	float: left;
	margin: 24px 0 0;
}

div.nav ul li a:link,
div.nav ul li a:visited {
	display: block;
	margin: 0 0 5px;
	width: 198px;
	height: 35px;
	font: 16px/35px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #cd3900;
	border-bottom: 2px solid #cd3900;
}
div.nav ul li a:hover,
div.nav ul li a.on:link,
div.nav ul li a.on:visited {border-bottom: 2px solid #404040;}

div.nav ul li.tall a:link,
div.nav ul li.tall a:visited {
    padding: 10px 0;
    line-height: normal;
}

div.nav ul li.tall a span {font-size: 14px;}

div.nav ul li sup {
    font-size: 10px;
    line-height: 10px;
    vertical-align: text-top;
}

div.player {
	position: relative;
	float: right;
	margin: 22px 0 0;
	padding: 22px 0 0 47px;
	width: 544px;
	height: 339px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: #fff url(images/bg-player.gif) no-repeat right top;
}

div.player a:link,
div.player a:visited {
	position: absolute;
	bottom: 5px;
	left: 239px;
	color: #9a9385;
	text-decoration: none;
}

div.title {
	float: right;
	margin: 15px 0 0;
	padding: 0 0 0 15px;
	width: 585px;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	color: #9c9943;
	background: #fffcf5;
}

div.title span {color: #8f8f8f;}

div.title sup {
    font-size: 11px;
    line-height: 11px;
    vertical-align: text-top;
}

div.copy {
	float: right;
	padding: 12px 61px 0 19px;
	width: 520px;
	height: 185px;
}

div.copy a:link,
div.copy a:visited {
    color: #cd3900;
    text-decoration: underline;
}
div.copy a:hover {text-decoration: none;}

div.footer {
	float: right;
	width: 600px;
	height: 85px;
	background: #fff url(images/bg-footer.gif) no-repeat right bottom;
}

div.footer img {
	float: right;
	margin: 7px 13px 8px 0;
}

div.footer span {
	float: left;
	margin: 0 0 0 2px;
	padding: 10px 0 0;
	width: 598px;
	color: #938c82;
	font-size: 11px;
	border-top: 1px solid #d6cebf;
}

div.footer a:link,
div.footer a:visited {
	color: #5bafda;
	text-decoration: none;
}




































