#wrapper
{
	margin: 0px;
	padding: 0px;
	border: solid 5px #212e4f;
	height: 500px;
	overflow: hidden;
	background-color: #ffffff;
}

html>body #wrapper
{
	/* hack to give crappy IE the correct border */
	height: 490px;
}

#title
{
	margin: 10px 0px;
	font-size: 1.6em;
	font-weight: bold;
	font-variant: small-caps;
}

#content
{
	margin: 10px;
}

