body {
	background-image:url(../images/body_background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#000000;
	color:#000000;
	padding:0px;
	margin:0px;
	font-family:arial;
	line-height:100%;	
}
#container {
	background-image:url(../images/container_background.png);
	*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/container_background.png', sizingMethod='scale');
	padding:0px 4px 0px 4px;
	width:869px;     
	margin:auto;
}

#leftbar {
	width:529px;
	margin-right:-3px;
}
#leftbar .content {
	padding:0px 30px 0px 30px;
}

#leftbar .content p{
	font-size:12px;
	margin-bottom:10px;
}


#rightbar {
	right:0px;
	float:right;
	width:340px;
	margin-left:-3px;
}
#rightbar img {
	margin-bottom:-4px;
}
#rightbar .header {
	margin-bottom:2px;
	margin-top:10px;
	cursor: pointer;
}
#rightbar .formatButton {
	margin:0px;
	margin-right:2px;
	padding:0px;
	border:0px;
}
#rightbar #formatButtons {
	margin-top:7px;
	padding-left:7px;
}
.formatBlock {
	margin-top:8px;
	*margin-top:10px;
}

.formatBlock IMG {
	margin-bottom:-4px;
	margin-top:-4px;
}

.formatBlock .content {
	background-image:url(../images/format_content_background.jpg);
	padding: 5px 22px 5px 22px;
	font-size:12px;
	line-height: 100%;
}
.formatBlock .buttons{
	background-image:url(../images/format_buttons.jpg);
	width:340px;
	height:37px;
}

h6 {
	padding:0px;
	margin:5px 0px 3px 0px;
	font-size:16px;
	letter-spacing:-1px;
}
p {
	padding:0px;
	margin:1px;
	text-align:justify;
	color:#666666;
}
p.list {
	line-height:16px;	
	background-color:#e8e8e8;
	padding:15px 10px 10px 10px;

}
p.list .big {
	font-size:22px;
	letter-spacing:-1px;
}
p.list .small {
	font-size:11px;
	color:#33333
}



h1 {
	font-size:0px;
	line-height: 1px;
	letter-spacing:-1px;
	color:white;
	margin-top:10px;
	margin-bottom:10px;
	width:469px;
	height:39px;
}

#gct {
	background-image:url(../images/leftbar_header_gct.jpg);
}
#awards {
	background-image:url(../images/leftbar_header_awards.jpg);
}
#aboutEndemol {
	background-image:url(../images/leftbar_header_about_endemol.jpg);
}


.button1 {
	margin-right:10px;
	*margin-right:8px;
	float:right;
	width:118px;
	height:30px;
	cursor: pointer;
}
.button2 {
	margin-right:2px;
	width:85px;
	height:30px;
	float:right;
	cursor: pointer;
}

#footer {
	color: white;
	text-align: center;
	font-size: 12px;
	padding:3px;
	background-image: url('../images/footer_background.gif');
}


a{
	color:#0066cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
