		body {
			background-color: #c0d8cb;
			background-image: url('../images/bg.jpg');
			background-repeat: repeat-x;
			margin: 0px;
			font-family: Verdana, Tahoma, Arial, MS Sans Serif;
			font-size: 8pt;
		}
		a {
			text-decoration: none;
			color: #006699;
		}
		a:hover {
			color: #67bae3;
		}
		img {
			border: none;
			margin: 0px;
		}
		#layout {
			width: 1156px;
			border: none;
			margin: auto;
		}
		#layout td {
			vertical-align: top;
		}
		#content {
			width: 632px;
			height: 627px;
			background-image: url('../images/MACIEKWsite4_14.jpg');
			background-repeat: no-repeat;
			color: #ffffff;
			padding-top: 10px;
		}
		#content * a {
			color: #ffffff;
			text-decoration: none;
		}
		#content * a:hover {
			color: #c4c4c4;
		}
		.page_changer {
			text-align: center;
		}
		
		/* NEWS */
		.news {
			margin-bottom: 30px;
			width: 610px;
		}
		.news-title {
			text-align: left;
			font-size: 10pt;
			font-style: italic;
		}
		.news-date {
			width: 100px;
			text-align: center;
			border: none;
		}
		.news-text {
			padding: 5px;
			vertical-align: top;
			border: none;
		}
		.news-thumb {
			vertical-align: top;
			width: 10px;
		}
		.news-thumb img {
			border-width: 1px;
			border-style: outset;
		}
		
		/* GALLERIES */
		.gallery {
			margin-bottom: 30px;
			width: 610px;
		}
		.gallery-title {
			text-align: left;
			font-size: 10pt;
			font-style: italic;
		}
		.gallery-date {
			width: 100px;
			text-align: center;
			border: none;
		}
		.gallery-text {
			padding: 5px;
			vertical-align: top;
			border: none;
		}
		.gallery-thumb {
			vertical-align: top;
			width: 10px;
		}
		.gallery-thumb img {
			border-width: 1px;
			border-style: outset;
		}
		.gallery-go {
			text-align: right;
			font-weight: bold;
		}
		/* PICTURES */
		.pictures {
			width: 100%;
		}
		.pictures td {
			padding-top: 20px;
			text-align: center;
		}
		.pictures a img {
			border-style: outset;
			border-width: 1px;
			border-color: #006699;
		}
		.pictures a:hover img {
			border-color: #67bae3;
		}
		
		/* MOVIES */
		.movie {
			margin-bottom: 30px;
			width: 610px;
		}
		.movie-title {
			text-align: left;
			font-size: 10pt;
			font-style: italic;
		}
		.movie-date {
			width: 100px;
			text-align: center;
			border: none;
		}
		.movie-text {
			padding: 5px;
			vertical-align: top;
			border: none;
		}
		.movie-thumb {
			vertical-align: top;
			width: 10px;
		}
		.movie-thumb img {
			border-width: 1px;
			border-style: outset;
		}
		.movie-go {
			text-align: right;
			font-weight: bold;
		}
		
		/* SPONSORS */
		.sponsors {
			width: 100%;
		}
		.sponsors td {
			padding-top: 20px;
			text-align: center;
		}
		.sponsors p {
			font-size: 11pt;
			font-weight: bold;
			font-style: italic;
			margin: 5px;
		}
		.sponsors * img {
			border-style: outset;
			border-width: 1px;
		}
		
