/* ----- POSITIONING PROPERTIES ---- */
body #wrapper1 {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	position: static;
	margin: 0;
	padding: 0;
	background: transparent;
	background-image: none;
	border: none;
	}

body #wrapper2 {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	background-image: none;
	border: none;
	}


body #content {
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	background-image: none;
	}

#content #foot {
	display: none
	}

#content #foot a {
	display: none;
	}

#content #foot a#home {
	display: none;
	}


/* ---- MENU ---- */
body #menu {
	display: none
	}

/* ---- TEXT FORMATTING ---- */
body #content, body #content td, body #content th {
	font-family: georgia, times, serif;
	color: #000;
	font-size: 10pt;
	}

body #content h2 {
	font-family: georgia, times, serif;
	font-size: 13pt;
	color: #000; 
	margin-bottom: 6pt;
	}

#content p:first-letter {
	font-size: 15pt;
	}

