/*------------*/
/*   LAYOUT   */
/*------------*/

/*  GENERAL  */
body {
	background:#ffffff;
	margin: 0 !important;
    padding: 0 !important;
}

.clear {
	clear:both;
}

div#wrapper {
	min-height:100%;
	height:100%;
	position:relative;
}

div#mainWrapper {
	width:900px;
	min-height:400px;
	margin:0 auto;
	padding-bottom:120px;
}

/*  HEADER  */
div#header {
	height:405px;
	font-family:"Quicksand";
}

div#header h1 {
	margin-top:5px;
	padding-bottom:5px;
	font-family:"Nevis";
	font-size: 40px;
	color:#c2514d;
	text-align:center;
	text-transform:lowercase;
	overflow:hidden;
	white-space:nowrap;
}

div#navWrapper {
	width:100%;
	height:80px;
}

div#navbar {
	width:auto;
	float:right;
	margin:0;
	padding:0;
	min-height:20px;
	text-transform:uppercase;
	text-align:left;
}

div#navbar ul {
	list-style-type:none;
	margin-top:66px;
}

div#navbar ul li {
	margin:0 0 0 22px;
	padding:0;
	list-style-type:none;
	float:left;
}

div#navbar ul li a {
	text-decoration:none;
	color:#4f4f51;
	font-size:20px;
}

div#logo {
	margin:40px auto;
}

/*  CONTENT  */
div#contentWrapper {
	width:100%;
	height:100%;
	margin:52px auto;
}

div#contentWrapper h1 {
	font-family:"Nevis";
	font-size:30px;
	color:#4f4f51;
	padding: 0;
	margin-bottom: 15px;
}

div#contentWrapper hr {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	height: 0;
	width: 100%;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #cfc8c8;
	border-bottom: 1px solid #ffffff;
}

div#contentWrapper img {
	margin: 0px auto ;
}

div.contentContainer {
	margin-bottom: 100px;
}

div.contentContainer p {
	font-family:"Quicksand";
	font-size:27.5px;
	color:#595959;
	padding:0px;
	margin: 0px auto 40px auto;
}

div.contentContainer a {
	font-style:italic;
	text-decoration:underline;
	color:000000;
}

/*  FOOTER  */
div#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:120px;
	background:#c2514d;
}

div#footer p {
	padding:0px;
	margin-top:45px;
	font-family:"Quicksand";
	text-align:center;
	color:#ffffff;
	font-size:30px;
}

div#footer a {
	color: #ffffff;
	text-decoration:none;
}

/*  TYPOGRAPHY  */
@font-face {
	font-family: 'Nevis';
	src: url('../fonts/nevis.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand-Regular.otf');
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand-Italic.otf');
	font-style: italic;
}