body {
	background-color: #eee1ce;
	font-family: tahoma;
	font-size: 12px;
	color: #413b31;
	margin: 0;
	padding: 0;
}

div#main {
	position: relative;
	margin: 0;
	padding: 0;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: auto !important;
	height: 800px;
	min-height: 800px;
}

div#shadow-left {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background-image: url(img/shadow-left.gif);
	background-repeat: repeat-y;
	width: 30px;
	height: 100%;
}

div#shadow-right {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	background-image: url(img/shadow-right.gif);
	background-repeat: repeat-y;
	width: 30px;
	height: 100%;
}

div#content {
	position: absolute;
	width: 920px;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 30px;
}

div#footer {
	position: absolute;
	width: 905px;
	height: 23px;
	margin: 0;
	padding: 0;
	bottom: 0;
	background-color: #420000;
	left: 30px;
	text-align: right;
	padding-right: 15px;
	padding-top: 7px;
}

div#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 920px;
	height: 184px;
	background-image: url(img/header-bg.gif);
}

img#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 287px;
	height: 73px;
	top: 48px;
	left: 84px;
	border:  none;
}

div#menu {
	position: relative;
	margin: 0;
	padding: 0;
	width: 920px;
	height: 45px;
	background-color: #420000;
}

div#under-menu {
	position: relative;
	margin: 0;
	padding: 0;
	width: 920px;
	height: 20px;
	text-align: center;
	background-image:url(img/under-menu.gif);
}

div#box-left {
	position: relative;
	float: left; 
	margin: 20px;
	_margin: 20px 10px;
	padding: 15px;
	width: 185px;
	height: 370px;
	background-color: #e3d5bf;
	border: 1px solid #ffffff;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

div#text-area {
	position: relative;
	float: left;
	margin: 0;
	padding: 20px;
	width: 620px;
}

img#main-image {
	position: relative;
	float: left;
	padding: 0;
	margin: 0px;
	margin-left: 20px;
	margin-top: 20px;
	_margin-left: 30px;
	width: 620px;
	height: 165px;
	border:  none;
}

h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 30px;
	font-family: Times New Roman;
}

p {
	line-height: 18px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-align: justify;
}

img.flag {
	position: absolute;
	padding: 0;
	margin: 0;
	border: none;
	width: 16px;
	height: 11px;
	top: 15px;
}

img#flag-pl {
	right: 15px;
}

img#flag-en {
	right: 35px;
}

div.menu-button a {
	position: relative;
	float: left;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	top: 11px;
	padding: 5px;
	margin: 0 20px;
	width: auto;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
}

div.menu-button a:link a:visited {
	text-decoration: none;
}

div.menu-button a:hover {
	background-image: url(img/menu-bg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

div#menu-center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 500px;
	height: 34px;
	text-decoration: none;
}

a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:link a:visited {
	text-decoration: none;
}

a:hover {
	color: #ffae00;
}