﻿html {
	height : 100%;
}

body {
	margin : 0px;
	height : 100%;
}

#navArea {
	height : 45%;
	min-height : 300px;
	background-color: #79B595;
}

#navButtonArea {
	display : table;
	margin : 0px auto;
	min-height : 100px;
}

#navHeader {
	display : table;
	margin : 0px auto;
	height : 60%;
	min-height : 200px;
}

.navButton {
	margin-left : 20px;
	margin-right : 20px;
	cursor: pointer;
}

#center {
	max-height : 50%;
	padding : 10px;
	overflow : auto;
}

.contentPart {
	vertical-align : middle;
}

.post {
	margin : 0% 20%;
}

.postTitle {
	font-family : "Verdana";
	font-weight : bold;
	font-size : 16px;
}

.postContent {
	font-family : "Verdana";
}

#toolsButtons
{
	display : table;
	margin: 0px auto;
	clear : both;
}

.toolButton
{
	margin : 10px;
	cursor: pointer;
}


#footer {
	position: absolute;
	top : 95%;
	bottom : 0;
	left : 0;
	right : 0;
	background-color: #514F61;
}