@charset "UTF-8";
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/metal.jpg);
	background-repeat: repeat;
}
#logo {
	float: left;
	height: 80px;
	width: 480px;
	background-repeat: no-repeat;
}
#adres {
	float: right;
	height: 80px;
	width: 320px;
}
#header {
	clear: both;
	height: 150px;
	width: 800px;
	background-color: #999;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(../header/3.jpg);
}
#navbar {
	height: 25px;
	width: 800px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-transform: none;
	margin-left: 0px;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	padding-top: 3px;
}
#main {
	width: 800px;
}
#left {
	width: 560px;
	float: left;
	padding-top: 25px;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-right: 10px;
}
#right {
	float: right;
	width: 200px;
	background-image: url(../images/right.gif);
	height: 500px;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	height: 40px;
	width: 800px;
	background-image: url(../images/footer.gif);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
a {
	text-decoration: none;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
