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

body {
	font-size: 11px;      
       font-family: times, sans-serif;
	background: #fff;
}

body.section-1 { font-size: 11px; line-height:15px;     
       font-family: times, sans-serif;
	background: #fff;}
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; line-height:5px; color: #000000; }
a:active { text-decoration: bold; line-height:5px; color: #000000; }
a:visited { text-decoration: none; line-height:5px; color: #000000; }
a:hover { text-decoration: line-through; line-height:5px; color: #000000;}

li.section-title:link { text-decoration: none; color: #000000; }
li.section-title:active { text-decoration: bold; color: #000000; }
li.section-title:visited { text-decoration: none; color: #000000; }
li.section-title:hover { text-decoration: line-through; color: #000000;}



a img { border: none; }

#menu {
    width: 215px;
height: 50px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 1%;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
line-height:15px;
}

#menu ul li{ 

}


#menu ul li.section-title { 	list-style: none;

}

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

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

#content p { width: 400px; margin-top: 20px;}

p {
    margin: 0 0 39px 0;
}

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

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

#once { clear: left; }