* { 
	margin: 0; 
}
    
html, 
body 
{ 
	font-family: 'Khula', sans-serif;
	height: 100%; 
	width:100%;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1,h2
{
	font-family: 'Lora', serif;
}

h2,h3
{
	margin-top:40px;
}
    
#wrapper 
{
	width:100%;
	min-height: 100%;
	height:     auto;
	height:     100%;
	margin:     0 auto -40px; /* -40px being the size of the footer */
	
}
    
#header 
{ 
	height: 150px; 
	background-color:#fef7ed;
	position: absolute;
  	left:0;
 	right: 0;
  	top: 0;
   	z-index: 10;
}
#header img
{ 
	height: 150px;
	position: absolute;
	right:45%;
}
 
.activeTab
{
	background-color:#FFF;
}

#content
{
	position: absolute;
	
	width:100%;
    top: 190px; /* Header Height */
    bottom: 40px; /* Footer Height */
    width: 100%;
}



#footer
{
	background-color:#fef7ed;
  	position: fixed;
  	left:0;
 	right: 0;
  	bottom: 0;
   	z-index: 20;
}

#footer ul
{
	margin: 0px;
	padding: 0px;
}

#footer ul li
{
	font-weight:bold;
	display: inline;
	float: left;
	margin: 0px;
	padding: 10px;
	padding-bottom:0px;
	width:150px;
	list-style: none;
}

#nav
{
  	position: fixed;
  	left:0;
 	right: 0;
  	bottom: 0;
   	z-index: 20;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
}

#nav ul li
{
	font-weight:bold;
	display: inline;
	float: left;
	margin: 0px;
	padding: 10px;
	padding-bottom:0px;
	width:150px;
	list-style: none;
}


#contentProjects
{
	position:absolute;

	top: 190px; /* Header Height */
    bottom: 40px; /* Footer Height */
	margin:0px;
	padding:0px;
	left: 15%;
	right: 15%;
	min-width:600px;
}

#footer, 
#nav 
{
	padding:0px;
	margin: 0px;
	height: 40px;	
}

#nav
{
	position: absolute;
  	top: 150px;
   	z-index: 300;
	border:1px solid #ccc;
	border-width:1px 0;
	text-align:center;
}

#nav ul
{
     position: relative;
     float: left;
     left: 50%;
     margin: 0 auto;
     padding: 0;
}

#nav li
{
	font-weight:bold;
     position: relative;
     float: left;
     right: 50%;
     margin-right: 10px;
     padding: 5px 10px;
     background: #fff;
     list-style: none;
	
}

video
{
	position:absolute;
	left:15%;
	top:22%;
}

a
{
	text-decoration:none;
	color:#ae5915;
}