html, body {
	background-color: #f5f5f5;
	color: #000;
	padding: 0;
	text-align: center;
	font-size: 100%;
	font-family: Verdana,Sans-serif;	
}


a:active, a:focus, a:link, a:visited {
	color: #b68599;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6c0931;
}
 

#WRAPPER {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#HEADER {
	background-color: #e7e7e7;
	color: #d0d0d0;
	height: 50px;
	font-size: 35px;
	font-weight: semi-bold;
	margin-bottom: 30px;
}


#LEFT_COL {
	width: 100px;
	background-color: #f5f5f5;
	float: left;
}

#LINKS {
	width: 800px;
	color: #b41f1f;
	float: left;
}

#RIGHT_COL {
	width: 100px;
	background-color: #f5f5f5;
	float: right;
}


#STOPKA {
	background-color: #e7e7e7;
	clear: both;
	text-align: right;
	color: #86888c;
	font-size: 9px;
	font-family: Verdana,Sans-serif;	
}

p.stopka {
	margin-right: 20px;
}