/* -------- Layout specific stuff ---------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #c4e3ff;
	font-family: arial, "lucida console", sans-serif;
	font-size: 11px;
	background-image: url(../img/bg.jpg);
	background-color:#431405;
	}
	
#wrapper {
	width: 964px; /* 895 of backhome.jpg plus 3 */
	margin:0 auto;
	position: relative;
	max-width: 964px;
	background-image: url(../img/banner1.jpg);
	background-repeat:no-repeat;	
	}

#ad {
	display:none; 
	}
		
#clearme {
	clear:both;
	}
	
#top {
	padding:0px;
	position: relative;
	height: 20px;

	}
	
#footer {
	width:958px; 
	height:43px;
	background-color:#EEEEEE;
	padding:0px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-color: #FDA503;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;

	clear:both;
	overflow:hidden;
	}



.footercontent {
	margin-top:5px;
	font-size:11px;
	float:right;
	margin-left:15px;
	margin-right:2px;
	color:#ffffff;
	}
caption {
	color:#be0027;
	font-weight:bold;
	}

.footercontent a {
	color: #ffffff;
	text-decoration: none;
}

#footercontent a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#flashcontent {
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	width:550px;
	height:400px;
	border: 6px solid #fff;

	}

form {
	padding:0px;
	margin:0px;
	}
	
	
	
/* --------------------------------------------------------------------------------- */

/* added by michel */

img { border: 0; }
span.metageg {display: block; color: #000000;}

/* css for movie */
.moviecontent { width: 400px; } /* a default value will be replaced by movie width */
.moviecontent ul {border: 0;overflow:hidden;margin:0;padding:0 0 1px 0; list-style:none; }
.moviecontent li {background-image:none;padding:0;margin:0;border:0;}

.moviecontent h3 { border-bottom:1px solid #dedede; color: #000; margin: 0; padding: 0; font-size: 100%;}
.moviecontent li h3 a {border: 1px solid #FFF; color: #000;}

.moviecontent li a {display: block; padding: 2px 15px 3px 0; font-weight: bold; border-bottom:1px solid #dedede; background:url("../media/stylesheets/images/pijl.gif") right top no-repeat;height:1%; text-decoration: none; color: #000;}
.moviecontent li li a { font-weight: normal; padding: 2px 15px 3px 0;}
.moviecontent li a:hover {border-bottom: 1px solid #000; background:url("../media/stylesheets/images/pijl-hover.gif") right top no-repeat;}

.moviecontent li p a {display: inline; text-decoration: underline; color: blue; background: #FFF; border: 0; padding: 0; margin: 0; font-weight: normal;}
.moviecontent li p a:hover {display: inline; text-decoration: underline; color: blue; background: #FFF; border: 0; padding: 0; margin: 0;}

.moviecontent li img { margin-bottom: -4px;}

.moviecontent li a.open { background:url("../media/stylesheets/images/pijl-open.gif") right top no-repeat; }
.moviecontent li a.open:hover { background:url("../media/stylesheets/images/pijl-open-hover.gif") right top no-repeat; }
.moviecontent ul.open, .moviecontent div.open, .moviecontent p.open {display: block; }
.moviecontent li a.close { background:url("../media/stylesheets/images/pijl.gif") right top no-repeat; }
.moviecontent li a.close:hover { background:url("../media/stylesheets/images/pijl-hover.gif") right top no-repeat; }
.moviecontent ul.close, .moviecontent div.close, .moviecontent p.close  {display:none;}


/* ----------[ Etc ] ---------------------------------------------------------------------------- */

a {
	color: #294f88;
	text-decoration: underline;
	font-weight:bold;
	}

h1 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:9px;
	margin-top:0px;
	}

h2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:9px;
	margin-top:0px;
	}	

h3 {
	font-size: 14px;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:20px;
	}
a:hover{
	text-decoration: underline;
	}

input.form {
	width: 250px;
	}