/*

#f27b13 - pomaranczowy
#595248 - brazowy
#f9f8f6 - bezowy 

*/
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5em;
color: #f9f8f6;         /* bezowy */
background: #595248;    /* brazowy */
}

a:link      { color: #595248; text-decoration: none; }   /*br*/
a:visited   { color: #595248; text-decoration: none; }   /*br*/
a:hover     { color: #f9f8f6; text-decoration: none; }   /*bezowy*/
a:active    { color: #f9f8f6; text-decoration: none; }   /*bezowy*/

h1 {
	height: 17px;
	width: 772px;
	font-size: 10px;
	color: #a69f95;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
	font-weight: normal;
	/*
	background: #f27b13;
	*/
}

#ust_ogolne {
	width: 772px;
	margin: auto;
}

#ust_logo {
	height: 85px;
	/*
	background: url(images/logo_mahalo3.png) no-repeat;
	*/
}

.ust_menu{
   float: left;
   width: 772px;
   height: 20px;
   margin-top: 30px;
   padding: 0px;
   background: #f27b13;  /* pom */
}

.ust_menu ul {
   margin: 0px;
   padding-left: 0px;
   padding-top: 1px;
   list-style: none;
}

.ust_menu li{
	display: inline;
}

.ust_menu li a{
   float: left;
   padding: 0px 0px;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   color: #595248;   /* braz */
   width: 100px;
}

.ust_menu li a:hover{
	color: #f9f8f6;   /* bez */
}

#ust_obrazki {
   float:left;
   width: 772px;
   padding-top: 0px;
   margin-left: 0px ;
   color: #f9f8f6;   /* bez */
   text-align: justify;
}

#ust_tekst {
   float:left;
   width: 772px;
   padding-top: 30px;
   margin-left: 0px ;
   text-align: justify;

}

#ust_stopki {
  float: left;
  margin-top: 30px;
  width: 772px;
  height: 20px;
  padding-top: 0px;
  color: #595248;   
  background: #f27b13;
  text-align: center;
}


