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

body {
	background-attachment:fixed;
	background-image:url("../../../images/.png");
	background-repeat:no-repeat;
	background-position: -30px 102%;
	font-size: 22px;
	font-family: Verdana, sans-serif;
	color:#575757;
	font-family:Verdana,sans-serif;
	font-size: 11px;
}

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

a:link { text-decoration: none; color: #575757; }
a:active { text-decoration: none; color: #575757; }
a:visited { text-decoration: none; color: #575757; }
a:hover { 
	text-decoration: line-through; 
	text-color: #575757;

}

a img { border: none; 
}

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 10px;
    position: fixed;
    height: 100%;
color: ##575757;

	

}

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


}

#menu ul li.section-title {

border-bottem: #575757;
margin: 0 0 3px 0;

text-decoration: underline;
font-weight: bold;

}

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

.container {
    padding: 10px 30px 40px 10px;
	
}

#content p { width: 400px; margin-bottom: 10px; 
		font-family: "Comic Sans MS", cursive
		font-size: 15px;
		font-style: italic; 
		font-style: italic;	
		
	


}

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin: 10; padding: 10; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container img {
		
		padding-bottom: 5px;
		padding-top: 5px;

}
	
#once { clear: left; }