* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background: white;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 14px;
	color:#333333;
	margin-top: 20px;
}

#wrapper {
	background: white;
	width: 820px;
	height: auto;
	margin: 0 auto;
}

#header {
	background: white url(obrazki/logo2.gif) no-repeat 10px 10px;
	width: 800px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}

#showcase {
	background: white;
	width: 600px;
	height: 110px;
	font-size: 18px;
	color: #4C4C4C;
	float: right;
	padding-top: 11px;
	padding-right: 2px;
	text-align: right;
}

#showcase p {
	line-height: 30px;
	font-weight: bold;
}

#showcase p.one  {

}

#info {
	background: transparent;
	width: 325px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #FF6309;
	padding-top: 10px;
}

#info a:hover {
	color: #D84F00;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 7px 10px 50px 10px;
	text-align: justify;
}

#content p {
	text-align: justify;
	padding-top: 13px;
}

#footer {
	width: 800px;	
	height: 50px;
	border-top: solid #4C4C4C 1px;
	margin: 0 auto;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
}

a {
	color: #FF6309;
	text-decoration: none;
}

a:hover {
	color: #FF6309;
	text-decoration: underline;
}

hr {
	height: 1px;
	border: 0;
	color: #333;
	background-color: #4C4C4C;
} 


/* banery */

#baner1 {
	background: white url(obrazki/nauczyciel.jpg);
	width: 800px;
	height: 267px;
	margin: 0 auto;
}

#baner-joga {
	background: white url(obrazki/nauczyciel1.jpg);
	width: 800px;
	height: 267px;
	margin: 0 auto;
}

#baner-zajecia {
	background: white url(obrazki/nauczyciel4.jpg);
	width: 800px;
	height: 267px;
	margin: 0 auto;
}

#baner-warsztaty {
	background: white url(obrazki/nauczyciel3.jpg);
	width: 800px;
	height: 267px;
	margin: 0 auto;
}

#baner-kontakt {
	background: white url(obrazki/nauczyciel5.jpg);
	width: 800px;
	height: 267px;
	margin: 0 auto;
}

#baner-linki {
	background: white url(obrazki/nauczyciel2.jpg);
	width: 800px;
	height: 267px;
	margin: 0 auto;
}


/* menu-bar */

#menu-bar {
	list-style: none;
	width: 530px;
	height: 25px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	border-bottom: solid #4C4C4C 1px; 
	position: absolute;
	right: 0; 
	bottom: 13px;
}

#menu-bar li{
	display: inline;
	padding: 3px 5px 3px 5px;
}

#menu-bar li a {
	text-decoration: none;
	color: #4C4C4C;
	line-height: 25px;
}

#menu-bar li a:hover {
	text-decoration: none;
	color: #FF6309;
}

#menu-bar .current a {
	color: #267F88;
}

