body > .nav,
body > .content > .aside,
body > .footer > *,
body > .header .nav,
body > .header .search,
body > .header .toolbar,
.top,
.dropdown {
	display: none;
}

body > .header .search,
.dropdown, 
body > .header .language {
	display: none !important;
}

html,
body,
body > .content,
body > .content > .content,
body > .header,
body > div.footer,
body > .content > .nav,
body > .footer hr,
.abstracts,
.videos {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: auto;
	padding-left: 0;
	padding-right: 0;
	zoom: 1;
	float: none;
	position: static;
	clear: both;
	background: none;
}

html {
	margin: 20px;
	position: relative;
}

body > .content > .nav {
	right: 0;
	top: -3px;
	text-align: right;
	height: 20px;
	position: absolute;
}

body > .footer img {
	display: block;
	position: absolute;
	top: 51px;
	left: 0;
	width: 300px;
}

body > .footer div.hr {
	display: block;
}

body > .footer hr {
	top: 45px;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	border: dotted 1px #000;
	border-bottom: none;
	padding: 0;
}

body > .content > .nav li {
	display: none;
}

body > .content > .nav li.active,
body > .content > .nav li.active a,
body > .content > .nav h2,
body > .content > .nav a,
body > .content > .nav strong,
body > .content > .nav ul {
	display: inline;
	font-size: 1em;
	font-weight: normal !important;
	padding: 0;
	margin: 0;
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
}

body > .content > .nav li.selected {
	font-weight: bold;
}

body > .content > .nav li:before {
	content: ' / ';
}

body {
	padding-top: 67px;
	padding-bottom: 0 !important;
}

.logo {
	left: 0;
	top: 0;
}

body > .content > .content ul,
body > .content > .content ol {
	margin: 0 0 20px 16px;
}

body > .content > .content li {
	padding: 0 !important;
}

body > .content > .content ul li {
	list-style-type: disc !important;
}

body > .content > .content ol li {
	list-style-type: decimal !important;
}