/*
 * Copied the 'mobile/desktop switcher' from:
 * http://www.stanford.edu/dept/its/projects/mobile/aware/info/ 
 */

body {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#sidebar {
	background-color: #f9f0e7;
	border-right: 1px solid #ddd;
	bottom: 0;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 25%;
}

#text {
	bottom: 0;
	left: 25%;
	overflow: auto;
	padding-right: 12.5%;
	position: absolute;
	right: 0;
	top: 0;
	width: 62.5%;
}

p#otherformats {
	position: absolute;
	right: 20px;
	top: 20px;
}
