* {	
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
 	font-size: 62.5%; font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	color: #000;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 20px;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0px;
}

td {
	padding: 0 5px;
}

#content ul, #content ol, #sidebar ul, #sidebar ol {
	margin-left: 20px;
	font-size: 1.1em;
	line-height: 135%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content img {
	margin: 2px 5px;
}

p { 
	font-size: 1.1em;
	line-height: 135%;
	margin: 5px 2px;
}


img { border: 0; }

.clear { clear: both; }

#container { 
	width: 679px;
	margin: 0 auto;
}

#header {
	height: 285px;
	width: 680px;
	background: #fff url('../img/header.jpg') top left no-repeat;
	display: block;
}

#menu {
	margin-left: 4px; list-style-type: none;
}

#menu li {
	display: inline; float: left; margin-left: 3px; height: 30px; text-indent: -9999px;
}

#menu li a {
	height: 30px; display: block;
}

#menu li a:hover {
	height: 35px; display: block;
}

#menu li a.act { height: 35px; }

#m1 a { width: 86px; background: #821b8b url('../img/m/m1.jpg') bottom center no-repeat; }
#m2 a { width: 67px; background: #821b8b url('../img/m/m2.jpg') bottom center no-repeat; }
#m3 a { width: 67px; background: #821b8b url('../img/m/m3.jpg') bottom center no-repeat; }
#m4 a { width: 137px; background: #821b8b url('../img/m/m4.jpg') bottom center no-repeat; }
#m5 a { width: 49px; background: #821b8b url('../img/m/m5.jpg') bottom center no-repeat; }
#m6 a { width: 130px; background: #821b8b url('../img/m/m6.jpg') bottom center no-repeat; }
#m7 a { width: 49px; background: #821b8b url('../img/m/m7.jpg') bottom center no-repeat; }
#m8 a { width: 52px; background: #821b8b url('../img/m/m8.jpg') bottom center no-repeat; }

#sidebar { width: 172px; float: left; margin: 20px 0 20px 7px;  }
#news { background-color: #afafaf; padding: 10px; }
#organizator p {
	font-size: 0.9em;
	text-align: center;
	letter-spacing: 0.8em;
	color: #aaa;
}

#partnerzy p {
	width: 200px; 
	padding: 10px;
	border-top: 1px #ccc solid;
	margin-bottom: 10px;
	font-size: 0.9em;
	text-align: center;
	color: #aaa;
	letter-spacing: 0.8em;
}

#footer p {
	width: 200px;
	margin-top: 10px;
	margin: 0 auto;
}

#content { width: 425px; float: right; margin: 20px 14px 20px 0; padding: 10px; background-color: #f3f3f3; }

