body	{ background-image: url(bg.gif); background-color: #FFFFFF; font-family: "Arial"; font-size: 11pt; }
h2	{ font-family: "Arial"; color: white; font-size: 12pt; }
a, a:link, a:visited	{ text-decoration: none; font-weight: bold; color: black;}
a:active, a:hover	{ text-decoration: underline; color: #FF740D; }


#menu	{
	position: absolute;
		top: 5px;
		left: 5px;
		width: 90px;
		height: 300px;
	z-index: 30; visibility: visible
	}

#decor	{
	position: absolute;
		bottom: 5px;
		left: 5px;
		width: 432px;
		height: 747px;
	z-index: 5; visibility: visible
	}

#texbox	{
	position: absolute;
		top: 5px;
		left: 450px;
		right: 100px;
		bottom: 5px;
	overflow: auto;	visibility: visible
	}

#links	{
	position: absolute;
		top: 5px;
		right: 5px;
		width: 88px;
		height: 150px;
	visibility: visible;
	}
