/* CSS Document */

body {
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	margin:0px;
	padding:0px;
	border:0px;
}

a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#737c8f;
	text-decoration:none;
}

img {
	border:0px;
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	width:800px;
	height:50px;
	top:0px;
	left:0px;
}

#topnav {
	position:absolute;
	right:0px;
	bottom:0px;
	font-weight:bold;
	color:#333333;
	text-align:right;
}

#wrap {
	background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
	margin-left:0px;
	padding:0px;
	width:100%;
}


#player {
	width:640px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#textcontent {
	width:640px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#bar {
	background-image:url(images/bg_bar2.jpg);
	width:100%;
	height:20px;
}

#LeftColumn {
	float:left;
	width:550px;
	margin:0px;
}

#RightColumn {
	float:left;
	width:250px;
	margin:0px;
}

#footer {
	clear:both;
	width:800px;
}

#copyright {
	color:#333333;
	font-size:10px;
	text-align:right;
}

p {
	color:#333333;
}

h1 {
	font-weight:bold;
	font-size:14px;
	color:#333333;
}

#title {
	margin:10px;
	border:none;
	width:520px;
	height:25px;
}

#titleright {
	margin:10px;
	border:none;
	width:200px;
	height:25px;
}

.videobox {
	border:none;
	margin:10px;
	padding:5px;
	width:520px;
	height:auto;
	color:#333333;
	font-size:12px;
	clear:both;
}

.videobox img {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.videobox a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.videobox a:hover {
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}

.newsbox {
	border:none;
	margin:5px;
	padding:5px;
	width:230px;
	color:#333333;
}

.newsbox h1 {
	font-size:12px;
	font-weight:bold;
}

.short_title h1 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	line-height:8px;
}
