@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	background-color: #fafbd1;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
}
#wrapper #logo {
	height: 130px;
	background-image: url(../images/plecatop2.jpg);
	background-color: #C8C3A3;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 5px;
	margin-right: auto;
	margin-left: auto;
	text-indent: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #fafbd1;
}
#wrapper #left {
	width: 205px;
	float: left;
	background-color: #fafbd1;
}
#wrapper #right {
	width: 750px;
	float: right;
	background-color: #f3f1e3;
	background-repeat: no-repeat;
	background-image: url(../images/pleca_right.gif);
	list-style-position: inside;
}
#wrapper #footer {
	height: 30px;
	clear: both;
	background-color: #333333;
}
#wrapper #slogan {
	height: 5px;
	background-color: #fafbd1;
}


#wrapper #headerImg {
	height: 260px;
	background-color: #fafbd1;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2C2B2B;
	margin: 25px;
}
