/* CSS Document */
body
{
	width:890px;
	height:auto;
	margin:auto;
}
	.major
	{
		width:890px;
		height:auto;
		float:left;
		display:inline;
		
	}
	.video-box
	{
		width:400px;
		height:auto;
		margin:20px 0px 0px 0px;
		padding:20px;
		float:left;
		display:inline;
		background-color:#CC6633;
	}
	.marque-row
	{
		width:420px;
		height:30px;
		line-height:30px;
		margin:0px;
		padding:0px 10px 0px 10px;
		background-color:#511c01;
		float:left;
		display:inline;
	}
		.marque
		{
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			color:#FFFFFF;		
		}
	.spread-sheet
	{
		width:438px;
		height:auto;
		border:#333333 1px solid;
		float:left;
		display:inline;
		margin-top:20px;
	}
		.row
		{
			width:438px;
			height:25px;
			float:left;
			display:inline;
			border-top:#511c01 1px solid;
		}	
			.cols-headings
			{
				width:auto;
				height:25px;
				line-height:25px;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				color:#FFFFFF;
				font-size:12px;
				text-align:center;
				border-left:#511c01 1px solid;
				display:inline;
				background-color:#cc6633;
			}
		
			.cols
			{
				width:auto;
				height:25px;
				line-height:25px;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				color:#333333;
				font-size:12px;
				text-align:left;
				text-align:center;
				border-left:#511c01 1px solid;
				display:inline;
			}
				.cols img
				{
					width:63px;
					height:21px;
					margin:2px 0px 0px 2px;
					cursor:pointer;
					border:none;
					float:left;
					display:inline;
				}
	

