body {
	text-align: center;
		}
	
.obal {
	background-image: url("images/background.jpg"); 
	backround-position: left;
	background-repeat: repeat-y;
	align: center;
	width: 745px;
	border: 1px solid black;
	background-color: #F3E7D8;
	margin: 0 auto;
	text-align: left;

	}
.top {
	background-image: url("images/devonit-logo.jpg"); 
	width: 100%;
	height: 98px;
	}	
.text {
	position: relative;
	margin-left: 220px;
	width: 460px;
	top: -150px;
	border: 0px solid black;
	text-align: justify;
	}

.bottom {
	background-image: url("images/bottom.jpg"); 
	width: 100%;
	height: 40px;
	backround-position: left;
	background-repeat: no-repeat;
	}
	
.pic_l {
	width: 200px;
	border: 1px solid white;
	margin: 5px;
	float: left;
	margin-top: 25px;
	}
.pic_r {
	width: 200px;
	border: 1px solid white;
	margin: 5px;
	float: right;
	margin-top: 25px;	
	}			
	

/******************** text  ****************/

h1 {
	font-family:  verdana; font-size: 14px; font-weight: bold;
	margin-top: 0px; margin-bottom: 10px; text-indent: 0px;
}

h2 {
	font-family:  verdana; font-size: 12px; font-weight: bold;
	margin-top: 0px; margin-bottom: 10px; text-indent: 0px;
}

p, table, li, td, tr {
	font-family:  verdana; font-size: 12px; 
	margin-top: 0px; margin-bottom: 0px; text-indent: 0px;
}

.small {
	font-family:  verdana; font-size: 10px;
	}
a {
	color:#663300;
}
a:hover {
	color:#aa6600;
	text-decoration: none;
	}
/******************** menu *************/
		
#menu ul {
  width:150px;
  margin: 0; padding: 0;
} 
#menu li {
  list-style: none;
  margin: 0; padding: 0;
  
} 
#menu a {
  color: #fff;
  font-size: 12px;
  font-family: verdana;
  text-decoration: underline;
  width: 150px;
  height: 20px;
  display: block;
  border-left:  5px solid #C1B5A4;
  padding: 2px; padding-left: 5px;
} 
#menu a:hover, #menu a:focus {
  background-color: #C1B5A4;
  color: #663300;
  text-decoration: none;
  border-right: 15px solid #cccccc; border-left: 5px solid  #C1B5A4;
  padding: 2px; padding-left: 5px;
}

#menu a:active {
  background-color: #ffb380;
  border-left: 1em solid #ffb380; border-right: 1em solid #ffb380;
} 

/***************************/
table  {

	border-collapse: collapse;
	}
	