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

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #fff;
	line-height: 16px;
}

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #000; background: #ff0 }

a img { border: none; }

#menu {
	font-size: 12px;
	text-align: center;
    width: 280px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;

}

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

#menu ul li.section-title { }

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

.container {
    padding: 40px 5px 25px 10px;
}

#content p { width: 420px; margin-bottom: 10px; }

p {
    margin: 0 0 10px 0;
}
h { width: 420px; font-size: 26px; line-height: 28px; margin-bottom: 10px;}
h1 { width: 420px; font-size: 24px; line-height: 26px; margin-bottom: 10px;}
h2 { width: 420px; font-size: 20px; line-height: 22px; margin-bottom: 10px;}
h3 { width: 420px; font-size: 16px; line-height: 18px; margin-bottom: 10px;}
h4 { width: 420px; font-size: 12px; line-height: 14px; margin-bottom: 10px;}

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

#once { clear: left; }