h1 {
	font-size: 12px;
}

#content {
	font-size: 11px;
	background: transparent url(/images/media_image.jpg) no-repeat center top;
}

#sub_navigation {
	margin: 100px 0px 0px 0px;
	float: left;
}

#sub_navigation li { 	clear: both; float: left; }

#sub_navigation a {
	display: block;
	margin: 3px 0px;
	padding: 0px 3px 0px 15px;
	color: #fff;
	background: #000;
	text-decoration: none;
	font-weight: bold;
}

#sub_navigation a:hover { color: #ddd; }

#sub_navigation .current { color: #999; }

#sub_navigation .current:hover { color: #999; }

#images {
	width: 357px;
	height: 467px;
	margin: 23px 20px 0px 0px;
	overflow: auto;
	float: right;
	border: 1px solid #333;
}
* html #images {
	margin-right: 10px;
}

#images a {
	padding: 2px;
	background: #fff;
	border: 1px solid #666;
	float: left;
	margin: 24px 0px 0px 24px;
}

#images a:hover { border: 1px solid #222; }

#images img {
	float: left;
}

#bottom_padding {
	clear: both;
	height: 24px;
}


#video_container {
	width: 357px;
	height: 467px;
	margin: 23px 20px 0px 0px;
	overflow: auto;
	float: right;
	border: 1px solid #333;
}
* html #video_container {
	margin-right: 10px;
}

#video {
	width: 320px;
	height: 300px;
	margin: 17px auto 0px auto;
}

#video_list {
	height: 148px;
	border-top: 1px solid #999;
	overflow: auto;
}

#video_list li {
	border-bottom: 1px dotted #999;
}

#video_list li a {
	display: block;
	padding: 2px 2px 2px 17px;
	
	text-decoration: none;
	color: #fff;
}

#video_list li a:hover {
	color: #999;
}