
	html * {
		margin: 		0;
		padding:		0;
	}
	
	body {
		background: 	#ddd;
	}

	html, body {
		overflow:		hidden;
	}

	#wrapper {
		width:			960px;
		height: 		560px;
		position: 		absolute;
		top:			50%;
		left:			50%;
		margin-left: 	-495px;
		margin-top:		-295px;
		background:		white;
		border:			15px solid #191919 ;
	}
	
	#footer {
		width:			960px;
		margin-left: 	-480px;
		position: 		absolute;
		left:			50%;
		top:			50%;
		margin-top:		281px;
		font-family: 	Arial;
		font-size: 		.7em;
		color: 			white;
	}
	
	#footer a {
		color: 			#eee;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#flash {
		position:		absolute;
		top:			0;
		left:			0;
		z-index:		1;
	}
		
	#sectionLoader, #section {
		height: 		500px;
		overflow: 		hidden;
		width:			710px;
		position: 		absolute;
		left:			135px;
		bottom:			0px;
		z-index:		10;
	}
	
	#section {
		left:			0;
		height: 		490px;
	}
	
	#top {
		background: 	black;
		height:			10px;
		width:			690px;
		margin:			0 auto;
	}
	
	#nav {
		position:		absolute;
		top:			200px;
		left:			650px;
		width:			130px;
		z-index:		5;
	}
	
	#nav li {
		list-style: 	none;
		border-bottom:	1px solid #852b17;
		white-space: 	nowrap;
	}
	
	#nav a {
		line-height: 	45px;
		font-variant: 	small-caps;
		font-family: 	Arial;
		color: 			#852b17;
		text-decoration: none;
		position: 		relative;
		left:			0;
		display: 		block;
		font-size: 		.8em;
	}
	
	#logo {
		position:		absolute;
		top:			60px;
		left:			18px;
		z-index:		10000;
	}