* {
	margin: 0;
	padding: 0;
	border: none;
	}	
	
body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
	background: #333;
	}
	
#navigation {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	}
	
#nav-o-nas, #nav-reklama, #nav-imprezy, #nav-klienci, #nav-kontakt{
	display: block;
	float: left;
	width: 80px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 100px 0 0;	
	background-color: #EC008C;
	font: normal 10px arial;	
	text-align: center;
	color: #FFF;	
	cursor: pointer;
	text-decoration: none;
	}
	

.flaga {
	float: right;
	display: block;
	width: 20px;
	height: 50px;
	overflow: hidden;
	margin: 0 0 0 10px;
	cursor: pointer;
	}
	
#content {
	width: 960px;
	height: 400px;
	padding: 10px;
	margin: 50px auto;
	background: #FFF url(../img/content.png) no-repeat 0 0;
	}
	
#reklama, #o-nas, #klienci, #kontakt, #imprezy {
	width: 450px;
	height: 380px;
	padding: 10px 15px 10px 495px;
	text-align: justify;
	}	
	
#reklama {
	background: #FFF url(../img/reklama.jpg) no-repeat 0 0;
	}
	
#o-nas {
	background: #FFF url(../img/o-nas.jpg) no-repeat 0 0;
	}	
	
#klienci {
	background: #FFF url(../img/klienci.jpg) no-repeat 0 0;
	}
	
#imprezy {
	background: #FFF url(../img/imprezy.jpg) no-repeat 0 0;
	}	
	
#kontakt {
	background: #FFF url(../img/kontakt.jpg) no-repeat 0 0;
	}	
	
#footer {
	width: 900px;
	height: 10px;
	margin: 25px auto;
	text-align: center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #EC008C;
	}
	
h3{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	color: #EC008C;
	border-bottom: 2px solid #EC008C; margin-bottom: 15px;
	}

h4{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight: bold;
	color: #EC008C;
	}	

ul {
	margin: 0 0 17px 12px;
	}

ul li {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height: 14px;
	}
	
p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height: 15px;
	margin-bottom: 15px;
	}	

