HTML, BODY {
      	   margin : 0;
       	   padding: 0;
    	   font-family : Arial,Tahoma, Helvetica, sans-serif;
       	   font-size: 11pt;
       	   background-color: #FFFFFF;
			color: #242424;
}

A {
	text-decoration: underline;
	color: #4F4F4F;
}

A:hover {
	text-decoration: none;
	color: #000000;
}

A.link2 {
	color: #4F4F4F;
	text-decoration: underline;
}

A.link2:hover {
	text-decoration: none;
	color: #000000;
}

h1 {
	margin: 5px 0px 10px 0px;
	color: #5E945F;
	font-size: 18pt;
}

h2 {
	margin: 5px 0px 5px 0px;
	color: #5E945F;
	font-size: 14pt;
}

H3 {
	margin: 0px 0px 10px 0px;
}
#head {
	background-color: #6FAFDD;
	height: 162px;
	background-image: url(/images/head_bg.jpg)
}

#head #last {
	background: url(/images/last.jpg) no-repeat right;
	height: 162px;
}

#head #first {
	background: url(/images/podsolnuh.jpg) no-repeat left;
	height: 162px;
}


#logo {
	position: absolute;
	top: 0px;
	left: 132px;
}

#logo #tit {
	position: absolute;
	top: 35px;
	left: 250px;
	font-size: 18pt;
	color: White;
	font-style: italic;

}

#menu {
	background: url(/images/menu_bg.gif) repeat-x;
	height: 43px;
	z-index: 1;
	font-size: 12pt;
	font-weight: bold;
	color: #DCD9CA;
}

#menu UL {
	margin: 0px 0px 0px 250;
	padding: 10px 0px 0px 0px;
	
}

#menu LI {
	display: inline;
	margin: 0px 10px 0px 10px;
	padding-left: 20px;
	background: url(/images/menu_separator.gif) left no-repeat;
}

#menu A {
	color: White;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}

#menu A:hover {
	text-decoration: underline;
	color: #FFFE9F;
}

#left {
	width: 250;
	padding-top: 130;
}

#about {
	background-color: #EBE9C2;
	border-bottom: 4px solid #A0C1A0;
	position: absolute;
	left: 0;
	top: 165;
	width: 250;
	font-size: 10pt;
}

#about .inside {
	padding: 10px 5px 10px 10px; 
}

#more .tit {
	background: url(/images/box1.gif) no-repeat left;
	padding-left: 15px;
	color: #B35800;
	font-weight: bold;
}
DIV#contacts {
	background-color: #F7F7D1;
}

#contacts .inside {
	padding: 10px;
	font-size: 10pt;
}
#left {
	width: 250;
}
#content_inside {
	padding: 10px 0px 0px 20px;
	
}

.inside {
	padding: 10px 0px 0px 20px;
	
}
#footer {
	float: left;
	width: 100%;
	height: 97;
}

#footer .inside {
	background-color: #A3C3A4;
}

A.xls {
	padding-left: 18px;
	background: url(/images/xls.gif) no-repeat left center; 
	height: 16px;
}

A.doc {
	padding-left: 18px;
	background: url(/images/doc.gif) no-repeat left center; 
	height: 16px;
}

#auction {
	background-color: #A2C481;
}

#auction .inside {
	background: url(/images/auction_bg.jpg) no-repeat bottom right;
}

#auction H3 {
	color: White;
}

#news_block {
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	
}
#news_block P {
	font-size: 10pt;
}

.date {
	font-size: 9pt; 
	color: #A2C481;
}

.small {
	font-size: 8pt; 
}




