body{
	width: 100%;
	height: auto;
	margin: 0;
	font-family: 'muliregular';
	background-color: #b4b4b4;
}
#outerwrap{
width: 100%;
height: auto;
}
#content{
width: 1024px;
background-color: white;
display: block;
position: relative;
margin-left: auto;
margin-right: auto;
box-shadow:7px -7px 70px 7px grey;
margin-top: 5px;
padding: 0 30px;

}
nav{
	background: #f9001c;
	width: 1024px;
    height: 80px;
    font-size: 18px;
    margin-top: 15px;   
}
ul {
    text-align: center;
   margin: 0;
    padding:  22px 0;
}
li{
    margin: 0 10px;
 display: inline;
  list-style-type: none;
}
li, a{
    list-style-type: none;
    text-decoration: none;
     color: #000;
font-size: 30px;
}

li a:hover {
    text-decoration: underline;
    color:#edff16;
}
#text{
    padding:  0 40px;
    padding-bottom: 40px;
}
img{
    margin-top: 20px;
}
