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

/* =+=+=+=+=+= =+=+=+=+=+= OVERRIDDEN HTML =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

html, body {
	height: 100%;
	width: auto;
	background: none;
	color: #000000;
}

body {
	background: none;
	color: #000000;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 0px;
	width: auto;
}

/* =+=+=+=+=+= =+=+=+=+=+= STRUCTURAL CSS  =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

#wrapper {
	width: auto;
	position: relative;
	margin: 0 auto;
}

#sidebar {
	display: none;
}

#content {
	width: auto;
	position: relative;
	padding-bottom: 50px; 
	clear: none;
	float: none;
	left: 0px;
	top: 0;
}

/* -------------------------------------------------------------
/  Header
/* ------------------------------------------------------------- */

#header {
	width: auto;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 99px;
	font-size: 12px;
	line-height: 16px;
}

#title div {
	display: block;
}

#nav, #navDownload { display: none; }