/* CSS Document */

body{
  margin:0px;
  padding:0px;
  background: #cccccc;
  }

.container{
  background: url(images/bgrnd.jpg);
  height: 450px;
  }
  
.insert{
  background-image:url(images/bg.png);
  width:770px;
  height: 318px;
  margin: auto;
}

.menu{
clear: both;
	line-height:19px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 310px 0px 110px;
}

.menu a{
   display: block;
   float: left;
	color: Black;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding: auto;
}

.menu a:hover{
	height: 19px;
	line-height:19px;
	color: Maroon;
	background-image: url(images/mnu.png);
}
.txte{
   clear: both;
	height: 275px;
	overflow: auto;
	}
.txti{
padding: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-align: justify;

}
