html,body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: white;
	color: black;
}

body {
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

#top {
	width: 100%;
	height: 116px;
	background-image: url('images/top-bg.png');
	background-repeat: repeat-y;
	margin-bottom: 2px;
}

#chirnova {
	position: relative;
	top: 77px;
}

#top-images-1, #top-images-2 {
	text-align: right;
	position: absolute;
/*	right: 120px;
	top: 0px;*/
	width: 320px;
}

#top-images-1 {
	right: 16px;
	top: 0px;
}

#top-images-2 {
	right: 120px;
	top: 59px;
}

#top-images-1 img, #top-images-2 img {
	margin-left: 4px;
	margin-bottom: 4px;
}

#menubar {
	width: 100%;
	height: 26px;
	background-color: #C34844;
	margin-bottom: 2px;
}

#menu-buttons {
	position: absolute;
	left: 210px;
}

.menu-button, .menu-button-active {
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	height: 26px;
	float: left;
}

.menu-button {
	color: white;
}

.menu-button-left, .menu-button-left-active {
	padding-top: 2px;
	padding-left: 20px;
	height: 22px;
	font-size: 16px;
	font-weight: bold;
}

.menu-button a, .menu-button-left a {
	text-decoration: none;
	color: white;
}

.menu-button a:hover, .menu-button-active a:hover, .menu-button-left-active a:hover, .menu-button-left a:hover {
	color: yellow;
}

.menu-button-active, .menu-button-left-active {
	background-image: url('images/menu_active.png');
	background-repeat: repeat-x;
}

.menu-button-active a, .menu-button-left-active a {
	text-decoration: none;
	color: black;
}

#blocks {
	display: table;
	width: 100%;
}

#blocks-row {
	display: table-row;
}

#left {
	padding-top: 10px;
	width: 210px;
	background-image: url('images/top-bg.png');
	background-repeat: repeat-y;
	background-color: #C34844;
	color: white;
	display: table-cell;
}

#main {
	padding-left: 20px;
	padding-right: 120px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	display: table-cell;
	background-image: url('images/squares.png');
	background-repeat: repeat-y;
	background-position: top right;
}

h1 {
	margin-top: 16px;
	font-size: 24px;
	color: #C34844;
}

table {
	border: 0;
	border-spacing: 2px;
}

table td {
	border: 0;
	padding: 1px;
	background-color: #EEEEEE;
}
