html, body, #content {
	width: 100%;
}

body {
	width: 100%;
	font-family: arial;
	color: black;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 12pt;
}

p, li {
	font-size: 10pt;
}

a {
  font-family: arial;
	color: black;
	font-size: 10pt;
	text-decoration:none;
}

a img {
	border:none;
}

#container {
	width: 95%;
	height: 100%;
	text-align: left;
	margin: 0px;
	padding: 80px 0px 0px 0px;
}

#container img {
	float:right;
	margin:0px 0px 1em 1em;
}

#container table {
	clear:both;
	border:1px solid #999999;
	border-width:1px 0px 0px 1px;
	}
	
#container table td {
	padding:.3em;
	border:1px solid #999999;
	border-width: 0px 1px 1px 0px;
	}
	
#sectionHeader img, #contentMain #solutionIntro img, #problem img {
	float:none;
	margin:0px 1em 1em 0px;
}
#header, #sectionHeader h2, #sectionHeader form, #navigation ul, #search, #footer, #contentBottom, #contentSub, #solutionLogo {
	display:none;
}

#navigation {
	position:absolute;
	top:0px;
	left:0px;
}


