body{
	background-image		:url(../shared/next%20level%20fade.jpg); 
	background-repeat		:repeat-x; 
	background-attachment	:fixed; 
	background-color		:#CADDDD;
	margin					:0px;
	padding					:0px;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom			:0px;
	padding-bottom			:0px;
	margin-top				:0px;
	padding-top				:0px;
	font-family				:Verdana, Geneva, sans-serif;
}
div#outer {
    width					:80%;
	margin-left				:10%;
	margin-right			:10%;
}
.outer {
    width					:80%;
	margin-left				:10%;
	margin-right			:10%;
}
#desc{
	visibility				:hidden; 
	position				:absolute;
}
#header{
	width					:100%;
	height					:200px; 
	font-family				:Verdana, Geneva, sans-serif;
	font-size				:12px;
}
#movie{
	width					:100%;
	height					:100%;
	font-family				:Verdana, Geneva, sans-serif;

}
.fullwidth{
	width					:100%;
	font-family				:Verdana, Geneva, sans-serif;
	font-size				:20px;

	/*text-align:				left;*/
}
#languagebar{
	text-align				:right; 
	white-space				:nowrap;
}
.spcr{
	-moz-box-shadow			:0px 5px 5px #D9E1E4;
	-webkit-box-shadow		:0px 5px 5px #D9E1E4;
	box-shadow				:0px 5px 5px #D9E1E4; 
	margin-top				:-20px; 
	margin-bottom			:5px; 
	padding					:0px;
}
#flashnav{
	/*background-color:		#999;*/
	position				:relative; 
}
.left{
	clear					:both;
	width					:10%; 
	float					:left;
	/*border-right:#333 1px dotted;*/
}
.main{
	width					:100%;
	float					:left;
}

.main2{
	width					:100%;
	float					:left;
}
.right{
	width					:10%px;
	float					:left;
	/*border-left:#333 1px dotted;*/
}
#footer{
	clear					:both;
	width					:100%;
	height					:20px; 
}
#textcols{
	color					:#666;
}
#textcols a{
	text-decoration			:none;	
	color					:#666;
}
#sitemap{
	width					:100%; 
	border-bottom			:none; 
	border-top				:1px solid #CCC; 
	border-left				:1px solid #CCC;  
	border-right			:1px solid #CCC;
}

#nav { 
	font-family			:Verdana, Geneva, sans-serif; 
	-webkit-transform	:scale(1,1.3); /* Safari and Chrome */
    -moz-transform		:scale(1,1.3); /* Firefox */
    -ms-transform		:scale(1,1.3); /* IE 9 */
    -o-transform		:scale(1,1.3); /* Opera */
    transform			:scale(1,1.3); /* W3C */
	font-size			:18px; 
	font-weight			:700; 
	text-align			:left; 
	z-index				:4;
}

#nav li:hover { 
	background			:#FFF; 
	/*border:1px solid;*/ 
	z-index				:4;
	-moz-box-shadow		:2px 2px 4px #000;
	-webkit-box-shadow	:2px 2px 4px #000;
	box-shadow			:2px 2px 4px #000;
}

#nav a:hover { 
	color				:#333;  
	background			:none;
}


#nav ul a{
	padding				:4px 20px 0px 10px;
}

#nav ul li{
	float				:left; 
	margin				:0px 0px 0px 4px; 
	position			:relative; 
	border				:none;  
	list-style-type		:none;   
}

#nav ul li a {
	text-decoration		:none;
	color				:#000; 
	display				:block; 
	margin-left			:0px;
}

#nav ul{
	padding				:0px;
	margin				:0px;
}

.navbar_div{ 
	clear:both;
	background-color:		#FFF;
	height:					150px; 
	border:					#ccc solid 1px;
	margin-top:				-20px;
	margin-bottom:			-132px;
	position:				relative;
	overflow:				hidden;
	z-index:				7;
	width:					100%;
}
				
.navbar_div ul li{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	text-decoration:		none;
	list-style:				none;
}
				
.navbar_div a{
	text-decoration:		none;
	color:					#000; 
}