* {
	margin: 0;
	padding: 0;
}
body {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
#container {
	margin: 10px auto;
	width: 760px;
}
#left {
	width: 160px;
	float:left;
}
#left h1 {
	font-size: 140%;
	padding: 0 5px 1em 0;
	color: #465052;
}
#left p {
	font-size: 120%;
	padding: 0 5px 1em 0;
}
#left ul.pdf {
	list-style-type: none;
	font-size: 120%;
	padding: 0 0 1em 0;
}
#left ul {
	list-style-type: none;
	font-size: 120%;
	padding: 0 0 1em 0;
}
#left ul li a{
	text-decoration: none;
	color: #7C8C9B;
}
#left ul li a:hover{
	color: #B2C979;
}
#left ul.pdf li {
	background: url(/streamsite/images/pdf_logo.gif) no-repeat;
	padding: 0 5px 5px 20px;
}
#left ul.pdf li a{
	text-decoration: none;
	color: #7C8C9B;
}
#left ul.pdf li a:hover{
	color: #B2C979;
}
#right {
	width: 600px;
	float:left;
}
#header {
	
}
#header p{
	padding: 5px 0;
}
#header ul{
	font-size: 120%;
	padding: 9px 0 0 0;
	text-align: right;
	margin: 0 0 5px 0;
}
#header li{
	display: inline;
}
#header a{
	color: #fff;
	background-color: #7C8C9B;
	padding: 5px 10px 2px 10px;
	text-decoration: none;
	border-top: 2px solid #7C8C9B;
}
#header a:hover {
	border-top: 6px solid #7C8C9B;
}


#video {
	width: 322px;
	float: left;
	height: 300px;
}

#information {
	width: 276px;
	float: left;
	height: 298px;
	background-color: #fff;
	border: 1px solid #ccc;
	background: #fff url(/streamsite/images/info_bg.gif) repeat-x;
	overflow: auto;
}

#information h1 {
	color: #7C8C9B;
	font-size: 120%;
	margin: 0 0 1em 20px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 2px 5px;
	font-weight: normal;
}

#information h2 {
	border-bottom: 1px solid #000;
	font-weight: normal;
	font-size: 120%;
	margin: 0 10px 0 20px;
	text-transform: uppercase;
}

#information p {
	font-size: 120%;
	padding: 0 10px 1em 20px;
}

#video_archive {
	clear: left;
	padding-top: 20px;
}

.archive {
	width: 200px;
	float: left;
	overflow: hidden;
	padding: 0 0 15px 0;
}
.archive h1 {
	font-size: 120%;
	padding: 0 10px 0 10px;
	color: #7C8C9B;
}
.archive p {
	font-size: 120%;
	line-height: 1.2em;
	padding: 0 10px 0 10px;
}
.archive img {
	border: none;
	background-color: #f3f3f3;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 0 5px 0;
}
.archive a.comment {
	color: #59452A;
	text-decoration: none;
}
.archive a:hover.comment {
	background-color: #59452A;
	color: #fff;
}

