@charset "utf-8";
body  {
	font-family:"Times New Roman",Times,serif;
	background: #f4f4c2;
	margin: 0; 
	padding: 0;
	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:#3E1700;
}
#container {
	width: 1024px;
	background: #f4f4c2;
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	text-align: right;
} 
div#Topbar{
	margin: 0px;
	padding:  0px;
	width: 1024px;
	height: 20px;
	position:relative;
}

ul.TopbarUL {
	list-style-type: none;
	float: right;
	margin:0;
	left: 0px;
	position:absolute;
	width:1024px;
	padding: 0;
}

ul.TopbarUL  li {
	margin-top: 0px;
	float: right;
	font-weight:bold;
	display: inline;
	padding-right: 50px;
}
ul.TopbarUL  li a{
	color:#3E1700;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 3px;       
}
.header {
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 187px;
	width: 1024px;
	top: 0px;
	outline: none;
}
ul.TopbarUL  li.heb{
	margin-top: 0px;
	float: left;
}
a.heb {
	border-style:none;
	border-width:0;
	display:block;
	height:13px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	width:75px;
	background-image: url(pics/rus.gif);
	background-repeat: no-repeat;
}
#container #heb1 {
	margin-right: 220px;
}
h2{
color:#83312E;
}

ul.leftSideUL {
list-style-type:none;
margin:0;
padding:0;
}
ul.leftSideUL li{
	width: 245px;
	font-weight:bold;
	margin-bottom: 6px;

}
ul.leftSideUL li a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	display: block;
	height: 27px;
	width: 222px;
}
ul.mainContentUL {
list-style-type: none;
margin-top:0;
padding-left:0;
margin-left:0;
left: 0;
}
ul.mainContentUL li a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	display: block;
	height: 27px;
	width: 422px;
}

a.ocebe {
	background-image: url(pics/1.gif);
	background-repeat: no-repeat;
}
a.ocebe:hover {
	background-image: url(pics/1-2.gif);
	background-repeat: no-repeat;
}

a.psix {
	background-image: url(hpics/2-1.gif);
	background-repeat: no-repeat;
}
a.psix:hover {
	background-image: url(hpics/2-2.gif);
	background-repeat: no-repeat;
}
a.couch {
	background-image: url(hpics/3-1.gif);
	background-repeat: no-repeat;
}
a.couch:hover {
	background-image: url(hpics/3-2.gif);
	background-repeat: no-repeat;
}
a.rodil {
	background-image: url(hpics/4-1.gif);
	background-repeat: no-repeat;
}
a.rodil:hover {
	background-image: url(hpics/4-2.gif);
	background-repeat: no-repeat;
}

a.PB {
	background-image: url(hpics/5-1.gif);
	background-repeat: no-repeat;
}
a.PB:hover {
	background-image: url(hpics/5-2.gif);
	background-repeat: no-repeat;
}
				
				
div#devider{
	width: 1000px;
}
div#devider2{
	width: 1000px;
}
div#devider3{
	width: 1000px;
}
 #header {
	background: #f4f4c2;
	padding: 0;
	background-image: url(pics/head1.gif);
	height: 187px;
	width: 1024px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#LeftSidebar {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 245px; /* since this element is floated, a width must be given */
	background: #f4f4c2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	position: relative;
	display: block;
	margin-right: 0px;
	margin-left: 25px;
	height: 450px;
}
#RightSidebar {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 169px;/* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:  0; /* top and bottom padding create visual space within this div */
	height: 204px;
	margin-top: 10px;
}


#mainContent {
	float:right;
	margin: 0;
	width:560px;
	margin-top: 35px;
	height: auto;
}
#mainContent p{
	margin: 0;
	text-align: justify;
	font-size: 16px;
    
}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent;
	height:20px;
	width: 1024px;
	margin: 0;
	position: relative;
} 
ul.FooterUL {
	list-style-type: none;
	float: left;
	margin:0;
	padding:0;
	display: inline-table;
	position: absolute;
	width: 1024px;
	height: 20px;
}
ul.FooterUL li {
	margin:0;
	padding:0;
	float: left;
	font-size:12px;
	display: inline-table;
}
li#olga  {
	margin: 0;
	margin-left: 170px;
	padding: 0;
}

li#copr {
	margin: 0;
	padding: 0;
	margin-left: 240px;
	float: left;
}

a.ola{
color: #83312E;	
font-size:22px;
font-style:italic;
font-weight:bold;
text-decoration:none;
}
a.ola:hover {
	color:#D74540;
font-size:22px;
font-style:italic;
font-weight:bold;
text-decoration:none;
}
a.arrow {
color:#3E1700;
font-size:15px;
font-weight:bold;
text-decoration:none;
padding-top:3px;
}


a.arrow:hover {
	color:#D67A0B;
	font-weight:bold;
	text-decoration:none;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
li.lupa {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	margin: 0px;
	padding-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
	margin-right: 25px;
	/*line-height: 2px;*/
}

.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

li.lekc{
	margin-bottom: 8px;
	height: 25px;
}
li#ola{
        color: #83312E;
        font-size :22px;
          font-style :italic;
          font-weight :bold;
          text-decoration:none;
margin-bottom:6px;
padding-left:25px;
}
li.arrow{
	/*font-family: Arial, Helvetica, sans-serif;*/
background-image:url(pics/arrow_h.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:25px;
	margin-top:10px;
	font-style:italic;
	padding-right: 25px;
}
li#ocebe{
	background-image: url(hpics/1-3.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	display: block;
	height: 27px;
	width: 222px;
}
div.osebNB{
	color: #240000;
	display: block;
	position: relative;
	padding: 8px;
	margin: 4px;
	width: 680px;
	right: 50px;
}
div.leftIL{
	float:left;
	margin: 0;
	width:200px;
	height: 145px;
	margin-top: 15px;
	margin-left: 300px;
}
div.leftIL ul{
	list-style-type: none;
	margin-top:0;
	padding-left:0;
	margin-left:0;
	left: 0px;
	text-align: center;
}
div.leftIL ul a{
	background-image: url(pics/irina.jpg);
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;

}
div.rightIL{
	float:left;
	margin: 0;
	width:300px;
	margin-top: 15px;
	height: 145px;
}
div.rightIL ul{
	list-style-type: none;
	margin-top:0;
	padding-left:0;
	margin-left:0;
	left: 0;
	text-align: center;
}
div.rightIL ul a{
	background-image: url(pics/mark.jpg);
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;

}
#container #Topbar .TopbarUL #qa {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}

#container   .olink {
	color: #83312E;
	text-decoration: underline;
}
#container  a.olink:hover {
	color: #D74540;
	text-decoration: underline;
}
#Topbar a.arrow2:hover {
color:#D67A0B;
font-weight:bold;
text-decoration:none;
}
