
body {
	background-image: url('images/btztilea.gif');
	margin: 0px;
	}

h1 {
	font-family: Times New Roman;
	font-size: 14pt;
	font-weight: bold
	}
	
h4 {
	text-decoration: underline;
	}
hr {
	color: yellow;
	}

#top {
	padding: 0px;
	margin: 0px;
	/*height: 90px;*/
	border-bottom: 3px solid yellow;
	text-align: center;
	}
	
#leftcol {			/* Menu */
	position: absolute;
	width: 220px;
	top: 130px;
	left: 0px;
	padding: 10px;
	z-index: 1;
	text-align: center;
	}
	
#maincol {
	position: relative;
	width: auto;
	min-width: 120px;
	height: 1000px;
	margin: 0px 0px 0px 230px;
	padding: 20px;
	z-index: 2;
	}
	
#bottom {
	margin: 0px;	
	text-align: center;
	}