* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 1;
	color: #000000;
}
body, html {
	color: #000;
	font-family: arial,sans-serif;
	background-color: #FFFFFF;
	background-image:none;
	text-align: center; /*** Centers the design in old IE versions ***/
	background-repeat: repeat;
}
body {
font-size: 76%;
}
p {padding: 7px 0 7px 0;}

a{
	
	color: #000000;
	padding:0px;
}

a.navbar:link {
	color: #000000;
	font-weight:normal}
a.navbar:visited {
	color: #000000;
	font-weight:normal;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

a.logo:link {
	color: #decfc5;
	font-weight:bold;
	text-decoration:none
	
}
a.logo:visited {
	color: #decfc5;
	font-weight:bold;
	text-decoration:none
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
	width: 1005px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	background-image:url(pic/main2.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	background-color: #FFFFFF;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background:transparent;
height: 65px;
padding: 0px
}

#header1{
	color: #FFF;
	border-right-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;

}



#header1{
	float:left;
	width:200px;
	background:transparent;
}


	

#header3{
	color: #FFF;
	border-right-width: 0px;
		padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;

}



#header3{
	float:left;
	width:10px;
	background:transparent;
}

#header2{
	color: #000000;
	border-right-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;

}



#header2{
	float:left;
	width:600px;
	text-align: center;
	vertical-align:middle;
	background:transparent;

	padding-top: 15px;
	
}
/**************************
CONTENT AND COLUMNS
**************************/

.outer {
padding-left: 200px;  
padding-right: 200px;
}
* html .outer {

}
.inner {
width: 805px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 795px;
margin-left: -200px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
float: right;
width: 600px;
background: #fff;
position: relative; /*** IE needs this  ***/
}
* html #content {

}
.contentWrap {
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

a img {
	border: none;
}


#menu2 {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	background: #F6F0EC; 
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 185px;
background: #F6F0EC; 
min-height: 250px;
padding: 5px;
position: relative; /*** IE needs this  ***/
}
* html #left {
height: 250px;
}
#left ul {
	padding-top: 4px;
	padding-bottom: 4px;
	
}
#left li {
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	list-style-type: square;
	list-style-position: inside;
}

a.razdel:link {
	color: #BB410F;
	font-weight:bold;
	
}
a.razdel:visited {
	color: #BB410F;
	
	font-weight:bold
}
a.razdel:hover {
	color: #FF9900;
	font-weight:bold
}
a.razdel2:link {
	color: #00CC00;
	padding-left: 12px;
	font-weight:normal}
a.razdel2:visited {
	color: #00CC00;
	padding-left: 12px;
	font-weight:normal}
a.razdel2:hover {
	color: #FF9900;
	padding-left: 12px;
	font-weight:normal}

a.razdel3:link {
	color: #000000;
	padding-left: 12px;
	font-weight:normal;
	text-decoration: none;
}
a.razdel3:visited {
	color: #000000;
	padding-left: 12px;
	font-weight:normal;
	text-decoration: none;
	
}
a.razdel3:hover {
	color: #FF9900;
	padding-left: 12px;
	font-weight:normal}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 200px;
background: #F6F0EC;
padding: 5px;
min-height: 250px;
position: relative; /*** IE needs this  ***/
}
* html #right {
margin-right: -200px; /*** IE gets this margin. ***/
height: 250px;
}
#right ul {
padding-top: 4px;
padding-bottom: 4px;
}
#right li {
padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	list-style-type: square;
	list-style-position: inside;
}
#counter {
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
}

/**************************
FOOTER
**************************/
#footer {
width: 1000px;
margin: 0 auto;
padding-left: 5px;
text-align: left;
background-color: #ffcf72;
}

.oldtext {
      color:#000000;
      text-decoration:line-through
}

.newtext {
	color:#FF0000;
	font-weight: bold;
}
