body{
	font-family: Playfair, display;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}

.container{
	width: 80%;
	margin: auto;
}


header{
	background-color: #000;
	color: #ffffff;
	padding-top: 5px;
	min-height: 140px;
	border-bottom: #F9233C 3px solid;
}

header h1{

	float: right;
}

header #title{
	margin: 0;
	float: left;
}

header nav a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial;
	}
header nav li{
	float: right;
	display: inline;
	width: 120px;
	padding:0 5px 0 25px;
}


header nav ul{
	min-height: 100px
	margin: 0;
	padding: 0;
	list-style: none;
}

footer{
	background-image: url(img/r4.jpg);
	border-top: #B62B3E 4px solid;
}
 footer a{
 	text-transform: lowercase;
 	text-decoration: none;
 	color: #000;
 }

 .links a{
 	text-decoration: none;
 	color: #000;
 }

 .links{
 	display: inline;
 	float: right;
 	width: 200px;
 }

