/* GLOWNE WARSTWY */

#center {
	text-align: center;
}

body {
   text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main {
	text-align: left;
	width: 930px;
   margin: 5px auto;
}

#panels {
	float: left;
   width: 230px;
	overflow: none;
}

#content {
	width: 700px;
}

#header {
	width: 930px;
	height: 200px;
	margin-bottom: 15px;
}

#foot {
	background-color: #EFEFF0;
	font-size: 8pt;	
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

#foot td {
	background-color: #EFEFF0;
	color: black;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;	
	vertical-align: middle;
}


#foot a {
	color: black;
	background-color: inherit;	
}

#foot a:before {
	content: "";
}

#middle {
	width: 930px;
}

td.btn {
	background-image: url(tbutton.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 132px;
	height: 65px;
	position: relative;
	text-align: center;
}

td.btn a {
	color: White;
	vertical-align: middle;	
	font-weight: bold;
	text-decoration: underline;
}

table.cleantable {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
}