<style>
-->
<STYLE type="text/css">

  BODY           {scrollbar-face-color: White; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #6699ff; scrollbar-3dlight-color: #6699ff; scrollbar-arrow-color:  #33ccff; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #0000cc;}
  INPUT          {border: 1 outset rgb(50,50,50); border-color: #000000; font-family: Tahoma;}
  INPUT.order    {BACKGROUND: #f7f7ff; COLOR: #0333cf; FONT-SIZE: 11px; width: 100%}
  INPUT.button   {BACKGROUND: #3399ff; COLOR: #ffffff; FONT-SIZE: 11px; FONT-FAMILY: arial; width: 145}
  INPUT.radio    {Border: 0}
  TEXTAREA       {BACKGROUND: #f7f7ff; border: 1 outset rgb(50,50,50); border-color: #000000; FONT-SIZE: 11px; COLOR: #0333cf; font-family: Tahoma; width: 100%}
  SELECT         {BACKGROUND: #f7f7ff; COLOR: #0333cf; FONT-SIZE: 11px; width: 100%}
  FORM           {margin-left: 0em; margin-right: 0em; margin-top: 0em; margin-bottom: 0em;}
  FONT.punkt     {font-family: Arial; font-size: 12; COLOR: #003366}
  FONT.selmenu   {font-family: Arial; font-size: 12; COLOR: darkred; TEXT-DECORATION: underline}
  TD             {font-family: Arial; font-size: 12; COLOR: #003366}
  div.menu       {font-size: 8pt; margin-left: 0.8em}
  div.colr1      {background: #DDEEFF}
  H1             {margin-left: 0em; margin-right: 0em; margin-top: 0em; margin-bottom: 0em;
                  font-family: Arial; font-size: 12; COLOR: #003366; FONT-WEIGHT: normal; TEXT-DECORATION: none;}

  LI             {font-family: Arial; font-size: 12; COLOR: #003366}
  LI.small       {font-family: Arial; font-size: 10; COLOR: #003366}
  UL             {margin-left: 1.3em; margin-top: 0em; margin-bottom: 0em; }
  A              {font-family: Arial; COLOR: #0000BB; TEXT-DECORATION: none;}
  A.table        {font-size: 11}
  A.big          {font-size: 13; FONT-WEIGHT: bold}
  A.small        {font-size: 12}
  A:hover        {COLOR: #0066FF; TEXT-DECORATION: underline}
  .tuman         {FILTER: alpha(opacity=70)}
  HR             {COLOR: #ffcc00}
  BR             {font-size: 5pt}
  .pr2           {filter:Shadow(Color=#9a9a9a, Direction=150)}
  .menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3D5857;
	text-decoration: none;
}
* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-image:url(images/bg-tile.gif);
 background-repeat:repeat;
}
#wrapper {
 width: 900px;
 margin: 0 auto;
}
#border {
 border: 1px solid #8ECE5F;
 margin: 20px 0px 5px 0px;
 background-color: #fffffe;
 min-height: 794px;
 float: right;
 width: 816px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 

#header {
 margin: 6px 5px 3px 5px; 
 background-image:url(images/header.jpg);
 background-repeat:no-repeat;
 height:140px;
}

#headertext
{
	width:200px;
	height:40px;
	font-family:"Trebuchet MS";
	font-size:33px;
	color:#71c15c;
	margin:50px 0px 0px 50px;
	float:left;
	clear:none;
}

#headertextsmall
{	
	width:250px;
	height:30px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#fff;			
	padding-right:50px;
	padding-top:60px;
	float:right;
	
}

/* ------------------------ Start Navigation Bar -----------------*/
#topmenu
{
height:46px;
width: 810px;
padding-left:5px;
background-repeat:no-repeat;
}

/*MENU*/
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	
	background: url(images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}
/* ------------------------ End images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 270px;
 float: left;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 300px;
 padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 250px;
 float: left;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 50px;/* Расстояние между левыми менюшками вверху */
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:80px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 50px;/* Расстояние между левыми менюшками */
 margin-bottom: 7px;
}
.in-the-news foto { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 100%;
 float: left;
 min-height: 50px;/* Расстояние между левыми менюшками */
 margin-bottom: 7px;
}
* html .in-the-news {height:220px} /* IE Min-Height Hack */


#rightcolumn {
/* border: 1px solid red;*/
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 523px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#highlightnews {
 background-image:url(images/highlightnews.jpg); 
 height:auto;
 background-repeat: no-repeat;
 text-align: left;
 padding: 17px 10px 10px 13px;
 display: inline; /* IE Hack */
 float: left;
 width: 510px; 
}


#highlightnews img
{
	float:left;
	padding-right:10px;	
}

* html .sponsor {height:80px} /* IE Min-Height Hack */

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 530px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
 background-image:url(images/content-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}
.content-mid img
{
	float:left;
	margin:3px 10px 14px 0px;
}
.left-mid {
 background-image:url(images/left-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}
.randompicture
{
background-image:url(images/left-mid.gif);
background-repeat: repeat;
text-align:left;
padding:5px 10px 5px 10px;
overflow:hidden;	
}

.left-heading {
 background-image:url(images/left-heading.gif);
 background-repeat: no-repeat;
 padding: 9px 14px 5px 10px; 
}

.left-heading h3
{
	font-size: 16px;
 color: #fff;
 min-height: 11px;
 font-weight: bold;
}

* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #72C236;
}
h2 {
 font-size: 16px;
 color: #FFFFFF;
}
h3 {
 font-size: 16px;
 color: #ff9900;
}
/* ------------------------- End Headings ---------------------*/

input {
 border: 1px solid #8ECE5F;
 width: 200px;
}



#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
 text-align:center;
}


ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
 
}

ul#daily-links li a:link{
 color: #333;
 text-decoration: yes;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: yes;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #999;
 text-decoration: yes;
 font-weight: bold;
}




a:link {
 color: #006600;
 text-decoration: yes;
}
a:visited {
 color: #006600;
 text-decoration: yes;
}

.valid {
 margin: 10px 0px 0px 10px;
}


  -->
</STYLE>


