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

body {
	font-size: 15px;
	font-family: "Georgia, "Times New Roman", Times, serif";
	background:url('../img/page-bg.jpeg');
}

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

a:link { text-decoration: none; color: #666; border: none; }
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #666; }
p { color: #666; }

a img { border: none; }

img {
	border: none;
	}

#menu {
    line-height: 1.4em;
    color: #666;
    width: 300px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: none;
}

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

#menu ul li.section-title { 
	font-style: non;
	font-weight: bold;
	margin-top: 30px;
}

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

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

#content p { 
	color: #666;
	width: 700px; 
	margin-bottom: 9px;
}

p {
    color: #666;
    width: 700px;
    margin: 0 0 9px 0;
    top: 20px;
}

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: 0 0 12px 0; }

#once { clear: left; }

div.container {
	color: #666;
}

#menu h2 {display: none;}

.nextarrow {
display: inherit;
border: none;
width: 41px;
height: 15px;
background:url(../img/next.png);
}

.prevarrow {
display: inherit;
border: none;
width: 41px;
height: 15px;
background:url(../img/prev.png);
}