@charset "utf-8";

body {
	font-family: arial;
	}
	
h1 {
	font-size:20px;
	padding:5px;
	}	
	
p { 
	font-family: arial;
	font-size:16px;
	color:#4A4545;
	padding: 5px;
	font-style:normal;
	font-weight:100;
		
	}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #726D6D;
}

li {
    float: left;
}

li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: red;
}

.active {
    background-color: #9c0d02;
}

.nav {
	
	float:right;
	padding:30px 20px 0px 0px; 
	height:50px;
	
	}
	
	/*This is the hero style*/
	
.hero {
	
	width:1000px; 
}

.body {
	
	width: 50%;
	
	}