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

body {
	font-size: 18px;
	font-family: Times New Roman;
	letter-spacing: 0.3em;
	line-height: 2px;
	color: rgb(0%,0%,0%);
	text-decoration: none;
	text-align: center;
	font-weight: 300; 

}

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

a:link { text-decoration: none; color: rgb(0%,0%,0%); }
a:active { text-decoration: none; color: rgb(0%,0%,0%); }
a:visited { text-decoration: none; color: rgb(0%,0%,0%); }
a:hover { text-decoration: none; font-weight: bold; color: rgb(0%,0%,0%); letter-spacing: 0.8em; }

h1:hover { text-decoration: none; font-weight: bold; color: rgb(0%,0%,0%); letter-spacing: 0.8em; line-height: 160%; }
h2:hover { text-decoration: none; font-weight: bold; color: rgb(0%,0%,0%); letter-spacing: 0.8em; line-height: 160%; }
h3:hover { text-decoration: underline; font-weight: bold; color: rgb(0%,0%,0%); letter-spacing: 0.8em; line-height: 160%; }
h4:hover { text-decoration: underline; font-weight: bold; color: rgb(0%,0%,0%); letter-spacing: 0.8em; line-height: 160%; }
h5:hover { text-decoration: none; font-weight: bold; color: rgb(0%,0%,0%); letter-spacing: 0.8em; line-height: 160%; }
h8:hover { text-decoration: underline; font-weight: bold; color: rgb(0%,0%,0%); letter-spacing: 0.8em; }
h9:hover { text-decoration: none; font-weight: bold; color: rgb(0%,0%,0%); letter-spacing: 0.8em; }


a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 25px;
    bottom: 250px;
	left: 25px;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title { }

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

.container {
    padding: 0px 0px 0px 0px;
}

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

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 30px; font-weight: 800; }
h2 { font-size: 26px; font-weight: 100; font-style: italic; }
h3 { font-size: 24px; font-weight: 100; }
h4 { font-size: 18px; font-weight: 100; color: rgb(100%,100%,100%); }
h5 { font-size: 10px; font-weight: 100; }
h6 { font-size: 28px; font-weight: 100; line-height: 85%; letter-spacing: 0.1em; }
h7 { font-size: 14px; font-weight: 100; line-height: 80%; letter-spacing: 0.1em; font-style: italic; }
h8 { font-size: 24px; font-weight: 100; line-height: 85%; }
h9 { font-size: 24px; font-weight: 100; line-height: 120%; }



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

#once { clear: left; }
