body{
	margin:0;
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #666666;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#page{
	width:800px;
	text-align: left;
	margin:10px auto;
	background: #f0f03c;
	padding:30px;
	text-align:justify;
}
#header{
	float:left;
	clear:both;
	line-height:1.8em;
}
#header p.szczegoly{
	font-size:0.9em;
	color:#f03c3c;
}
#header img.logo{
	margin:auto 15px;
}

#turnusy{
	float:left;
	font-size:0.9em;
	padding:0 15px;
	background:url('../images/koszelowka/turnus_bg.jpg') no-repeat;
	color:#d21e1e;
	height:138px;
}
#program{
	font-size:0.9em;
	float:left;
	width:360px;
	height:370px;
	background:url('../images/koszelowka/program_bg.jpg') no-repeat;
	margin:5px auto;
	padding:0 15px;
	color:#f03c00;
}
ul{
	margin-top:0;
}
#zakwaterowanie{
	font-size:0.9em;
	float:left;
	width:360px;
	height:370px;
	padding:0 15px;padding-left:25px;
	background:url('../images/koszelowka/zakwaterowanie_bg.jpg') no-repeat;
	margin:5px auto;
	margin-left:5px;
	color:#007800;
}

#cena{
	height:150px;
	font-size:0.9em;
	clear:both;
	background:url('../images/koszelowka/cena_bg.jpg') no-repeat;
	padding:15px;
	color:#00f0f0;
}
.cena1{
	width:360px;
	float:left;
}
.cena2{
	width:360px;
	float:left;
	margin-left:45px;
}

.big{
	font-weight:bold;
	font-size:1.2em;
}

a {
	text-decoration:none;
	color:#1e96f0;
}
a:hover{text-decoration:underline;}
