body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url('picts/flakelowleft.gif');
	background-position: 0px 700px;
	background-repeat: no-repeat;
	}
	
#topbar
	{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #7d1300;
	margin: 0px;
	color: #fff;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #FF9700;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	height: 30px;
	width: 100%;
	z-index: 5;
	}
	
#topbar #sep {
	padding: 5px;
	}

#topbar a {
	color: #fff;
	}

#topbar img
	{
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 1px;
	}
	
#left {
	position: absolute;
	top: 34px;
	left: 1px;
	width: 450px;
	z-index: 1;
	color: #900;
	}
	
#left #lang {
	position: absolute;
	top: 5px;
	right: 200px;
	}
	
#left p {
	padding: 0 15px;
	width: 240px;
	font-size: 9px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	}
	
#left #nav {
	position: absolute;
	top: 250px;
	left: 78px;
	width: 159px;
	height: 63px;
	background-image: url('picts/nnav.gif');
	}
	
	
#left #nave {
	position: absolute;
	top: 250px;
	left: 78px;
	width: 159px;
	height: 63px;
	background-image: url('picts/nnave.gif');
	}
	
#content {
	position: absolute;
	left: 250px;
	top: 200px;
	width: 400px;
	padding-bottom: 100px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	line-height: 1.8em;
	z-index: 5;
	}
	
#content p {
	margin: 0em 0em 1em 0em;
	}
	
#content h1,h2,h3,h4,h5 {
	margin: 0
	}
	
#topic {
	position: absolute;
	left: 350px;
	top: 92px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 32pt;
	font-variant: small-caps;
	}

	
