/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	font: 12px/13px Georgia, "Times New Roman", Times, serif;
	color: black;
	text-align: left;
	word-spacing: 1px;
}

/* My Comment */

em {
	font-style: italic;
	line-height: 23px;
}

strong {
	font-weight: bold;
}

body {
	background: #fff;
}

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

a:link {
	text-decoration: none;
	color: black;
	font-style: italic;
}
a:active { text-decoration: none;
	color: black;
}
a:visited { text-decoration: none; color: black; }
a:hover {
	color: silver;
}

a img { border: none; }

#menu {
    width: 320px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 330px;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 100%;
}

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

#menu ul li.section-title { }

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

#content div.container p {
	line-height: 15px;
	margin-bottom: 7px;
	letter-spacing: 0;
	font-weight: normal;
	font-style: normal;
}


.container {
    padding: 15px;
	margin-left: 65px;
	margin-top: 60px;
}

#content p { width: 700px; margin-bottom: 8px;
	text-align: justify;
	letter-spacing: 0;
}

#img-container p.nav {
	margin-top: -2px;
}


p {
    margin: 0 0 20px;
	letter-spacing: 0;
}

p {
}

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

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

#once { clear: left; }