html
{
    margin: 0;
    padding: 0;
	height: 100%;
}

body
{
	text-align: center;
    font-family: Arial;
	margin: 0;
    padding: 0;
    background-color: #596f7e;
	background-image: url('./../img/bg.jpg');
}

table
{
	empty-cells: show;
}

table.center
{
	margin-left:auto;
	margin-right:auto;
}

a img
{
	border: none;
}

.stretch
{
	width: 100%;
	height: 100%;
}

.MainDiv
{
	width: 100%;
	height: 100%;
	background-image: url('./../img/contentbg.png');
	background-repeat: repeat-y;
	background-position: center;
	vertical-align: top;
}

.Poster
{
	background-image: url('./../img/header_poster_2010.png');
	background-repeat: no-repeat;
	background-position: right;
}

.HeaderContainer
{
	height: 278px;
	background-image: url('./../img/headerbg.jpg');
}

.MenuContainer
{
	text-align: center;
	height: 39px;
	background-image: url('./../img/menubg.png');
}

.MenuContainer a
{
	margin: 0 30px;
}

.MenuContainer .MenuSeparator
{
	height: 39px;
	width: 2px;
	/* padding: 0 30px 0 30px; */
	background-image: url('./../img/separator.png');
	background-repeat: no-repeat;
}

.MenuContainer .Selected
{
	background-image: url('./../img/menuselectedbg.png');
}

.MenuContainer .MenuItem, .MenuContainer .Selected
{
	cursor:pointer;
}

* HTML .MenuContainer .MenuItem, .MenuContainer .Selected
{
	cursor:hand;
	c\ursor:pointer;
}

.MenuContainer .MenuItem:hover
{
	background-image: url('./../img/menubghover.png');
}

.MenuContainer a, .MenuContainer a:active, .MenuContainer a:visited
{
	color: white;/* #41331f; */
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.MenuContainer a:hover
{
	
}

.ContentContainer
{
	vertical-align: top;
}

.FilmstripeContent
{
	padding: 15px 0 0 0;
	height: 88px;
	background-image: url('./../img/filmstripe.png');
}

.logo
{
	border: none;
}

.LeftPart
{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: 20px center;
}

.LeftPart img
{
	margin-right: 20px;
	border: none;
}

.RightPart
{
	/* background-image: url('./../img/girl.png'); */
	background-repeat: no-repeat;
	background-position: right;
}

.FooterContent
{
	color: black;
	font-family: Verdana;
	font-size: 10px;
	padding: 30px 0;
}

.FooterContent img
{
	margin: 0 30px;
}

.ContentBlock
{
	margin-top: 10px;
	width: 800px;
}

.Content
{
	/* color: #71533c; */
	color: black;
	text-align: left;
	font-size: 16px;
	padding: 0 10px;
	letter-spacing: 1px;
	line-height: 150%;
}

/*
.Content .ContTitle
{
	background-image: url('./../images/clap.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
}
*/

.Content h1
{
	font-weight: normal;
	font-size: 24px;
	margin: 40px 0 0 0;
}

.Content h2
{
	font-weight: normal;
	font-size: 22px;
	margin: 35px 0 0 0;
}

 h3
{
	font-weight: normal;
	font-size: 20px;
	margin: 30px 0 0 0;
}

.Content h3.palm {
	background-image: url('./../img/cannes.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
}

.Content h4
{
	font-weight: normal;
	font-size: 18px;
	margin: 25px 0 0 0;
}

.Content h5
{
	font-weight: normal;
	font-size: 16px;
	margin: 20px 0 0 0;
}

.Content h6
{
	font-weight: normal;
	font-size: 14px;
	margin: 15px 0 0 0;
}

/*
.Content h1 a, .Content h1 a:link, .Content h1 a:visited, .Content h1 a:hover
{
	color: black;
}
*/

.Content #insSoundFlash
{
	display: block;
	float: left;
	width: 85px;
	height: 85px;
	margin: 5px 5px 5px 0;
	padding: 0;
}

.Content p
{
	text-indent: 0;
	text-align: justify;
	margin: 15px 0 0 0;
}

.Content p.clear
{
	text-indent: 0;
	text-align: left;
}

.Content img
{
	float: right;
	margin: 5px 0 5px 25px;
	border: 1px dotted black;
}

.Content img.clear
{
	float: none;
	margin: 5px;
	border: none;
}

.Content a, .Content a:active, .Content a:visited
{
	/* color: #3399FF; */
	color: #4180C0;
	text-decoration: none;
}

.Content a:hover
{
	color: #3399FF;
	/* text-decoration: underline; */
}

.Content .calendar
{
	float: right;
	display: block;
	font-size: 10px;
	padding: 15px 0 10px 10px;
	background-color: white;
}

.Content .calendar-month
{
	font-size: 12px;
	font-weight: bold;
}

.Content .calendar th
{
	color: #5B7080;
}

.Content .calendar td
{
	text-align: center;
	border-top: 1px dotted #5B7080;
	padding: 0 5px;
}

.Content .calendar td:hover
{
	background-color: #E4EBEF;
}

.Content .calendar td.empty:hover
{
	background-color: white;
}

.Content h4.date
{
	border-bottom: 1px dotted #5B7080;
}