/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial; 
	font-style: none; 
  font-size: 12px;
  text-decoration: none;
	background: #fff;
	color: #000000
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
body.section-4 { }

a:link { text-decoration: none; color: #000000 }
a:active { text-decoration: none; color: #00FFFF }
a:visited { text-decoration: none; color: #808080}
a:hover { text-decoration: none; color: #0000ff }

a img { border: none; }

h4 { font-size: 30px; font-family: Arial; 
  font-style: none; colour: #0000ff}

#menu 
{
    width: 380px;
    overflow: hide;
    top: 20px;
    bottom: 0;
	  left: 20px;
	  position: fixed;
    height: 100%;
	  background-color: #FFF;
	  font-size: 30px;
	  font-family: Arial; 
	  font-style: none;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-family: Arial; 
	font-style: none; 
  font-size:12px;
}

#menu ul li.section-title { 
font-family: Arial; 
	font-style: none; 
  font-size: 30px;
  text-decoration: none;
  }

#content {
    height: 100%;
    margin: 20px 20px 20px 440px;
    top: 0;
    background-color: none;
    font-size: 12px;
	  font-family: Arial; 
	  font-style: none;
}

.container {
    padding: 5px 5px 5px 20px;
}

#content p { width: 400px; margin-bottom: 10px; }

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 30px; 
  font-family: Arial; 
  font-style: normal; font-weight: normal; } 
h2 { font-size: 30px; 
  font-family: Arial; 
  font-style: normal; font-weight: normal;  }
h3 { font-size: 16px; font-style: normal;}




#img-container	{ margin: 20px 0px 0px 0px; padding: 0px 0px 10px 0px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 10px 0; }

#once { clear: left; }