/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
@font-face {
    font-family: 'privetregular';
    src: url('font/privet-2014-webfont.eot');
    src: url('font/privet-2014-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/privet-2014-webfont.woff2') format('woff2'),
         url('font/privet-2014-webfont.woff') format('woff'),
         url('font/privet-2014-webfont.ttf') format('truetype'),
         url('font/privet-2014-webfont.svg#privetregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 22px;
	letter-spacing: 1px;
	word-spacing: -1px;
	font-family: 'privetregular', Futura, "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: b; color: #6495ED; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #FFFF00; }

a img { border: none; }

#menu {
    width: 260px;
    overflow: auto;
    top: 10px;
    bottom:  10px;
	left:  10px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

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

}

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

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }

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

#once { clear: left; }