html, body {
	width: 100%;
}
body {
	background-color: #1d1d1d;
	background-image: url(../imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	letter-spacing: 2px;
	font: lighter 12px Helvetica, Arial, Sans-Serif;
	font-weight: 200;
	text-align: left;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #81ABDE;
	font-style: italic;
}
.shadow {
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000')";
}
#container {
	width: 955px;
	margin: 0px auto;
}
#menu {
	width: 955px;
	margin-top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#menu li {
	display: inline;
	list-style: none;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 13px;
}
#logo {
	width: 955px;
	height: 130px;
	margin: 30px auto 10px;
}
#body_video {
	background-image: url(../imgs/body_video.png);
	height: 397px;
	width: 955px;
	background-repeat: no-repeat;
	background-position: left top;
}
#players {
	height: 390px;
	width: 680px;
	background-image: url(../imgs/video_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2px 5px 5px;
	float: left;
}
.player img {
	margin-top: 3px;
	cursor: pointer;
}
#floatit {
	height: 376px;
	width: 670px;
	padding: 5px;
}
#text_blurb {
	float: right;
	width: 255px;
	padding-right: 5px;
}
#text_blurb table {
	margin: 10px -4px;
}
#text_blurb table td {
	text-align: left;
	padding: 10px 5px;
}
#text_blurb p {
	margin-bottom: 10px;
}
#text_blurb h1 {
	font: normal 23px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2px;
}
#text_blurb h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
#text_blurb p {
	font-size: 13px;
}
#body_text {
	background-image: url(../imgs/body_text_top.png);
	width: 955px;
	min-height: 440px;
}
#text_main {
	height: 400px;
	width: 670px;
	margin-left: 180px;
	padding-top: 15px;
}
#text_main h1 {
	font-size: 24px;
}
#text_main p {
	margin-bottom: 10px;
}
#body_text_footer {
	background-image: url(../imgs/body_text_bottom.png);
	height: 21px;
	width: 1162px;
	margin-left: -105px;
}
#bottom_container {
	margin: 40px auto 20px;
	width: 955px;
	padding-bottom: 20px;
	clear: both;
}
#bottom_container h1 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 4px;
}
#bottom_container .description {
	width: 200px;
	padding-right: 50px;
	float: right;
	font-size:14px;
}
#bottom_container .description h1 {
	font-size: 16px;
	color: #b2ddfe;
}
#bottom_container a:link, #bottom_container a:visited {
	color: inherit;
	text-decoration: none;
}
#bottom_container a:hover {
	color: inherit;
}
#footer {
	margin-top: 30px;
}
.nojustify {
	text-align: left;
}
.avoidlogo {
	float: right;
	height: 30px;
	width: 110px;
	margin-top: 0px;
}
