#header {
	margin-top:0px;
	font-size:75%;
	height:25px;
	
	padding:0px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

.nav {
	font-size:9pt;
}

.nav > ul { /* Header list */
	height:24px;
}

#nav > ul:first-child > li:first-child {
	overflow:hidden;
}
#nav > ul:first-child > li:first-child img {
}

.nav > ul > li div.nav-label {			/* Header entry labels */
	line-height:24px;
}
.nav > ul > li > ul { /* Sublink lists */
	top:28px;
}
.nav > ul > li > ul > li { margin-bottom:4px; } /* Sublink entries */

#subnav {
	height:22px;
	font-size:9pt;
}

#subnav > ul {
	height:22px;
}

#subnav > ul > li div.nav-label {
	line-height:22px;
}

#subnav > ul > li > ul {
	top:22px;
}

#header, #nav, #subnav, #content, #footer {
	margin: 0px 0px 2px 0px;
}

/*
#header {
	padding:2px;
	margin:0px;
	margin-bottom:3px;
	width:100%;
	font-size:75%;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

#subnav {
	padding:2px;
	margin:0px;
	margin-bottom:3px;
	width:100%;
	height:14px;
	font-size:75%;
}


#content {
	padding:5px;
	margin:5px;
	width:100%;
	
	margin:0px;
	margin-bottom:3px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

#footer {
	margin:0px;
	padding:5px;
	width:100%;
	font-size:50%;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

#header_left {
	float:none;
}

#header_left img {
	float:left;
}

#header_right {
	float:none;
	margin:0px;
}

#header ul {
	margin-left:5px;
	margin-bottom:5px;
	line-height:normal;
}

.tile {
	width:90px;
	height:90px;
	margin:3px;
	background-size:650px;
}
*/