/*
#########################################

CSS 2.1 by Kamil Zamerski (PMB-Studio.pl)

#########################################
*/

body {
	margin:0;
	font-family:Tahoma;
	font-size:12px;
	background:#86a700;
	background-image:url(images/tlo.jpg)repeat-x;
}

#wrapper {
	width:768px;
	margin:0 auto;
	border-right:solid 1px #2f3a00;
	overflow:hidden;
}
#leftShadow, #rightShadow, #center, #menu div, #content, #aside {
	float:left;
}
#leftShadow, #rightShadow {
	width:65px;
	height:879px;
}
#menu {
	width:668px;
	background:url(images/menu.jpg);
	height:56px;
	padding:0 0 0 100px;
}
#menu div {
	margin:0 50px 0 0 ;
	height:100%;
}
#menu a {
	width:100%;
	height:100%;
	display:block;
}
#mHome {
	width:72px;
	background:url(images/kolonie.jpg);
}
#mCen {
	width:69px;
	background:url(images/cennik.jpg);
}
#mRef {
	width:97px;
	background:url(images/referencje.jpg);
}
#mGal {
	width:68px;
	background:url(images/galeria.jpg);
}
#mSta {
	width:67px;
	background:url(images/stajnia.jpg);
}
#header {
	width:768px;
	height:350px;
	background:url(images/header.jpg);
}

#content {
	width:471px;
	background:url(images/content.jpg);
	text-align:center;
	min-height:500px;
	padding:25px;
	line-height:20px;
}
#aside {
	background:url(images/aside.jpg);
	width:247px;
	color:#fff;
	line-height:20px;
}
#aside p {
	text-align:center;
	margin:5px 10px 5px 10px;
}
#photo {
	width:176px;
	height:134px;
	background:url(images/ramka.jpg);
	margin:0 auto;
	margin-top:10px;
}
#footer {
	width:100%;
	height:23px;
	background:url(images/footer.jpg);
	clear:both;
	padding:9px 0 0 0;
}
#footer p {
	color:#fff;
	margin:0;
	text-align:center;
}
a.pmb {
	text-decoration:none;
	color:#fff;
}

a.pmb:hover {
	text-decoration:underline;
}

