* { font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; }
html { margin: 0; padding: 0; font-size: 12px; }

body {
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	text-align:center; /* center layout in ie5 and 5.5. */
}

#container, #header {
	margin: 0;
	padding: 0;
}

#container {
	width: 750px !important;
	width: 752px; /* IE */
	margin: 0 auto 30px auto;
	border: solid 1px #c0c0c0;
	text-align: left;
	position: relative;
}

#top {
	width: 750px;
}

#header {
	width:750px;
	height: 30px;
	background-color: #990000;
}

#logo {
	width: 200px;
	height: 45px;
	background-color: white;
}

#waluty {
	float:right;
	text-align: right;
	position: absolute;
	top: 35px;
	right: 3px;
	width: 500px;
	text-align: right;
	
}

#left {
	float: left;
	width: 200px;
	margin-top: 30px;
}

#left a {
	display: block;
	background-color: #E3E3E3;
	padding: 7px 5px 7px 10px;
	border-bottom: 1px solid rgb(100%,100%,100%); 
	text-decoration: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color: black; 
}

#left  a:hover {
	display: block;
	border-bottom: 1px solid rgb(100%,100%,100%);
	text-decoration: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #990000; 
	color: white;
}

#right {
	float: right;
	width: 550px;
	height: 400px; /* IE */
	min-height: 400px;
	display: inline;
	height: auto !important;
	background: white;
}

#left_foto {
	display: inline;
}

#opis {
	float: right;
	width: 400px;
	padding-right: 20px;
	text-align: justify;
	padding-top: 30px;
	line-height: 15px;
}

#right h4 {
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000; 
	font-weight: bold;
}

#footer {
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #990000;
}