/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#EFF2F5;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
a {
	color: #ffffff;
	text-decoration:underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
h1 { 
	font-size: 18px;
	color: #ffffff;
	text-transform:uppercase;
}
h2 { 
	font-size: 14px;
	color: #ffffff;
}
h3 { 
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 982px;
	background: url(../../images/structure/wrapper_bg.jpg);
}

#top {
	width: 982px;
	height: 208px;
}

#submenu {
	margin-left: 55px;
}
#submenu a {
	color: #000000;
	text-decoration: none;
}
#submenu a:hover {
	color: #000000;
	text-decoration: underline;
}

#naw {
	position: absolute;
	color: #000000;
	width: 131px;
	font-size:12px;
	text-align: center;
	bottom: 35px;
	right: 20px;
}


#text {
	margin: 20px 20px 20px 20px;
}

#slide_logos {
	position: absolute;
	top: 0px;
	left: 0px;
}
#film_button {
	position: absolute;
	top: 300px;
	right: 30px;
}

#marquee {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica;
	position:absolute;
	top: 178px;
	left: 305px;
	width: 640px;
}

.content_bg {
	background-image: url(../../images/structure/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
