/* CSS Document */

#header , #navigation , hr {
display:none
}

#wrapper {
width: 90%;
}

body {
	background: white;
	font-size: 12pt;
	font:"Times New Roman", Times, serif;
	color: black;
}

img.right {
	float:right;
	border: 2px solid #532E2B;
	margin: 5px 5px 5px 5px;
}