* {
	margin:0;
	padding:0;
}
html, body {
	background:#fff;
}
body {
	background:#fff;
	text-align:center;
 	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#frame {
	width:674px;
	margin:0 auto;
	position:relative;
}
h1 {
	font-size:32px;
	padding:0 0 0 10px;
	color:#666;
	border-left:3px solid #46b9d5;
	text-align:left;
	margin:10px 0;
}
#flash-content {
	background:url(../images/200912/ESS-video.jpg) no-repeat center;
	width:674px;
	height:511px;
	position:relative;
}
#video {
	position:relative;
	width:640px;
	height:480px;
	margin:17px;
}
#links{
	width:634px;
	margin:0 auto;
}
#links ul {
	margin:0;
	padding:0;
}
#links ul li {
	list-style: none;
	display: inline;
	float:left;
	margin: 0;
}
#links ul li a {
	text-decoration: none;
	background:url(../images/200912/ESS-tab.jpg) no-repeat top center;
	width:44px;
	height:42px;
	display:block;
	color:#fff;
}
#links ul li a:hover {
	background:url(../images/200912/ESS-tab-over.jpg) no-repeat top center;
	color:#000;
}
#links ul li.current {
	background:url(../images/200912/ESS-tab-over.jpg) no-repeat top center;
	width:44px;
	height:42px;
	display:block;
	color:#000;	
}
.month {
	font-size: 10px;
	margin: 0px;
	padding: 1px;
	text-transform: uppercase;
	line-height: 8px;
}
.day {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 12px;
}
.year {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
#links ul li.prev a,#links ul li.next a{
	padding:9px 0 0 0;
}