@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg_cup.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}
#container {
	background: url(images/bg_cup.gif);
	margin: 0 50px;
	padding: 0;
	text-align: justify;
	width: 800px;
	border: 0px;
}
#header {
	margin: 0;
	padding: 0;
	width: 800px;
}
.menu {
	border: none;
	padding: 0;
	margin: 0;
}
#left_for_foto {
	border-right: #da9da7 1px solid;
	width: 350px;
	padding: 0;
	margin-top: 40px;
	float:left;
	height: 100%;
}
.ramka_na_zdjecia {
	margin: 10px;
}
#right_for_text {
	padding: 0;
	margin-left: 360px;
	margin-top: 40px;
	min-height: 360px;
	line-height: 25px;
	font
}
.text {
	margin-top: 60px;
}
.text_second_line {
	margiin-top: 10px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #000;
}
h1 {
	font-size: 18px;
	border-bottom: #da9da7 solid 1px;
}
h2 {
	font-size: 18px;
	border-bottom: #da9da7 solid 1px;
	font-style:italic;
}
#foot {
	text-align: center;
	font-size: 12px;
	border-top: #da9da7 solid 1px;
}
	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 336px;	/* IE 5.x */
		width/* */:/**/330px;	/* Other browsers */
		width: /**/330px;
		
		/* CSS HACK */
		height: 256px;	/* IE 5.x */
		height/* */:/**/250px;	/* Other browsers */
		height: /**/250px;
		
		background-color:#fff;
		border: 5px solid #fff;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:330px;
		height:250px;
		background-color:#000;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}
#index_body {
	min-height: 300px;
	min-width: 500px;
}

