@CHARSET "UTF-8";

/*
GLOBAL
-----------------*/
* {
margin:0;
padding:0;
color: #000;
list-style:none;
}

a img {border: none;}

html {background: #f7f2e5; }

body {background: transparent;}

/*
STRUCTURE
-----------------*/
#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: auto;
	background: transparent;
	}

#header {
	height:236px;
	background: transparent url('/tpt/50/header_bg.jpg') no-repeat left top;
	}

#maincontent {
	width: 1000px;
	height: 439px;
	background: transparent url('/tpt/50/maincontent_bg.jpg') no-repeat left top;
	}

#secondarycontent {
	width: 1000px;
	height:485px;
	background: transparent url('/tpt/50/secondarycontent_bg.jpg') no-repeat left top;
	}

#footer {
	margin-bottom: 10px;
	text-align:center;
	font: normal 10px Verdana, Sans-serif;
	color:#000;
}
/*
PLAYER
-----------------*/
.overlay {
	position: absolute;
	text-align: center;
	background: url('/tpt/50/playButton.png') no-repeat center center !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tpt/1/playButton.png', sizingMethod='crop');
}

.overlay.small {
	width: 53px;
	height: 53px;
	margin: 88px 0px 0px 120px;
}

.overlay.big {
	width: 480px;
	height: 270px;
}


#playerwrapper {
	position: relative;
	top: 15px;
	left: 395px;
	width: 480px;
	height: 380px;
	cursor: pointer;
	background: #000;
	border: 0;
	}
	
/*
PLAYER
-----------------*/
ul#que {
    float:left;
	margin: 102px 0 0 43px;
	width: auto;
	height: auto;
	background:transparent;
}

ul#que li {
    float:left;
    margin: 5px 0 5px 5px;
}

ul#que li a:link, ul#que li a:visited {
    float:left;
    display:block;
	width:300px;
}

ul#que li a:hover, ul#que a:active {

}


/*
FORMATTING
-----------------*/
p {
font: normal 13px Verdana, Sans-serif;
color: #000;
}

p.blurb {
    margin:75px 0 0 30px;
    width:390px;
    font: normal 20px Verdana, Sans-serif;
}

#footer a.btm_banner {
	margin: 15px 0;
    display:block;
    width: auto;
    text-align:center;
}
	
	
h2 {
	margin: 15px 0;
	font: normal 40px Arial, Sans-serif;
	color: #f2de5f;
	text-align: center;
	}

/* links */

h1 a:link, h1 a:visited {
	position: relative;
	top:25px;
	left:386px;
	font: normal 25px Arial, Sans-serif;
	color: #fff;
	}
	
h1 a:hover, h1 a:active {
	text-decoration: none;
	}

#footer a:link,
#footer a:visited {
	color: #000;
	}

#footer a:hover,
#footer a:active {
	text-decoration:none;
	}

#footerTextLink {clear:both;}

#footerTextLink a:link, #footerTextLink a:visited {
	padding: 25px 0 0 0;
	display:block;
	font: bold 32px Arial, Sans-serif;
	color: #fff;
	text-align:center;
	}
