@charset "UTF-8";
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
}
#lftcol {
	background: url(../graphics/str_lft.jpg) no-repeat right top;
}
#rgtcol {
	background: url(../graphics/str_rgt.jpg) no-repeat left top;
}
#contentcol {
	background: #000 url(../graphics/content_videoplayer.jpg) no-repeat 0 top;
}

/* Common */

h1 {
	font-size: 18px;
	line-height: 21px;
	margin: 0;
	padding: 4px 0 8px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a,a:visited:active:focus {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

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

/* Content Items */

#newsticker {
	width: 639px;
	height: 26px;
	display: block;
	top: 98px;
	left: 58px;
	position: relative;
	float: left;
}

#welcome {
	width: 300px;
	height: 170px;
	display: inline-block;
	position: relative;
	top: 120px;
	left: 64px;
	float: left;
}

#video {
	width: 300px;
	height: 170px;
	display: inline-block;
	float: left;
	position: relative;
	clear: none;
	top: 120px;
	left: -45px;
}

#videoplayer {
	display: inline-block;
	position: relative;
	left: 1px;
}
