@charset "UTF-8";
/* CSS Document */

body {
	background-color: #036;
}
#container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 70px;
	width: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	height: 15px;
	width: 700px;
	background-image: url(../images/design/footer.gif);
}
#repeater {
	background-image: url(../images/design/repeater.gif);
	background-repeat: repeat-y;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
}
#videoPlayer {
	background-color: #036;
	height: 350px;
	width: 430px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#breadcrumb {
	width: 150px;
	float: right;
	margin-top: 28px;
}
#footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-top: 5px;
	text-align: center;
}
#footerText a {
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

