/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
margin: 0 auto;
    position: relative;
    font-size: 8px;
	font-family: serif;
	font-style: italic;
 	color: rgb(183,183,183);
	background: #fff;
}
@font-face {
  font-family: "test";
  src: url(http://www.michalseba.com/ndxz-studio/site/img/a_AlgeriusNrCmDn.ttf) format("truetype");
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: rgb(183,183,183); }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: rgb(183,183,183); }
a:hover { text-decoration: underline; }

a img { border: none; }
#menu_puv {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	padding: 10px;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	padding: 55px 10px 50px 20px;
	left: 0;
font-size: 14px;
    position: fixed;
    height: 100%;
}

#menu ul{
color:rgb(217,217,217);
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
  font-size: 16px;
  color:rgb(217,217,217);
	padding-bottom: 5px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 10px 5px 25px 5px;
}

#content p { 
  width: 840px; 
  line-height: 1.5;
  color:rgb(183,183,183);
  font-size: 12px;
  margin-bottom: 9px; 
  margin-left: 5px; 
}

p {
color:rgb(217,217,217);
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 10px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
