@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(http://psrtv.s3.amazonaws.com/site/images/Borders.jpg);
	background-color: #0A1B87;

}

.oneColFixCtr #container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(http://psrtv.s3.amazonaws.com/site/images/Background.jpg);
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	background-position: center top;

}
#mainNavigation {
	height: 110px;
	width: 260px;
	margin-left: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainNavigation #home {
	float: left;
	height: 110px;
	width: 80px;
}
#mainNavigation #news {
	height: 110px;
	width: 70px;
	float: left;
}
#mainNavigation #archives {
	height: 110px;
	width: 110px;
	float: left;
}
#mainNavigation #home:hover {
	float: left;
	height: 110px;
	width: 80px;
	background-image: url(http://psrtv.s3.amazonaws.com/site/images/Activerollover-home.jpg);
}
#mainNavigation #news:hover {
	height: 110px;
	width: 70px;
	float: left;
	background-image: url(http://psrtv.s3.amazonaws.com/site/images/Rollover-news.jpg);
	background-position: center top;
}
#mainNavigation #archives:hover {
	height: 110px;
	width: 110px;
	float: left;
	background-image: url(http://psrtv.s3.amazonaws.com/site/images/Rollover-Archives.jpg);
}
#player {
	height: 410px;
	width: 740px;
	margin-top: 90px;
	margin-left: 90px;
	background-repeat: no-repeat;
	background-position: center top;

	text-align: right;
}
#player #silverlightPlayer {
	height: 406px;
	width: 720px;
	margin-left: 10px;
}

#playerControls  {
	height: 25px;
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFF;
	font-size: 14px;
	text-align: right;
	margin-left: 125px;
	padding-right: 50px;
	padding-top: 5px;
}
#playerControls2  {
	height: 25px;
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFF;
	font-size: 14px;
	text-align: right;
	margin-left: 88px;
	padding-right: 50px;
	padding-top: 5px;
}
#chat {
	background-color: #000;
	width: 720px;
	margin-left: 120px;
	margin-top: 25px;
}
#footer {
	height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
}


a {
	color: #FFF;
	text-decoration: none;
}
#player640x360 {
	height: 370px;
	width: 660px;
	margin-left: 130px;
	background-image: url(http://psrtv.s3.amazonaws.com/site/images/PlayerShadow-640x360.jpg);
	margin-top: 90px;
}
#player640x360 #silverlightPlayer640x360 {
	height: 360px;
	width: 640px;
	margin-left: 10px;
}
#chat640 {
	background-color: #000;
	width: 640px;
	margin-left: 160px;
	margin-top: 25px;
}
#troubleshootcontainer {
	width: 440px;
	margin-top: 80px;
	margin-left: 240px;
	background-color: #FFF;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
	border: 2px solid #000;
}
