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

body {
	font-size: 11px;
	font-family: Arial, san serif;
	letter-spacing: 0.5px;
	color:#fffff;
	background-color: #ffff;
}

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

a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #C0C0C0; }
a:hover { text-decoration: underline; color: #909080; }

a img { left: 10px; border: none; }

#menu {
    width: 305px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 5px;
    position: fixed;
    height: 100%;
	background-color: #fffff;
	font:Arial, san serif
	font-style: italic;
}

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

#menu ul li { margin-left: 1px; }

#menu ul li.section-title { 
	line-height: 17px;
	margin-bottom: 6px;
	margin-top: 6px;
	padding: 5px 5px 5px 5px
	text-decoration: none; 
	font:Arial, san serif;
	font-style: bold;
	letter-spacing: 1.5px
	color: #ffffff; font-size: #ffffff;  
	font-weight: bolder;
	border-bottom: 1px dotted #000000;
}

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

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

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

p {
    margin: 9px 9px 9px 9px;
}

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

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

.horizontal_dotted_line
{
border-top: 1px dotted #000000;
width: 780px;
} 

#once { clear: left; }