/* CSS Document */
body{
	background-color:#f0ece9;
	width:100%;
	height:100%;
	margin:0px;
}
html{
	width:100%;
	height:100%;	
}
h1{
	margin:0px;
	font-size:24px;
}
h2{
	margin:0px;
	font-size:18px;
	margin-top:10px;
}
a{
	text-decoration:none;
}

#menuBtm{
	background-color:#00a79d;
	position:fixed;
	height:100px;
	width:100px;
	top:0px;
	left:0px;
}
#menu{
	position:fixed;
	top:100px;
	left:0px;
	width:100%;
	margin-bottom:100px;
	height:100%;
    height: -moz-calc(100% - 100px); 
    height: -webkit-calc(100% - 1100px); 
    height: calc(100% - 100px); 
	background-color:#f0ece9;
	display:none;
	overflow:auto;
}
.menuItem{
	position:relative;
	width:100%;
	height:70px;
	font-size:20px;
}
.menuItem:hover{
	background-color:#00a79d;
	color:rgba(255,255,255,1.00);
}
.icoon{
	margin:5px;
	margin-left:18px;
	height:65px;
}
.menuTxt{
	position:absolute;
	left:90px;
	top:25px;
}

.header{
	background-color:#00a79d;
	color:rgba(255,255,255,1.00);
	position:fixed;
	height:100px;
	width:100%;
	left:100px;
	top:0px;
}
.content{
	padding:15px;
}
.foot{
	background-color:#00a79d;
	color:rgba(255,255,255,1.00);
	padding:10px;
}

