nav {
	position:absolute;
	width:1280px;
	height:20px;
	
	z-index:98;
	top:250px;
}

#menu {
	width:auto;
	height: 70px;
	font-size:20px;
	font-family:'Lobster', normal;
	background-color:#6B1A1B;
	border-radius:4px;
}
#menu ul {
	height:auto;
	padding:24px 0px;
	margin:0px 0px 0px 40px;
}
#menu li {
	display:inline;
	padding:20px;	
}
#menu a {
	text-decoration: none;
	color:#AC9C9C;
	padding:20px 12px;
}
#menu ul ul {
	display: none;	
}
#menu ul li:hover ul {
	display:compact;	
}
#menu ul li:hover {
	background:#fff;	
}

body{
	margin: 20;
}
#container {
	width:1280px;
	height:800px;
	position:relative;
	margin: 0 auto;
	background:#000;
	
}
#logo{
	position:absolute;
	height:667px;
	width:1280px;
	top:20px;
	left:80px;
}
#body { 
	position:absolute;
	width:1280px;
	height:700px;
	margin:0 auto;
	top:300px;
	z-index:0;
	background: #2E0102;
    padding-top: 50px;
}
.body-left {
    width: 35%;
    height: 100%;
    float: left;
    font-family: 'Roboto Slab';
    color: white;
	hover:#1134AC;
}
.body-left div {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    font-size: 35px;
	padding-left: 20px;
    padding-top: 5px;
}
.body-left-nav {
    background: #818181;
}
.body-left-nav hover {
    background: #black;
}
.body-left span {
    float: right;
    margin-right: 100px;
}
.body-right {
    width: 65;
    height: 100%;
	float: left;
	border-left:30%;
}
#brand { 
	position:absolute;
	width:1281px;
	height:298px;
	margin:0;
	top:0px;
	left:0px;
	background-image:url ("images/covertop-_03.jpg");
}
#logo { 
	position:absolute;
	width:295px;
	height:270px;
	top:30px;
	left:493px;
	z-index:99;
}
#facebook {
	position:absolute;
	top:266px;
	right:30px;
	width:30px;
	height:20px;
	z-index:99;
}

.fa-facebook-square {
	color:#AC9C9C;	
}

.fa-facebook-square:hover {
	color:#FFF;	
}

#instagram {
	position:absolute;
	top:266px;
	right:100px;
	width:30px;
	height:20px;
	z-index:100;
	
}

.fa-instagram {
	color:#AC9C9C;
}

.fa-instagram:hover {
	color:#FFF;	
}
.body-left-nav:hover {
	color:#FFF;	
	Positon:auto; 
}
.slider-container {
    height: 200px;
	position:fixed;
}
.slider-container img {
    height: 200px;
}

.footer {
    background: #6B1A1B;
    height: 30px;
    margin-top: 700px;
    color: white;
    font-family: Arial;
    font-size: 10px;
    padding-left: 20px;
    padding-top: 5px;
}

.slider-container {
    width: 380px;
	position:absolute;
	height: 40px;
	
	
}
.slider-container img {
    width: 350px;
}
