body { 
width: 90%;
text-align: center;
background: white ;
font-family: serif;

}
p, ul {
text-align: left;
}
li { list-style: ; }

h1,h2,h3,h4,h5,h6 {
color:  #a62f00;
text-align: left;

}

#header {
width= 100%;
height= 500px;
/* background-color: #F16D95; */
color: black;
  }
	
	
#content {
width=90%;

  }
	
#footer { 
width=100%;
height = 100px;
 }

.register {
float: left;
margin-left: 10em;
}

form {
width: 400px;
margin: 0px auto;

}

form label {
display: block;
float: left;
width: 120px;
border: 1px;
padding: 5px

}

form br {
clear: left;
}