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

body {
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	background: #ffffff;
	
}

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

a:link { text-decoration: none;color: #222}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #222; }
a:hover { text-decoration: none; color: #333;}



a img { border: none; }

#menu {
    width: 220px;
    overflow: auto;
    top: 20;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fefefe;
	font-size: 10px;
	font-family: "Helvetica", sans-serif;
	font-weight: regular;
	letter-spacing: 1px;
	text-align: right;
	
	
}
	
	


#menu ul {
	list-style: none;
	margin: 0 40px 20px 0px;
}

#menu ul li.section-title { 
	color: #333;
	letter-spacing: 1px;
	font-weight: regular;
	margin: 0 0 5px 0;
	}

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

.container {
    padding: 5px 5px 25px 5px;
}
margin
#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 2px 40px;
}

h1 { font-size: 32px; font-family: Helvetica, sans-serif;font-weight: regular;}
h2 { font-size: 24px; font-family: Helvetica, sans-serif;font-weight: regular; }
h3 { font-size: 12px; font-family: Helvetica, sans-serif; font-weight: regular;}
h4 { font-size: 8px; font-family: Helvetica, sans-serif; font-weight: regular;}
h5 { font-size: 6px; font-family: Helvetica, sans-serif;font-weight: regular; }
h6 { font-size: 4px; font-family: Helvetica, sans-serif; font-weight: regular;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ height: 100px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
