html, body{
	height:100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(32,32,32);
	/*background-image: url(http://makpoint.fi/lib/images/noise_32.png);*/

	margin: 0;
	padding: 0;
	/*font-family: 'PT Serif', Arial;*/
	font-family: 'PT Sans Narrow', Arial;
	font-size: 12pt;
	letter-spacing: 1px;
}

ul {
	padding-top: 0;
	margin-top: 0;
}

a {

}

h1 {
	font-size: 16pt;
	font-weight: normal;
}

h2 {
	font-size: 15pt;
	font-weight: normal;
}

h3 {
	font-size: 14pt;
	font-weight: normal;
}

.mainWrapper {
	max-width: 960px;
	min-width: 550px;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	position: relative;
	box-shadow: 0 3px 5px rgba(0,0,0,0.25);
	background-color: rgb(192,192,192);
	/*background-image: url(images/noise_192.png);*/
	background-image: url(http://makpoint.fi/lib/images/noise_192_300px.png);
}

.sideBanner {
	position: absolute;
	height: 100%;
	width: 180px;
	background: rgba(0,0,0,0.05);
	/*box-shadow: 3px 0px 3px rgba(0,0,0,0.25);*/
	border-right: 1px dotted rgba(0,0,0,0.1);
}

.siteHeader {
	position: relative;
	width: 100%;
	box-shadow: 0 3px 5px rgba(0,0,0,0.25);
	background: transparent;
	/*background-color: rgb(230,230,230);*/
	/*background-image: url(images/header.jpg);*/
	/*background-size: 960px 360px;*/
	background-image: url(http://makpoint.fi/lib/images/noise_64_300px.png);
	/*color: #c0c0c0;*/
}
.siteHeader a {
	text-decoration: none;
}
.siteHeader .logo {
	color: #c0c0c0;
	font-size: 18pt;
	padding: 10px 20px;
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
	/*background-color: rgba(0,0,0,0.15);*/
}
.siteHeader .logo .info {
	font-size: 14pt;
	margin-right: 25px;
}
.siteHeader .logo .info .blue {
	color: #6399ff;
}
.siteHeader .navigation {
	position: absolute;
	bottom: 0;
	/*border-top: 1px solid rgba(0,0,0,0.1);*/
	/*background-color: rgba(0,0,0,0.35);*/
	width: 100%;
}
.siteHeader .navigation .link {
	display: inline-block;
	position: relative;
	bottom: 0;
	font-size: 14pt;
	position: relative;
	color: #c0c0c0;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding: 3px 20px;
}
.siteHeader .navigation .link:hover {
	background-color: rgba(255,255,255,0.1);
}
.siteHeader .navigation .link.active {
	background-color: rgba(255,255,255,0.1);
}


.contentHeader {
	position: relative;
	height: 200px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}

.contentWrapper .navigation {
	position: absolute;
	top: 0px;
	left: 0;
	/*width: 180px;*/
	/*min-height: 500px;*/
	height: 100%;
	padding-top: 20px;
}
.contentWrapper .navigation h1 {
	display: block;
}

.contentWrapper .navigation .link {
	/*box-shadow: 0 1px 5px rgba(0,0,0,0.25);*/
	font-size: 14pt;
	position: relative;
	display: block;
	color: #000;
	/*text-align: center;*/
	/*text-transform: uppercase;*/
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 20px;
}

.contentWrapper .navigation .link:hover {
	/*background: rgba(0,0,0,0.05);*/
	text-decoration: underline;
}

.contentWrapper .navigation .link.active {

}

.contentWrapper {
	position: relative;
	font-size: 12pt;
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
}

.content {
	position: relative;
	/*margin: 10px;*/
	padding: 5px 10px;
	/*margin-left: 200px;*/
}


.footer {
	/*border: 1px solid black;*/
	height: 30px;
	/*line-height: 20px;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	box-shadow: 0 -3px 5px rgba(0,0,0,0.15);
	background-color: rgb(64,64,64);
	background-image: url(http://makpoint.fi/lib/images/noise_64_300px.png);
	text-align: center;
}

.footer span, .footer a {
	color: #c0c0c0;
	/*padding: 5px;*/
	line-height: 30px;
	padding: 0 10px;
}

.footer span.left {
	float: left;
}
.footer span.right {
	float: right;
}