* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #e4e0df url(images/bg.jpg) repeat-x;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:15px;
  color: #464849;
  text-align: justify;
}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	color: #39F;
}

h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4f5051;
}

#container{
  width: 644px;
  height: auto;
  margin:auto;
}

#header{
	background:url(images/header.jpg);
	width:644px;
	height:257px;
}

#menu{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:9dd4fd;
	
list-style:none;
  width: 604px;
  height: 30px;
  margin:auto;
  padding-top:202px;

}

.menu-link li{
  font-size:13px;
  color:9dd4fd;
  list-style:none;
  display: block;
  float: left;
  width: 100px;
  text-align: center;
  padding-right:13px;
  padding-left:4px;
  margin-top: 10px;
  
}

.menu-link li a {
  text-decoration: none;
  color: #9dd4fd;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  
}

.menu-link li a:hover { color: #4f5051; }

#midle{
	background:url(images/midle.jpg) repeat-y;
	width:644px;
}

#content{
	margin-left:40px;
	margin-right:40px;
}

#content-testi{
	margin-left:25px;
	margin-right:25px;
	text-align:justify;
}

#footer{
	background:url(images/footer.jpg);
	width:644px;
	height:88px;
}

.footer-text{
	font-size:13px;
	color:#FFC;
	margin:auto;
	clear:both;
	float:right;
  width: 480px;
  height:20px;
  margin-right:83px;
  margin-top:43px;
}

.footer-text a:link{
	text-decoration:none;
	color:#f4ecd8;
}

.footer-text a:hover{
	text-decoration:underline;
	color:#767060;
}

.image{
	border:none;
}

.paragraf{
	text-align:justify;
}