﻿* {
	padding:0px;
	margin:0px;
}
body {
	font: 100% Trebuchet ms;
	background: url(../_imgs/bg_main.gif) top center repeat-y #2a8195;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}
.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 5px 17px 0 17px;
}
#header {
	height:77px;
	padding:55px 0 0 250px;
	background:url(../_imgs/selo.gif) no-repeat top right;
}
#header img{position:relative;top:-30px;left:-250px;}

/*/////////////////////////////////*/
.homeImage {
	width:252px;
	height:318px;
	position:relative;
	float:left;
	display:block;
}
.homeMold {
	position:relative;
	top:0px;
}
.homeSubtitle {
	position: relative;
	background-color: #0687a3;
	opacity: .80;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	width: 252px;
	height:48px;
	top: -80px;
}
.homeSubtitle p {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:6px;
	text-align:center;
}
.homeBox {
	margin-left:2px;
	width:496px;
	position:relative;
	float:right;
	background:url(../_imgs/homebox_int.jpg) left repeat-y;
}
.homeBox_int {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:19px;
	padding:15px;
	background:url(../_imgs/homebox_head.jpg) no-repeat;
}
.homeBox_int a {
	color:#66FFFF;
	text-decoration:none
}
.homeBox_int a:hover {
	color:#FFF;
	text-decoration:none
}
.homeBox_bot {
	height:40px;
	background:url(../_imgs/homebox_bottom.jpg) no-repeat;
}
.homeBox_barlink {
	padding:10px;
	background:url(../_imgs/linkbar.gif) center no-repeat #fff;
}
.homeBox_barlink a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#0099CC;
}
.login {
	position:relative;
	top:-40px;
	background:url(../_imgs/bg_login.gif) bottom no-repeat #fff;
	height:24px;
	padding:0px 0px 0px 10px;
}
.login input {
	border:none;
	font-size:11px;
	width:50px;
}
.login label {
	font-weight:bold;
	color:#d9cfc0;
	margin:0px;
}
.interna_header{
	background:url(../_imgs/interna_bgheader.jpg) no-repeat;
	width:252px;
	height:72px;
}
.interna_header div{
	position:relative;
	top:45px;
	color:#fff;
	text-align:right;
	font-weight:bold;
	font-style:italic;
	right:5px;
}
.intBox{
	margin-left:2px;
	width:496px;
	position:relative;
	float:right;
	background:#f0ebe7;
}
.intBox_int {
	color:#666;
	font-size:11px;
	font-weight:bold;
	line-height:19px;
	padding:15px;
	background:url(../_imgs/intbox_head.jpg) no-repeat;
}
.intBox_int b{
	font-size:13px;
	color:#000;
}
.intBox_int small{
	font-weight:normal;
	line-height:13px;
}
.intBox_int a{text-decoration:none;color:#000}
.intBox_int a:hover{text-decoration:underline}
.intBox_bot {
	height:13px;
	background:url(../_imgs/intbox_bottom.jpg) no-repeat;
}
