HTML, BODY {
	margin : 0;
	padding: 0;
	 width:100%;
  height:100%;
	font-family : Arial,Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
}

TD {
	font-size: 9pt;
}

TR.table_header {
	background-color: #EBE9C2;
}

#top_1 {
	border-bottom-width: 4;
	border-bottom-color: #D6B777;
	border-bottom-style: solid;
}

#top {
	background-image: url(/images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: right;
	background-color: #D6B777;
	height: 190;
	/*width: 100%;*/
	margin: 0;
}

#logo {
	margin-top: 24;
	margin-right: 299;
}

#menu {
	width: 80%;
}

#menu A{
	font-size: 13pt;
	color: #262626;
	text-decoration: none;
	background-image: url(/images/bullet.gif);
	background-position: center left; 
	background-repeat: no-repeat;
	padding-left: 25;
}

#menu .item{
	padding: 5;
}

#menu A:hover{
	color: #A10000;
	text-decoration: underline;
}

#menu TR.current {
	background-color: #DADADA;
}

#about {
	background-color: #ECCD8F;
	padding: 20;
	text-align: right;
}

#about P {
	margin: 0;
}

#line_green {
	background-color: #A0C1A0;
}

#adress {
	padding: 10;
	padding-left: 50;
}

P {
	font-size: 10pt;
	text-align: left;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #A60C00;
	margin-bottom: 5;
	text-align: left;
	
}

#content {
	padding-top: 30;
	width: 100%;
	text-align:center;
}

A.link1 {
	font-size: 12pt;
	font-weight: bold;
	color:#29732B;
	margin: 5;
	text-decoration: none;
}

A.link1:hover{
	text-decoration: underline;
}

 IMG.catalog {
	border-style: solid;
	border-width: 1;
	border-color: #808080;
}

#tech_prop TD {
	background-color: #EFEFEF;
	padding: 4;
}

#footer {
	position: relative;
  margin-top: -2.5em;
  height: 2.5em;
  background-color: #DCDCDC;
  padding: 10;
}

#developer {
	text-align: right;
}

#main_content {
  position: relative;
  min-height: 100%;
}
* html #main_content {
  height: 100%;
}

