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

body {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

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

a:link { text-decoration: underline;
	color: #000;
	}
	
a:active { text-decoration: underline;
	color: #000;
	}

a:visited { text-decoration: underline; 
	color: #000;
	}

a:hover { color: #000;
	background-color: yellow;
	}

a img { border: none; }

#menu {
    width: 160px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    background-color: #FFF;
}

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

#menu ul li.section-title {
	font-family: 'Courier New', Georgia, serif;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted #000;
	background-color: #eeeeee;
}
	
#menu ul li.section-title a {
		font-variant: small-caps;
}
		
	
#menu .container {
    padding: 20px 0px 0px 20px;
}	
	
#menu .container p	{
    margin: 0 0 20px 0;
}


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

#content .container {
    padding: 20px 0px 0px 20px;
}

#content .container p {
    margin: 10px 0 30px 5px;
    padding-left: 5px;

}

.container p strong {
	color: #000;
	}

#content p { 
	width: 400px;
}

p {
    margin: 0 0 0 0;
}

h1 { font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	}
	
h2 { font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	}
	
h3 { font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	}

h4 { font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	}
	

#img-container	{ margin: 0; padding: 0; }

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

#once { clear: left; }
