

#img-container p { margin-bottom: 18px; }
#img-container p span { line-height: 18px; }



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

body {
	letter-spacing: 1px;
	font-size: 9px;
	font-family: helvetica, arial, sans-serif;
	color: #aaa9a9;
	line-height: 12px;
	margin-left: 30px;
	margin-top: 12px;

}

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

a:link { text-decoration: none; color: #4A4A4A;}
a:active { text-decoration: none; color: #d2fd80;}
a:visited { text-decoration: none; color: #959595; }
a:hover { text-decoration: none; color: #5bdaf4;}

a img { border: none; }

#menu {
    text-align: left;
    width: 200px;
    overflow: auto;
    top: 15px;
    bottom: 15px;
	left: 732px;
    position: fixed;
	background-color: #fff;
	line-height: 15px;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	border-top: 1px dotted #f7c2fd; padding-top: 10px; 
	line-height: 1.35em;
}

#menu ul li.section-title {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	}

#menu li.active a { 
	color: #d2fd80; 
	}

a.activelink { 
	color: #d2fd80;
	}

#content {
	height: 100%;
	margin: 0;
	top: 15px;
	border-top: 1px dotted #d2fd80; padding-top: 10px;
	
}

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

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

p {
    margin: 0 0 10px 0;
}

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

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

#once { clear: left; }