/*
**

MAIN

**
*/

#main h2
{
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 3px double #004D40;
}

/*
**

VIDEO-CATALOG

**
*/

#video-catalog
{
	display: block;
	margin: 3em 0px;
	padding: 0;
}

#video-catalog li
{
	display: block;
	float: left;
	margin-left: 4ex;
	margin-bottom: 1em;
	text-align: center;
}

#video-catalog a
{
	text-decoration: none;
}

#video-catalog a img
{
	display: block;
	margin-bottom: 0.3em;
	width: 183px;
	height: 138px;
	border: none;
}

#video-catalog small
{
	display: block;
	text-align: center;
}

/*
**

VIDEO

**
*/

#touch
{
	background: #000 url(overlay.gif) no-repeat center;
}

#video
{
	position: absolute;
	width: 640px;
	height: 520px;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -260px;
}
/*
#video h2
{
	text-align: right;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
	margin: 0 0 0.4em 0;
}
*/
/*
**

INTERVIEW

**
*/

#interview
{
	margin-left: 3ex;
}