/*@import url(../fonts/stylesheet.css);
/*

*/

body {background: #101010; padding-top: 14px;}

/* ------- Header ------- */

.header_ {}
.header_container {
	width: 980px; height: 62px; margin: 0 auto 26px; position: relative;
	background: #f2f2f2;
}

#logo {
	position: absolute; left: 10px; top: 0;
	display: block; width: 223px; height: 53px;
	background: url(../images/marlaiLogo.png);
	background-size: cover;
}

nav {
	position: absolute; top: 0; right: 8px;
}
nav a {
	display: inline-block;
	color: #282828;
    font-size: 16px;
    line-height: 70px;
}
nav a:hover {color: #808080;}

.nav-divider {
	border-left: solid 1px #333333;
	display: inline;
	list-style: none;
	margin: 0px 0px 0px 9px;
	padding-left: 10px;
}

.nav_first {}
.nav_last {}
.nav_active {}

/* ------- Main ------- */

.main {
	padding-bottom: 25px;
}

/* ------- Footer ------- */

#template_footer_container {
	display: none;
}
