body{
	background-color: #f7f7f7;
}

#header{
	margin: 0px auto;
	width: 90%;
	height: 60px;
	background-color: crimson;
	color: white;
	
}

.headerLinks{
	color: white;
}

.headerLinks:hover{
	color: black;
	text-decoration: none;
}

#banner{
	margin: 0px auto;
	width: 50%;
	height: 300px;
	background:url("../assets/predefined/banner.jpg");
	background-size: 100% 100%;
    background-repeat: no-repeat;	
}

#navLinks{
	margin: 0px auto;
	width: 90%;
	height: 50px;
	background-color: darkblue;
	font-size: 20px;
}

#navLinks ul{
	padding-top: 15px;
	list-style: none;
}

#navLinks ul li{
	display: inline;
}

#navLinks ul li a{	
	color: white;
}

#navLinks ul li a:hover{	
	color: black;
	text-decoration: none;
}

#mySlider{
	margin: 20px auto;
	width: 80%;
}

.imgSlider{
	width: 100%;
	height: 500px;
}

#contact{
	margin: 0px auto;
	width: 90%;
	height: 60px;	
 	color: gray;
}