* {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	
}

body {
	background: #222;
}

a {
	text-decoration: none;
}


#wrapper {
	
	width: 960px;
	margin: 0 auto;
	
}

#header {
	position: relative;
/* 		background: #ccc; */
	height: 80px;
}

#navigationBlock a {
	color: #ccc;
	text-decoration: none;

}

#navigationBlock a:link, a:visited {
	color: #ddd;
}

#navigationBlock a:hover {
	text-decoration: underline;
}


#navigationBlock {
	position: absolute;
	right: 0;
	bottom: 0px;
	margin: 0px 0 0px 0;
	padding: 10px 15px 15px 15px;
	text-align: right;	
/* 	background: #333; */
}

#navigationBlock .navButton {
	
	display: inline-block;
	padding: 0 0px 0 25px;
	
}


#appLogo {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #666;
	bottom: 15px;
	left: 5px;
	border-radius: 6px;
	
}

#lang:hover {
	cursor: pointer;
}

#main {
/* 		background: #ccc; */
	background: #000;
	border-radius: 4px;
}

#leftColumn {
	float: left;
}

#naviContainer {
	
	display: table;
	width: 180px;
	padding: 18px 24px;		
	
}

#naviContainer h1 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 200;
	color: #ddd;
	
}

#naviContainer h1 a {
	color: inherit;
}

#naviContainer a:hover {
	color: #fff;
}

#naviContainer ul {
	margin-left: 15px;
	margin-bottom: 5px;
}

#naviContainer li {
	color: #aaa;
	list-style-type: none;
}

#naviContainer li a {
	color: inherit;
}

#rightColumn {
	float: left;
	width: 780px;
}

#content {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 18px 24px;
	color: #666;
	background: #ddd;
}

#content h1 {
	margin-bottom: 20px;
}

#content h2 {
	margin-bottom: 15px;
}

#content p {
	font-size: 14px;
	margin-bottom: 15px;
}

#footer {
	
	height: 80px;
/* 		background: #ccc; */
	
}