/* CSS Document */
body {
	background-color: #000;
	font-family: "Courier New", Courier, monospace;
	color:#999;
	font-size: 13px;
	margin: 34px 0px 4px 30px;
	padding: 0;
	border: none;
	text-align: center;
	background-image:url(/pix/star_bg2_sub.gif);
	background-repeat:repeat-x;
}
#wrapper {
	text-align: center;
}
#main {
	width: 1150px /*970px*/;
	margin:auto;
	/* padding: 2px; */
	border: none;
	text-align:left;
}
#header {
	clear:both;
	margin-bottom:10px;
}
#left {
	font-size: 14px;
	width:120px;
	padding-left:110px;
	float:left;
	margin-top:25px;
}
#left A, A:visited {
	text-decoration:none;
}
#left A:hover {
	text-decoration:none;
	color:#999;
}
#mid {
	float:left;
	width:900px /*720px*/;
}
.video {
	/*width:448px;*/
	float:left;
}
.textcol {
	width: 200px;
	margin-left:60px;
	float:left;/* text-align:justify;*/
}
.previmg {
	float:left;
	margin-right:20px;
}
.clear {
	clear:both;
}
a, a:visited {
	color:#999;
}
a:hover {
	color:#fff;
}
h1 {
	font-size: 20px;
	font-weight:bold;
	margin-top:0px;
	color:#fff;
}
h3 {
	font-size: 20px;
	font-weight:bold;
	margin-top:0px;
	color:#fff;
}

