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

body {
	margin-right: 0px;
	margin-left: 50px;
	margin-top: 0;
	margin-bottom: 0;
    height: 100%;
	font-size: 11px;
	font-family: Arial, sans-serif; 
	background: #fff;
	color: #4a4849;
	width: 800px;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

a img { border: none; margin-bottom: 0; }

#menu {
    width: 275px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	font-size: 11px;
	font-family: arial, sans-serif; 
	background-color: #fff;
	opacity: 0.9;
	text-align: left;
}

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

#menu .container { padding: 50px 11px 0 50px; }
}

#menu ul li.section-title { }

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

.container {
    padding: 17px 0px 0px 0px;
}

#content p { margin-bottom: 0px; margin-top: 10px; padding: 20px 0 0 0; }

p {
    margin: 0 0 0px 0;
}

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

#img-container	{ margin: 5px 0 -20px 0; padding: 0; }
#img-container p	{ margin-bottom: 0; padding: 0px 0 0 0; }

#once { clear: left; }