BODY {
	margin:				0px;
	font-family:		Tahoma;
	font-size:			10pt;
	line-height:		1.3em;
	background-color:	#ffffcc;
	}

IMG {
	border:				0px;
	}
H1 {
	font-size:			1.3em;
	}
H2 {
	font-size:			1.2em;
	}
H1, H2, P {
	margin:				0px 0px 1em 0px;
	}

.content {
	position:			absolute;
	left:				50%;
	top:				50%;
	margin-left:		-500px;
	margin-top:			-300px;
	width:				1000px;
	height:				600px;
	background-image:	url('gfx/bg.jpg');
	}

.actual {
	position:			absolute;
	top:				229px;
	left:				34px;
	width:				547px;
	height:				336px;
	overflow:			auto;
	}
.actualcontent {
	padding:			1em;
	}

.nav {
	position:			absolute;
	left:				34px;
	top:				34px;
	}
.nav IMG {
	position:			absolute;
	}

.sidebar {
	position:			absolute;
	top:				338px;
	left:				615px;
	width:				347px;
	height:				227px;
	overflow:			auto;
	}

