body {
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#logo {
	background-image: url(images/logo.gif);
	width: 432px;
	height: 136px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0px;
}
#number {
	background-image: url(images/number.gif);
	width: 202px;
	height: 47px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#nav {
	width: 136px;
	position: absolute;
	top: 136px;
	left: 0px;
}
#navtext {
	padding: 7px;
}
#navtext a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
#navtext a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
#navtext a:hover {
	color: #90adff;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
#content {
	position: absolute;
	top: 100px;
	left: 136px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: justify;
}
#content img {
	padding: 7px;
}
