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

body {
	font-size: 9px;
	font-family: arial, serif;
	line-height: 13px;
	letter-spacing: 0.8px;
	background: #fff;

}

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

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: black; }

a img { border: none; }

#menu {
    width: 215px;
	overflow: auto; 
	margin-top: 15px; 
	margin-bottom: 0; 
	margin-left: 10px; 
	background-color: #fff; 
	text-decoration: none; 
	position: fixed; 
	height: 100%; 
	border-left: 5px solid #ffffff; 
	border-right: 5px solid #ffffff; 
}

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

#menu ul li.section-title { }

#content {
    height: 1000px;
   	position: absolute; 
	top: 123px; 
	left: 280px;
background-color: #fff
	right: inherit; 
	bottom: inherit; 
	list-style-position: inherit; 

}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-family: font-family: Times New Roman, Times,serif; font-style: italic; font-size: 70px; text-decoration: none; }
h2 { font-family: font-family: Times New Roman, Times,serif; font-style: italic; font-size: 70px; text-decoration: none; }
h3 { font-family: font-family: Times New Roman, Times,serif; font-style: italic; font-size: 70px; text-decoration: none; }
h4 { font-family: font-family: Times New Roman, Times,serif; font-style: italic; font-size: 70px; text-decoration: none; }

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

#once { clear: left; }