html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#footer {
  	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	width:100%;
	text-align:center;
	margin: 150px 10px 10px 10px;
}
#container {
	min-height:100%;
	width:100%;
}
#content {
	position: absolute;
	top: 150px;
	left: 300px;
	width: 400px;
}
#container #content #mainText {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #666666;
}
#container #menu {
	position:absolute;
	top: 200px;
	left: 10px;
	width:210px;
	text-align:center;
}
#container #menu #menuItem a {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #660000;
	text-decoration: none;
	border-style:none;
}
#container #menu a img {
	border-style:none;
}
p.question {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}
p.answer {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	color: #666666;
	font-style: normal;
}

a img {
	border-style:none;
}

#container #header {
	position: relative;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#container #content h1 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
	font-variant: small-caps;
}
