html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	font: 100% Helvetica, Arial, sans-serif;
	font: 100% Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}

* {
	padding: 0px;
	margin: 0px;
}

article, aside, dialog, figure, footer, header, legend, nav, section {
	display: block;
}

header, nav, section {
	display: none;
}

h1 {
	font-weight: lighter;
	font-size: 4.2em;
	margin: 0px;
	padding: 0px;
}

a:active {
  outline: none;
}

#loading {
	position: absolute;
	top: 100px;
	left: 100px;
	display: block;
}

#loading h2 {
	font-weight: lighter;
	font-size: 1.55em;
	margin: -12px 0px 0px 5px;
	padding: 0px;
}


#lgo {
	position: absolute;
	top: -200px;
	left: -300px;
	z-index: 10;
}

#lgo h1 {
	font-size: 2.2em;
	background-color: #000;
	padding: 3px;
}

#lgo p {
	font-weight: lighter;
	margin: 1px 0px 0px 32px;	
	background-color: #000;
	padding: 3px;
}

nav {
	position: absolute;
	top: 50px; /* photo */
	left: 50px;
	top: 209px; /* about / contact */
	left: 580px;
	top: 209px; /* default */
	left: 580px;
	z-index: 10;
}

nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

nav a {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	display: inline-block;
	margin-bottom: 1px; 
	font-size: 1.3em;
	padding: 2px 3px 3px 3px;
}

nav a:hover, .sel {
	color: #000;
	background-color: #fff;
}

#photo {
	position: absolute;
	top: 50px;
	left: 270px;
	height: 410px;
	overflow: hidden;
	z-index: 10;	
}

#photo ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#photo li {
	display: inline-block;
	width: 150px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	clear: right;
	overflow: hidden;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}

*:first-child+html #photo li {
	zoom: 1;
	display: inline;
	margin: 0px 3px 3px 0px;
} 

* html #photo li {
	zoom: 1;
	display: inline;
	margin: 0px 3px 3px 0px;
}

#about {
	position: absolute;
	left: 565px;
	top: 109px;
	font-weight: normal;
	margin-right: 30px;
	z-index: 10;	
}

#about * {
	background-color: #000;
	padding: 2px 4px 3px 4px;
}

#about h2, #about h3 {
	font-weight: lighter;
	font-size: 1.2em;
	margin: 0px;
}

#about h2 {
	font-size: 1.7em;
	margin-bottom: 1px;
}

#about p {
	font-family: Arial;
	font-size: .85em;
	margin: 0px 0px 1px 22px;
}

#contact {
	position: absolute;
	left: 698px;
	top: 309px;
	font-weight: normal;
	width: 210px;
	z-index: 10;	
}

#contact h2 {
	font-weight: lighter;
	font-size: 1.2em;
}

#contact dt, #contact dd {
	font-size: .9em;
	margin-bottom: 1px;
	padding: 3px;
	font-family: Arial;
	background-color: #000;
}

#contact dt {
	display: none;
}

#contact a {
	color: #fff;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}

#lightbox {
	margin: 0px auto 0px auto;
	background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	z-index: 10;
}

#closeB {
	cursor: pointer;
	position: absolute;
	z-index: 999999;
	top: 0px;
	left: -9999px;
}

#preload {
	position: absolute;
	left: -90000px;
}

footer {
	font-family: Arial;
	font-size: .7em;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #000;
	border-top: 1px #fff solid;
	padding: 5px 0px 5px 15px;
	z-index: 10;	
}

* html footer {
	position: absolute;
}

footer a {
	color: #fff;
}
