html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}
body {
	margin: 0 0 0 0;
	font-family: Verdana;
	font-size: 10px;
	color: #303030;
	background-color: #EEFEFE;
	height: 110%;
}
a img {
	border: none;
}
div.page {
	position: absolute;
	width: 760px;
	left: 50%;
	top: 20px;
	margin-left: -380px;
}
div.menu {
	height: 180px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	top: 180px;
	line-height: 220px;
	text-align: center;
}
div.submenu {
	float: left;
	position: relative;
	left: -10px;
	top: -11px;
	width: 150px;
}
div.submenu div.bg {
	padding-top: 10px;
	background-image: url(../images/submenu_bg.png);
	background-repeat: repeat-y;
}
div.submenu div.end {
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	font-size: 1px;
	margin: 0 0 0 0;
	position: relative;
	top: -5px;
}
div.banner {
	height: 248px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	top: -180px;
}
div.herlitska {
	position: relative;
	top: -100px;
}
div.bordert {
	height: 21px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/bordert.png);
}
div.borderb {
	height: 21px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/borderb.png);
}
div.background {
	padding: 0px 20px 0px 20px;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../images/border.png);
}
h1, p {
	margin: 0 0 5px 0;
}
div.menu a, div.submenu a {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(../images/menu_bulleth.png);
	font-weight: bold;
	font-size: 12px;
	color: #F0F0F0;
	margin: 0px 30px 0px 30px;
	text-decoration: none;
}
div.menu a:hover {
	text-decoration: underline;
	background-image: url(../images/menu_bullet.png);
}
div.submenu a {
	font-weight: normal;
	display: block;
	color: #303030;
	margin: 5px 10px 5px 10px;
	background-image: url(../images/smenu_bullet.png);
}
div.submenu a:hover {
	background-image: url(../images/smenu_bulleth.png);
}

.clear {
	clear: both;
}
.nomargin {
	margin: 0 0 0 0;
}

h1 {
	/*margin-top: 20px;*/
	font-family: Georgia;
	color: #808080;
	font-size: 16px;
	line-height: 24px;
	padding-left: 30px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(../images/heading.png);
}
h1.first {
	margin-top: 0px;
}
h2 {
	text-transform: uppercase;
	font-family: Georgia;
	color: #333333;
	font-size: 14px;
}
h3 {
	font-family: Georgia;
	color: #333333;
	font-size: 12px;
}
h4 {
	font-family: Verdana;
	font-size: 10px;
	margin: 0 0 0 0;
}
a {
	color: #1E8EC6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-image: url(../images/bullet.png);
}
div.indent {
	margin-left: 150px;
}

.fleft { float: left; margin-right: 20px; margin-bottom: 5px; }
.fright { float: right; margin-left: 20px; margin-bottom: 5px; }
.bold, div.submenu a.bold { font-weight: bold; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
