html {
	font-family: Arial, Sans-Serif;
}
body {
	background-color: #162B3B;
	background-color: #A2A3B1;
}
#container {
	min-width: 700px;
	max-width: 1000px;
	margin: 0 auto;
}
#header {
	/*background: url('title.jpg') top left no-repeat;
	overflow: hidden;*/
	min-height: 80px;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 16px;
	border: 1px solid #162B3B;
}
#header h1 {
	float: left;
	/*text-indent: -1024px;*/
	margin: 0;
	padding: 0;
}
#header h1 a img {
	border: none;
}
#content-wrapper {
	border-top: 4px solid #A2A3B1;
	border-bottom: 4px solid #A2A3B1;
	margin: 0 2px 0 2px;
}
#content-top-left {
	background: url('content-top-left.jpg') top left no-repeat #FFFFFF;
}
#content-top-right {
	background: url('content-top-right.jpg') top right no-repeat;
}
#content-bottom-right {
	background: url('content-bottom-right.jpg') bottom right no-repeat;
}
#content-bottom-left {
	background: url('content-bottom-left.jpg') bottom left no-repeat;
}
#content {
	padding: 8px 12px 8px 12px;
	min-height: 400px;
}
#links {
	float: right;
	text-align: right;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0.5em 0 0.5em 0.5em;
	padding-left: 30px;
	list-style: none;
	line-height: 22px;
	background: url('tv-bullet.jpg') top left no-repeat;
}
#footer {
	text-align: center;
	font-size: small;
	background-color: #FFFFFF;
	padding: 1em 0 1em 0;
	border: 1px solid #162B3B;
}
form label input.text {
	display: block;
}
form textarea {
	display: block;
}
.video-info {
	overflow: hidden;
}
.video-info h3 {
	margin: 1em 0 0.25em 0;
}
.video-info img {
	float: left;
	margin: 0 1em 1em 0;
	border: none;
}

