body {
	background: white;
	text-align: center;
	font: 11pt "Century Gothic", Arial, sans-serif;
	color: #000000;
}

#layout {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 500px;
	margin-left: -450px;
	margin-top: -250px;
	text-align: justify;
}

#content {
	position: absolute;
	left: 20%;
	top: -5%;
	width: 700px;
	height: 430px;
	color: #000000;
	overflow-y: auto;
	padding: 10px;
}

img {
	border: 0px;
}

h2 {
	text-transform:lowercase;
	font-weight: normal;
	text-decoration: underline;
}

h3 {
	text-transform:lowercase;
	font-weight: bold;
}

a {
	color: #9e9e9e;
}

a:hover {
	color: #000000;
}