@charset "UTF-8";
/* CSS Document */
header {
	background-color: #FFF;
	height: 120px;
	width: 1024px;
	border-bottom-color: #000;
	border-bottom-width: medium;
	border-bottom-style: solid;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 18px;
}
body {
	width: 1024px;
}
#logo {
	background-color: #FFF;
	height: 120px;
	width: 224px;
	float: left;
}
#blank {
	background-color: #fff;
	float: right;
	height: 90px;
	width: 800px;
}

#box {
	background-color: #fff;
	float: right;
	height: 30px;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

#box div {
	float: left;
	height: 30px;
	line-height: 30px;
	
}

#section {
	background-color: #FFF;
	float: left;
	width: 100%;
	height: 1000px;	
}
#sidebar {
	height: 480px;
	width: 221px;
	background-color: #FFF;
	float: left;
	border-right-width: medium;
	border-right-color: #000;
	border-right-style: solid;
}
#mainContent {
	background-color: #FFF;
	float: right;
	height: 450px;
	width: 800px;
}
#video_controls {
	background-color: #333;
	float: left;
	height: 30px;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
#video_controls div {
	float: left;
	height: 30px;
	line-height: 30px;
	
}
.player-button {
	width: 50px;
	text-align: center;
	cursor:pointer;
}

image {
	border-style:none;
}
