body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5a0021;
	background: #5a0021 url(../gfx/body-top.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

a {
	color: #5a0021;
}

a:hover {
	color: #000000;
}

div.loga {
	width: 774px;
	height: 120px;
	margin-top: 25px;
	position: relative;
	z-index: 1;
}

div.logo-pns {
	width: 450px;
	height: 120px;
	background: url(../gfx/logo-pns.jpg) no-repeat;
	float: left;
}

div.logo-dialog {
	width: 300px;
	height: 120px;
	background: url(../gfx/logo-dialog.jpg) no-repeat;
	float: right;
	text-align: right;
	color: #f4911d;

}

div.tvare {
	width: 207px;
	height: 130px;
	position: absolute;
	top: 117px;
	left: 280px;
}

div.search {
	width: 774px;
	height: 30px;
	clear: both;
}

div.menu-top {
	width: 774px;
	height: 37px;
	background-color: #f4911d;
}

div.menu-top-l {
	width: 387px;
	height: 32px;
	background: url(../gfx/menu-top-l.jpg) left no-repeat;
	float: left;
}

div.menu-top-r {
	width: 387px;
	height: 32px;
	background: url(../gfx/menu-top-r.jpg) right no-repeat;
	float: right;
}

div.menu-top-c {
	width: 774px;
	height: 5px;
	background: url(../gfx/menu-top.jpg) center no-repeat;
	clear: both;
	font-size: 1px;
}

div.menu-bottom {
	width: 774px;
	height: 21px;
	background-color: #5f0027;
}

div.footer {
	width: 774px;
	height: 21px;
	background-color: #5f0027;
}

div.footer-l {
	width: 20px;
	height: 34px;
	background: url(../gfx/footer-l.jpg) left no-repeat;
	float: left;
}

div.footer-c {
	width: 734px;
	height: 34px;
	background-color: #f4911d;
	float: left;
}

div.footer-c-text {
	margin-top: 10px;
}

div.footer-c a {
	font-weight: bold;
}

div.footer-r {
	width: 20px;
	height: 34px;
	background: url(../gfx/footer-r.jpg) right no-repeat;
	float: right;
}

div.main {
	width: 774px;
	height: 432px;
	position: relative;
	text-align: center;
	background: #f4911d url(../gfx/main-bg.jpg) no-repeat;
}

div.main-left-top {
	width: 170px;
	height: 36px;
	position: absolute;
	top: 29px;
	left: 30px;
	text-align: center;
	background: url(../gfx/main-left-top.jpg) no-repeat;
	font-weight: bold;
	padding-top: 12px;
}

div.main-left {
	width: 170px;
	height:330px;
	position: absolute;
	top: 70px;
	left: 30px;
	background: url(../gfx/main-left.jpg) no-repeat;
	padding-top: 10px;
	text-align: center;
}

div.main-left-text {
	width: 150px;
	height: 300px;
	text-align: left;
	padding-left: 10px;
}

div.main-left  a{
	display: block;
}

div.main-right-top {
	width: 170px;
	height: 36px;
	position: absolute;
	top: 29px;
	left: 572px;
	text-align: center;
	background: url(../gfx/main-right-top.jpg) no-repeat;
	font-weight: bold;
	padding-top: 12px;
}

div.main-right-top  a{
	display: block;
	font-weight: bold;
}

div.main-right {
	width: 170px;
	height:330px;
	position: absolute;
	top: 70px;
	left: 572px;
	text-align: center;
	background: url(../gfx/main-right.jpg) no-repeat;
	padding-top: 5px;
}

div.main-right  a{
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: uppercase;
}


div.main-center {
	width: 712px;
	height: 371px;
	position: absolute;
	top: 29px;
	left: 30px;
	background: url(../gfx/main-center.jpg) no-repeat;
	text-align: left;
}

div.main-center-text {
	width: 697px;
	height: 365px;
	text-align: left;
	overflow: auto;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical; 
	margin-top: 3px;
	margin-left: 12px;
	z-index: 2;
}

div.main-text {
	padding-right: 12px;
}

div.main-center-text h1 {
	font-size: 14pt;
	font-weight: bold;
}

div.main-center-hr {
	width:100%;
	height: 5px;
	font-size: 1px;
	border-bottom: 2px solid #450000;
	clear: both;
	margin-bottom: 5px;
}

div.main-center-left {
	width:50%;
	text-align: left;
	float: left;
}

div.main-center-right {
	width:45%;
	text-align: left;
	float: left;
}

div.main-text-margin {
	width: 650px;
	height: 25px;
}

form {
	display: inline;
}

textarea {
	border: 1px solid #5a0021;
	background-color: #f4911d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5a0021;
	font-size: 9pt;
}

input.save {
	border: 2px solid #f4911d;
	background-color: #5a0021;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
}

select {
	border: 1px solid #5a0021;
	background-color: #f4911d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5a0021;
	font-size: 9pt;
	font-weight: bold;
}