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

body {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	line-height: 13.5px;
	font-size: 11px;
	background: #fff;
}

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

a:link { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }
a:visited { text-decoration: none; color: #404040; }
a:hover { color: white; background-color: black; text-decoration: none; }

a img { border: none; }

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

#menu ul {
	list-style: none;
}

#menu ul li.section-title { padding-top: 16px; color: black; text-decoration: underline; font-style: normal; font-weight: normal; line-height: 13.5px; font-size: 11px; }

#content {
    padding-top: 22px;
    padding-bottom: 32px;
    margin-left: 215px;
    margin-bottom: 0px;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
}

.container {
	padding-left: 16px;
	padding-bottom: 24px;
	padding-right: 4px;
	padding-top: 16px;
}

#content p { padding-left: 32px; padding-bottom: 12px; width: 600px; }

p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

h1 { line-height: 13.5px; font-size: 11px; }
h2 { line-height: 13.5px; font-size: 11px; }
h3 { line-height: 13.5px; font-size: 11px; }
h4 { font-size: 11px; }

#img-container	{ padding-left: 32px; padding-bottom: 0; padding-right: 0; padding-top: 0; margin: 0; }
#img-container p	{ padding-left: 32px; padding-bottom: 12px; padding-right: 0; padding-top: 0; width: 400px; margin: 0; }

#once { clear: left; }