body, td, textarea, p, html, input, button {

	margin: 0;
	padding: 0;
	
}
body
{ background: #2a0505;
	color: #000000;
	font: 12px 'georgia';

	
}


input {
	font-size: 12px;
	cursor: pointer;
}

label {
	cursor: pointer;
}

#container{	
  position:relative;
	margin: auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	width: 800px;
	background: url('images/roza_02.png') repeat-y;	
}

#header1{	
	height: 357px;
	background: url('images/roza_01.png') no-repeat;	
}
#header1 p{

	
	color:#2a0505;
	font-size: 34px;
	font-style: normal;
	text-align:left;
	padding-left: 330px;
	font-variant:  small-caps;



}




#menu{	
  float: right;
	width: 125px;
	overflow: hidden;
	min-height: 92px;
	display: inline;
	text-align: center;
	margin-right: 47px;
	margin-top: -10px;

	}
	

#content{	

	float: left;
	width: 360px;
	overflow: hidden;
	min-height: 400px;
	background: url('') no-repeat;	
	display: inline;
	margin-left: 234px;
	margin-top: -5px;
}



#foot{	
	width: 800px;
	height:161px;
	background: url('images/roza_04.png') no-repeat;
	text-align:center;

	clear: both;
}
#foot p{

	
	color:#000000;
	font-size: 9px;
	font-style: normal;
	text-align:center;

}



a {
	color: #bc3d44;
	font-weight: normal;
	text-decoration: none;

}

a:hover {
	color: #bc3d44;
	background-position: bottom;
	border-bottom: 1px dotted #bc3d44;

	}

.menu1{text-align: center; color:#3e4135; line-height:22px; font-variant:  small-caps; FONT-SIZE: 18px; margin-top:25px;margin-bottom:5px;BORDER-BOTTOM:1px dotted; border-color: #3e4135;}

.tytul{text-align: center; color:#eeebe6; line-height:38px; font-variant:  small-caps; FONT-SIZE: 34px; background-color: ; margin-top:1;margin-bottom:1;BORDER-BOTTOM:0px solid; border-color: #673434;}


textarea, input, button {
	background: #ffffff;
	border: 1px solid #392d30;
	}

