body {
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#left{
	position: absolute;
	height: 440px;
	width: 160px;
	left: 0px;
	z-index: 2;
}
div#logo{
	position: absolute;
	height: 40px;
	width: 500px;
	top: 0px;
	right: 0px;
	z-index: 1;
}
div#menu{
	position: absolute;
	width: 160px;
	top: 40px;
	left: 0px;
	z-index: 3;
}
div#sponsor{
	position: absolute;
	width: 160px;
	top: 200px;
	left: 0px;
	z-index: 4;
}
div#page{
	position: relative;
	width: 750px;
	height: auto;
	left: 165px;
	z-index: 2;
	border: 0px solid #000000;
}
div#splash{
	float: left;
	width: 750px;
}
div#content{
	float: left;
	width: 750px;
}
table.textimage_l{
	margin-bottom: 5px;
	text-align: justify;
}
table.textimage_l img{
	float:left;
	margin: 0px 10px 5px 0px
}
div.clearer_l{
	clear: left
}
table.textimage_r{
	margin-bottom: 5px;
	text-align: justify;
}
table.textimage_r img{
	float:right;
	margin: 0px 0px 5px 10px}
div.clearer_r{
	clear: right;
}
div.spacer {
  clear: both;
  }
