body {
	font: 80% sans-serif;
	margin: 0;
	padding: 4ex 0 0 0px;
}
.content {
	padding: 0 9px;
}
h1 {
	display: block;
   font-weight: normal;
   height: 24px;
   line-height: 24px;
	font-size: 150%;
	color: #628cb2;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #628cb2;
	border-bottom: 1px solid #628cb2;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: black;
}
p {
	margin: 1.2ex 0 1.2ex 0;
}
a, a.no-visited:visited {
	color: #628cb2;
	text-decoration: underline;
}
a:visited {
	color: #8c62b2;
}
a:hover, a:visited:hover {
	background: #628cb2;
	color: white;
	text-decoration: none;
}
a img {
	border: none;
}
.menu, .menu * {
	padding: 0;
	margin: 0;
}
.menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #628cb2 url(/menu.png) repeat-x 0 0;
	height: 22px;
	line-height: 22px;
	color: white;
}
.menu li {
	list-style: none;
	display: inline;
	padding-left: 9px;
}
.menu a, .menu a:visited {
	color: white;
	text-decoration: none;
}
.menu a:hover, .menu a:visited:hover {
	background: none;
	color: white;
	text-decoration: underline;
}
.footer {
	margin: 1ex 9px 0 9px;
	border-top: 1px solid #628cb2;
	padding: 1ex 0;
}
.screenshot {
	float: right;
	padding: 3ex 0 1ex 1ex;
	background: white;
}
.screenshot a, .screenshot a:visited, .screenshot a:hover, .screenshot a:visited:hover, .screenshot img {
	border: none;
	text-decoration: none;
	background: white;
}
.sf-banner {
	text-align: right;
	margin-right: 10px;
	position: relative;
	top: -20px;
}
