HTML, BODY {
      	   margin : 0;
       	   padding: 0;
    	   font-family : Times, serif;
       	   font-size: 13pt;
       	   background-color: white;
			color: #353535;
			 width: 100%;
  height: 100%;

}

body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}


A {
	text-decoration: underline;
	color: #003b93;


}
A:hover {
	text-decoration: none;

}




H2 {
  margin: 0px 0px 10px 0px;
  font-weight: normal;
}

P {
	margin: 0px 0px 10px 0px;
}

P,LI {
	font-size: 13pt;
}



h1 {
	margin: 0px 0px 10px 0px;
	color: #353535;
	font-size: 22pt;
	font-weight: normal; 
}

H3 {

  margin: 0px 0px 10px 0px;
  font-size: 14pt;
  font-weight: normal;

}

.date {
  font-size: 10pt;
  background-color: #336699;
  padding: 2px 4px 2px 4px;
}

.img {
  border: 3px solid white;
}


#head {
    background-image: url(../images/head_bg.png);
    height: 193px;

}

#head .inside{
    background: url(../images/dver.jpg) no-repeat right top;
    height: 193px;
    padding-left: 200px;
}

#head .inside2{
   text-align: center;

}

#logo {
  position: absolute;
  top: 10px;
  left: 40px;
  height: 81px;
  width: 211px;
}

#content {
 background: url(../images/content_bg.jpg) repeat-x top;
 text-align: center;
 padding-top: 20px;
 padding-bottom: 100px;
}

#footer {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: 5px solid #d9ae79;
  
}

#footer TD {
	text-align:left;
}


#content .inside {
  text-align: left;
  width: 960px;



}

#content #main {
  padding: 20px 20px 20px 20px;
   /* background-color: white;  */
}



#left_side {
  position: absolute;
  top: 169px;
  left: 19px;
  width: 235px;
}



#news {
  margin-top: 15px;
}



#menu {
  background: url(../images/menu_bg.jpg) repeat-x #b02a27 ;
  border-bottom: 3px solid #d9ae79;
  height: 40px;

}

#menu .item {
  color: #c4c4c4;
  text-align: center;
  font-weight: normal;
  font-size: 17pt;
  padding: 0px 20px 0px 20px;
}

#menu A {
  color: #fef49e;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

#random {
  float: right;
  width: 300px;
  margin-left: 20px;

}

.foto {
  border: 3px solid #efefef; /* #efefef;  */
  padding: 20px 10px 20px 10px;
  background: white;
  text-align: center;
}

.foto_over {
  border: 3px solid #abcadf;
  padding: 20px 10px 20px 10px;
  background: white;
  text-align: center;
}


.random {
  border: 3px solid #efefef;
}


#contacts_form {
  float: right;
  width: 400px;
  margin-left: 30px;
}

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;
}


#random_items {
  float: right;
  width: 250px;
  margin-left: 15px;
}

.image_title {
  margin-left: 10px;
  color: gray;
  font-size: 12pt;
}

.pager_element {
  padding: 2px 5px 2px 0px;
  float: left;
  font-size: 12pt;
}

.pager_element A {
  text-decoration: none;
}

.pager_element A:hover {
  text-decoration: underline;
}

.copyright {
  color: gray;
  font-size: 9pt;
}

.madeby {
  font-size: 9pt;
}

.madeby A {
  color: gray;
}


















