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

body {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	/**background: ##fff*/
}

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

a:link { background: #ffffff; color: #000; text-decoration: none; }
/**a:link { text-decoration: underline; color: #001d4b; }*/
a:active { background: #ffffff; color: #000; text-decoration: none; } /**text-decoration: none;*/
a:visited { background: #ffffff; color: #000; text-decoration: none; } /**text-decoration: none; color: #000000;*/
a:hover { background: #ffffff; color: #000; text-decoration: none;} /**text-decoration: underline;*/
a img { border: none }

#menu {
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: transparent;	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	margin-left: 20px;
	
}

li.section-title { text-decoration: none; color: black; font-size: 11px;
	font-family: Arial, Helvetica, sans-serif ; }

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

}

#menu ul li.section-title { }

#content {
/**orizontal rectangle with project description*/
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
	
}

/**.container {

	padding: 25px 25px 25px 25px; }*/
	#content .container { padding: 28px 28px 28px 28px; }
	#menu .container { padding: 30px 30px 30px 30px; }


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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; color: #000000; font-weight: normal;line-height: 40px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; color: #000000; font-weight: normal;line-height: 20px;}
h4 { font-size: 12px; }

#img-container	{ background:transparent; margin: 0; padding: 0; }
#img-container p	{ background:transparent; width: 480px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }