body{
background:#00263C;
font-family:verdana;
text-align:center;
font-size: 12px;
color:#fff;
}


/*?=globals
------------------- */
*{margin:0;padding:0;}
img{border:0;}
table.layout{border-collapse:collapse;empty-cells:show;width:100%;}

.clear{clear:both;height:0;overflow:hidden;}


a {color:#000;}
a:hover{color:#DC0800;}



/*?=wrap
------------------- */
.wrap{
background:#00263C url('../images/bg.jpg') left top no-repeat;
margin:0 auto;
text-align:left;
width: 1000px;
color:#fff;
min-height: 500px;
height: auto !important;
height: 500px;
}

/*?=header
------------------- */
.header {
height: 172px;
text-align: center;
}

.header img {
margin: 0 auto;
}

/*?=content
------------------- */
.content {
padding: 0 30px 30px;
overflow: hidden;
//zoom:1;
}

.left {
float: left;
width: 300px;
}

.left ul {
list-style: none;
}

.top {background: url('../images/lt.gif') left top no-repeat; height: 19px; margin: 0 19px 0 0;}
.top div {background: url('../images/rt.gif') right top no-repeat; height: 19px; position: relative; right:-19px;}

.bottom {background: url('../images/lb.gif') left top no-repeat; height: 19px; margin: 0 19px 0 0;}
.bottom div {background: url('../images/rb.gif') right top no-repeat; height: 19px; position: relative; right:-19px;}

.body {
position: relative;
z-index:1;
padding:16px 35px 11px;
background:#fff; 
min-height: 140px;
height: auto !important;
height: 140px;
}

.body a {color:#102A8B; text-decoration: none;}
.body a:hover {color:#102A8B; font-weight: bold; text-decoration: underline;}

.light a {color:#102A8B; text-decoration: none;}
.light a:hover {color:#1368A2; font-weight: normal; text-decoration: none;}

.body li {
position: relative;
z-index: 3;
padding: 0 0 5px 12px;
background: url('../images/arrows.gif') left 5px no-repeat;
}

.light li {padding: 0 0 3px 12px;}

.body h2 {
font-size:12px;
color:#102A8B;
padding: 0 0 22px;
}

.skripka {
position: absolute;
right: 0;
top: -19px;
z-index:2;
}


.right {
width: 590px;
float: right;
}

.right p {
padding: 0 0 15px;
text-align: justify;
}

.right h2 {
font-size: 14px;
padding: 0 0 15px;
}

.right .leftImg {
float: left;
margin: 0 10px 0 0;
}

/*?=footer
------------------- */
.footer {
padding: 10px 20px;
border-top: 1px solid #5073AF;
background: #02254D;
margin:0 auto;
text-align:left;
width: 960px;
overflow: hidden;
//zoom:1;
}

.counters {
float: left;
}

.copy {
float: right;
width: 450px;
font-size: 11px;
color:#fff;
}

.copy a {color:#76D56F; text-decoration: none;}
.copy a:hover {color:#fff;}


