@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background:#000000;
	/*background-image: url(images/gradient.gif);
	background-repeat: repeat-x;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 1.5em;
	
}

p {
	font-size:12px; 
	color:#FFFFFF; 
	padding:0 0 0 0;
}

a { text-decoration: underline; color:#CCCC33 }


.title {
	display: block;
	font-size:24px;
	margin: 0 20px 20px;
}

#wrapper {
	width:778px;
	height: auto; 
	margin: 0px;
	overflow:hidden;
	float:left;

}

#leftCol{
	float:left;
	margin:auto 0;
	width:466px;
	background-color:#FFFFFF;
}

#rightCol{
	float:right;
	width:300px;
	height:800px;
	padding-right:20px
}
#wrapper #videoContainer {
	width: 100%;
	background-image: url(video_files/images/ripped_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 0 0;
}
.videoHide {
	display: none;
}
