body{
	margin: 0px 30px 0px 30px;
	background-image: url(background.png);
	font-family: arial;
}
/*this is first header */
#header1{
	background-color:#39006A;
	height: 40px;
	word-spacing: 10px;
}
#menu1 a{
	color: white;
	text-decoration: none;
	font-size: 17px;
	line-height: 40px;
}
#banner2{
	margin-top:30px;
}
#banner2 img{
	width: 100%;
}
nav{
	height: 42px;
	background-color:#39006A ;
}
nav ul {
	list-style: none;
}
nav ul li a{
	text-decoration: none;
	float: left;
	padding: 0px 40px;
	color: white;
	line-height: 42px;
	background-color: #39006A;
}
nav ul li a:hover{
    background-color: white;
    color: #39006A;
}
section{
	background-color: white;
}
section h1{
	
	text-align: center;
	font-size: 40px;
	color:#39006A;
	margin-top: 0px; 
}
section h2{
	text-decoration: underline;
	color: #39006A;
	border: ridge;
	border-radius: 23px;
	border-color: transparent;
	background-color: #39006A;
	color: white;
}
footer{
	background-color: #39006A;
	margin:0px 0px 0px 0px ;
}
footer .box{
	color: white;
	width: 50%;
	float: left;
	margin: -10px 20px 0px 20px;
	
}
footer .box1{
	color: white;
	margin: 0px 20px 0px 20px;
}
footer .box1 h1{
	margin-top:30px;
}
#copy{
	background-color: white;
	margin-top: -10px;
	color: #39006A;
	
}