/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Lucida Sans Unicode', sans-serif;
   	}
	
body.section-1 { background-color: #FFFFFF; }
body.section-2 { }
body.section-3 { }

a:link { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }

a img { border: none; }

#menu {
	padding-top: 30px;
	padding-left: 20px;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
	font-weight: normal;
}

#menu .container p {
	font-size: 11px;
	font-family: Lucida Sans Unicode, sans-serif;
	font-weight: normal;

}

#menu .container .copyright {
	color: #CCCCCC;
	font-size:11px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 25px;
	font-size:11px;
}

#menu ul li.section-title {
	  font-family: 'Syncopate', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.082em;
  word-spacing: 0em;
line-height: 1.2;
color:#000000;
}


#content {
    height: 100%;
	margin-left: 300px;
	margin-top: 30px;
    top: 0;

}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { font-size: 11px; width: 400px; margin-left: 100px; margin-bottom: 15px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { 
  font-family: 'Syncopate', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.082em;
  word-spacing: 0em;
line-height: 1.2;
}
h4 { font-size: 12px; }

#img-container	{ margin-left: 100px; padding: 0; }
#img-container p	{ width: 400px; margin-left: 100px; padding: 0 0 11px 0; }

#once { clear: left; }	
