body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background: #ffffff url('../img/bg_body_solid.jpg') no-repeat center top;
}

#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#leftcol {
	float:left;
	width:450px;
	height:509px;
	background: url('../img/bg_title_solid.jpg') no-repeat;
	text-indent: -9999px;
}

#rightcol {
	float:left;
	width:450px;
	height:509px;
	background: url('../img/bg_splash_solid.jpg') no-repeat;
}

	#splash {
		width:450px;
		height: 157px;
	}

	#navtop {
		list-style-type: none;
		margin: 43px 0 0 40px;
		width: 410px;
		height: 157px;
	}
	
	#navtop li {
		display: block;
		float: left;
		width: 205px;
		height: 85px;
		width: 79px;
		text-indent: -9999px;
	}
	
		#navtop_nl a, #navtop_nl a:link, #navtop_nl a:visited{
			display: block;
			background: url(../img/but_nl.jpg) no-repeat;
			height: 85px !important;
			width: 79px;
			color: #000;
		}
		
		#navtop_nl a:hover, #navtop_nl a:active {
			background-position: 0px -85px;
		}
		
		
		#navtop_fr a, #navtop_fr a:link, #navtop_fr a:visited {
			display: block;
			background: url(../img/but_fr.jpg) no-repeat;
			height: 85px !important;
			width: 79px;
			color: #000;
			position:relative;
			margin-left: 162px;
		}
		
		#navtop_fr a:hover, #navtop_fr a:active {
			background-position: 0px -85px;
		}
		
#video {
	width:400px;
	height:225px;
	background-color:#ccc;
	text-align:center;
}

#promo {
	width:400px;
	height:272px;
	background-color:#fff;
	text-align:left;
}

#footer {
	clear:both;
	width:900px;
}

	#nav_footer {
		width: 100%;
		height: 28px;
	}
	
		#nav_footer ul {
			display: inline;
			list-style: none;
		}		
		
		#nav_footer_nl {
			float:left;
			margin-left: 20px;
		}
				
		#nav_footer_fr {
			text-align:right;
			float:right;
			margin-right: 20px;
		}
		
			#nav_footer ul li {
				font-size: .7em;
				float: left;
				background: url('../img/nav_devider.jpg') no-repeat;
			}
			
			#nav_footer #nav_footer_nl li {
				background-position:right;
				padding-right: 1px;
			}
			
			#nav_footer #nav_footer_fr li {
				background-position: left;
				padding-left: 1px;
			}
			
				#nav_footer ul li a {
					text-align:center;
					display: block;
					float: left;
					padding: 0 18px;
					background: url('../img/bg_vertnav.jpg') repeat-x;
					color: #FFFFFF;
					height: 28px !important;
					line-height: 28px;
					text-decoration: none;
					text-transform: uppercase;
				}
				
				#nav_footer ul li a:hover {
					background-position: 0px -28px;
				}
				
	#legal {
		width: 100%;
		margin-top: 40px;
		font-size:.6em;
		color:#999;
		text-align:right;
	}
