* { font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif; }

html {
  height: 100%;
  min-height: 100%;
  font-size: 12px; 
}
body {
  color: #555650;
  height: 100%;
  min-height: 100%;
  text-align:center; /* center layout in ie5 and 5.5. */
}
#container {
	height: auto;
	min-height: 100%;
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0 10px;
	position: relative;
}
#logo {
  float: left;
  width: 200px;
  height: 220px;
  margin-left: -10px;
  position: relative;
}
#menu_top {
	float: right;
	width: 770px; /* IE */
	min-width: 790px;
	text-align: right;
}
#header {
	float: right;
	width: 770px; /* IE */
	min-width: 790px;
	text-align: right;
}
#menu_left {
  float: left;
  width: 200px;
  display: inline;
}
#middle {
	float: right;
	top: 50px;
	left: 200px;
	width: 770px; /* IE */
	min-width: 790px;
	height: auto !important;
	height: 400px; /* IE */
	min-height: 400px;
	display: inline;
	text-align: left;
}
#footer_1 {
   clear: both;
	width: 100%;
	height: 40px;
	text-align: right;
}
#footer_2 {
	clear: both;
	width: 100%;
	text-align: center;
	color: #C4C4C4;
   font-size: 10px; 
}

.sm {
	font-size: 10px;
	text-decoration: none;
	color: #C4C4C4;
}

td { 
font: normal 10px Verdana;
}

.podp {
   border: 2px Black;
   border-style: none solid solid solid;
   text-align: center;
}

a {
color: #966200;
font-weight: bold;
text-decoration: none;
}