/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* 
{
 margin: 0;
 padding: 0;
}

body 
{
 font-size: 13px;
 font-family: Verdana, sans-serif;
 background-color: #fff;
}

body.section-1 
{
 
}

body.section-2 
{
 
}

body.section-3 
{
 
}

a:link 
{
 text-decoration: none;
 color: white;
}

a:active 
{
 text-decoration: bold;
 color: white;
}

a:visited 
{
 text-decoration: none;
 color: white;
}

a:hover 
{
 text-decoration: bold;
 color: white
}

a img 
{
 border-style: none;
}

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

#menu 
{
 width: 290px;
 overflow: hidden;
 top: 26px;
 bottom: 0;
 left: 66%;
 position: fixed;
 height: 85%;
 background-color: #679FDB;
}

#menu ul 
{
 list-style: none;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 5px;
 margin-left: 5px;
}

#menu ul li.section-title 
{
 font-size: 16px;
 color: white;
}

#content 
{
 height: 100%;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 12%;
 top: 0;
}

.container 
{
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
}

#content p 
{
 width: 75%;
 margin-bottom: 2px;
}

p 
{
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 2px;
 margin-left: 5px;
 color: #CFD8E3;
}

h1 
{
 margin: 0;
 font-size: 32px;
 color: white;
}

h2 
{
 font-size: 24px;
 color: white;
}

h3 
{
 font-size: 18px;
 color: white;
}

h4 
{
 font-size: 16px;
 color: white;
}

#iframed 
{
 padding: 4%;
 max-height: 330px;
 max-width: 534px;
 overflow: hidden;
}

#img-container 
{
 margin: 0;
 padding: 0;
}

#img-container p 
{
 width: 100%;
 margin: 0;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 2px;
 padding-left: 0;
}

#once 
{
 clear: left;
}