body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	padding: 0; 
	margin: 0;
}

p, h1, h2 {padding: 0; margin: 0;}

#wrapper {  width: 1000px; 
			margin: 0 auto;
			padding:0;
			background-color: #edb3c6;
}

#header { 
		height:420px;
		background: url(images/header.jpg) no-repeat top left;
		width: 1000px; 
		position:relative;
		
}

#info { color: #593f1a; 
		text-align:right;
		font-size: 14px;
		position:absolute;
		top: 260px;
		right: 310px;
		
}

#phone { font-size: 25px; 
		 font-style:italic;
		 font-weight:normal;
		 font-weight:600;
}
 
#menu { width: 670px;
		height:60px; 
		text-align: center;
		position:absolute; 
		bottom:-3px;
		left:40px;
}


#menu a {  
			color: #FFF;
			height: 60px;
			width: 166px; 
			font-size:17px; 
			text-decoration:none;  
			font-weight:600;
			line-height:60px;
			display: block;
			float: left;
			background: #ecb2be url(images/menu.jpg) no-repeat top left;
}

#menu a:hover {  color: #886534; 
				 background: #ecb2be url(images/menuHover.jpg) no-repeat top left;
}

#index #menu a.index, 
#aboutUs  #menu a.aboutUs,
#about  #menu a.about,
#contact  #menu a.contact { 
				background: url(images/menuCurrent.jpg) no-repeat top left;
				color: #886534; 
				font-weight:bold;
				cursor: default;
} 



#content {  text-align: left;
		   	padding: 20px 20px 50px 25px;
		   	width: 900px;
			background:#FFFFFF;
			border: #7c0500 3px solid;
			margin: 0 auto;
			
}


#content h1 { color:#886534;
			  font-size:17px;
			  text-align: left;
			  padding: 0 0 14px 0;
			  margin: 0;
}
#content h2 { color:#886534;
			  font-size:15px;
			  text-align: left;
			  padding: 10px 0 0 0;
			  margin: 0;
}

#content p { 
		padding: 0;
		margin: 5px 0 5px 0;
		color:#593f1a;
		line-height: 1.5em;
		text-indent: 15px;
}

#content ul { 
		color: #593f1a;
		list-style: none;
		padding:0;
		margin: 7px 30px; 
		line-height: 1.5em;
}
#footer { width: 951px; 
		  height: 40px;
		  text-align:center; 
		  margin: 0 auto;
		  background: #7c0500 url(images/uzor.jpg) right center no-repeat;
		  color:#FFF;
}

#footer a {
				font-size:15px;
				font-weight:600;
 				line-height: 40px;
				text-decoration: none;
				color:#FFF;						
}

#footer a:hover { 
				color: #593f1a;			
}

 

.img-wrapper { background: url(images/shadow.jpg) no-repeat bottom right;
				clear:right;
				float:left;
				position:relative;
				margin: 10px 10px;
				padding:0;
}

.img-wrapper img {	
					background-color:#FFFFFF;
					border: 1px solid #a9a9a9;
					padding:4px;
					margin: -8px 10px 8px -10px;
					display:block;
					position: relative;
}


#reklam { 	
			padding: 20px 20px 10px 25px;
		   	width: 900px;
} 

