html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	border:none;
	background-image:url(images/bkg.gif);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	font-size:12px;
	line-height:1.3;
}

p {
	margin:0;
	padding:0 0 12px 0;
}

h1 {
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0 0 12px 0;
	color:#CC6600;
}

h2 {
	font-size:16px;
	margin:0;
	padding:12px 0 0 0;
	color:#CC6600;
}

h3 {
	font-size:14px;
	margin:0;
	padding:12px 0 0 0;
	color:#CC6600;
}
.brown { color:#CC6600;}
table, tr, td {
	border:1px solid #CCCCCC;
}

.grey {
	color:#999999;
}

.red {
	color:#FF0000;
	font-weight:bold;
}

ul {
	margin-bottom:0;
	margin-top:0;
	padding-bottom:8px;
}

li {
	margin-bottom:0;
	margin-top:0;
	padding-bottom:8px;
}
ol ol li { list-style:lower-roman;}

hr {
	clear:both;
}

.container {
	width:850px;
	margin:auto;
	min-height:100%;
	background-color:#ebebeb;
	position:relative;	/*required*/
}

.banner {
	background-image:url(images/banner.jpg);
	height:164px;
}

.content {
	padding:20px 20px 50px 20px;
}

.movie {
	width:305px;
	height:226px;
	float:left;
}
.content-half {
	width:400px;
}
.content-onethird {
	width:260px;
}
.content-twothirds {
	width:530px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.footer {
	/*height:30px;*/
	width:810px;
	/*bottom:0;*/			/*required*/
	position:absolute;	/*required*/
	padding:20px;
	margin:auto;
	background-image:url(images/footer-rpt.gif);
	background-repeat:repeat;
	/*line-height:30px;*/
	text-align:center;
	color:#FFFFFF;
}

/* Non- form definition lists */
dl {
	width:100%;
	margin:0;
	padding-bottom:8px;
}

dt {
	width:70px;
	float:left;
}

dd {
	margin-left:71px;
}

.pays {
	clear:left;
}

.pays dt {
	width:17%;
}

.pays dd {
	margin-left:18%;
}

dd span {
	width:70px;
	float:left;
	display:inline;
	text-align:center;
}

a {
	color:#FF6600;
}

/* Stages styles */
.stage {
	width:638px;
	height:88px;
	padding:12px 40px 48px 121px;
	background-image:url(images/stages.gif);
	font-size:13px;
}

.stage1 {background-position:0 0;}
.stage2 {background-position:0 -148px;}
.nav {
	font-size: 16px;
	color: #FFF;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	line-height: 2;
}

.stage3 {background-position:0 -296px;}
.stage4 {background-position:0 -444px;}

.stage li {
	list-style-image:url(images/li.gif);
}

.stagebottom {
	width:800px;
	background-image:url(images/stages.gif);
	height:20px;
	background-position:0 -592px;
}

