@charset "UTF-8";
/* CSS Document */

body { background: #efefef; padding: 120px 0 0 297px; margin: 0; position: relative; height: 100%; }

* { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9px; color: #333333; letter-spacing: .1em; }
	
h1 { margin: 0 0 40px 0; padding: 0; position: absolute; top: 60px; left: 35px; }

ul { margin: 0; padding: 0; list-style-type: none; }
ul li { padding: 0 0 2px 0; height: 16px; }

a { outline: 0; text-decoration: none; }

a img { border: 0; }

a:hover { font-style: italic; }

#first_level, #second_level {
	position: absolute;
	height: 620px;
}

#first_level {
	background: #efefef;
	left: 0px;
	width: 165px;
	top: 0px;
	z-index: 5;
	position: fixed;
}

#first_level ul {
	position: relative;
	top: 120px;
	left: 35px;
}

#second_level {
	background: #efefef;
	left: 165px;
	top: 0;
	width: 130px;
	z-index: 5;
	position: fixed;
}

#second_level ul {
	position: absolute;
	left: 0;

}

.position1 ul { top: 120px; }
.position2 ul { top: 138px; }
.position3 ul { top: 156px; }
.position4 ul { top: 174px; } 
.position5 ul { top: 192px; }

#work {
	white-space: nowrap;
	list-style: none;
	position: absolute;
	top: 120px;
}
#work li {
	display: table-cell;
	vertical-align: top;
	padding: 0 60px 0 0;
	height: 500px;
}