@charset "utf-8";

* {
	outline: none;
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #d7e7f1 url(gfx/bg.jpg) no-repeat right bottom;
	position: relative;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;	
	margin: 0 auto -53px;
}
.footer, .push {
    height: 43px;
}
#top {
	width: 100%;
	height: 133px;
	background: url(gfx/top.jpg) repeat-x;
}
#logo {
	width: 790px;
	height: 129px;
	margin: 0 auto;
	background: url(gfx/logo.jpg) no-repeat left top;
}
#flash {
	float: right;
	width: 268px;
}
#bottom {
	position: relative;
	width: 100%;
	clear: both;
	background: url(gfx/bottom.jpg) repeat-x;
	font-size: 9px;
	text-align: center;
	padding: 16px 0;
	bottom: 0;
}
#container {
	width: 790px;
	min-height: 473px;
	margin: 10px auto;
	clear: both;
}
#menu {
	width: 181px;
	height: 463px;
	background: url(gfx/menu.jpg) no-repeat;
	float: left;
	padding-left: 39px;
	padding-right: 9px;
	padding-top: 12px;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	display: block;
}
#menu ul li a {
	display: block;
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px dashed #fff;
	font-size: 14px;
	text-decoration: none;
	background: none;
}
#menu ul li a:hover {
	text-decoration: none;
	background: url(gfx/hover.jpg) no-repeat;
}
#content {
	width: 559px;
	float: right;
	margin-top: -7px;
}
#content_top {
	width: 100%;
	clear: both;
	background:url(gfx/content_top.png) no-repeat;
	height: 34px;
}
#content_body {
	clear: both;
	padding: 0 25px;
	background:url(gfx/content_body.png) repeat-y;
	min-height: 410px;
}
#content_bottom {
	clear: both;
	width: 100%;
	background:url(gfx/content_bottom.png) no-repeat;
	height: 37px;
}
#unia {
  clear: both;
	width: 100%;
	height: 70px;
}

