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

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: #fff;
}

body.section-1 h2 {
    display: inline;
    line-height: 1.8em;
    background-color: #fff;
    padding: 5px;
}

body.section-1 h4 {
    display: inline;
    line-height: 1.8em;
    background-color: #fff;
    padding: 2px;
}

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

body.section-4 h2 {
    display: inline;
    line-height: 1.8em;
    background-color: #fff;
    padding: 5px;
}

body.section-4 h4 {
    display: inline;
    line-height: 1.8em;
    background-color: #fff;
    padding: 2px;
}


a:link { text-decoration: none; color: #52b0b0 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #52b0b0 }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 265px;
    overflow: auto;
    top: 24px;
    bottom: 40px;
	left: 10px;
    position: fixed;
    height: 540px;
	background-color: #fff;
}

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

#menu ul li.section-title {
	font-weight: bold;
	color: #000;
	 }

#content {
    height: 100%;
    width: 800px;
    margin: 20px 0 0 340px;
    top: 0px;
}

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

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

p {
    margin: 0 0 9px 0;
    }

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

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

#once { clear: left; }