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

	margin: 0;
	padding: 0;
	
}
body
{ background: #540507;
	color: #ae7e4e;
	font: 12px 'georgia';
	background: url('images/mariatlo1.png') repeat;
	
}


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/maria_02.png') repeat-y;	
}

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


#menu{	
 float: right;
	width: 115px;
	overflow: hidden;
	min-height: 92px;
	display: inline;
	text-align: center;
	margin-right: 147px;
	margin-top: -30px;
	}
	

#content{	

	float: left;
	width: 320px;
	overflow: hidden;
	min-height: 450px;
	background: url('') no-repeat;	
	display: inline;
	margin-left: 164px;
	margin-top: 50px;
}



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

	clear: both;
}
#foot p{

	
	color:#ae7e4e;
	font-size: 9px;
	font-style: normal;
	text-align:center;
	font-family:georgia;
}



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

}

a:hover {
	color: #e6ccb3;
	background-position: bottom;
	border-bottom: 1px solid #ae7e4e;

	}

.menu1{text-align: center; color:#57391b; line-height:18px; font-variant:  small-caps; FONT-SIZE: 16px; background-color: ; margin-top:25px;margin-bottom:5px;BORDER-BOTTOM:0px solid; border-color: #673434;}

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


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

