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

body {
	font-size: 11px;
	font-family: "Andale Mono",Courier,Mono;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 1.7em;
	background:transparent, none, repeat, scroll 0 0;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000; }
a:hover { color:#666666; }

a img { border: none; }

#menu {
    width: 215;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: transparent url(http://www.monavale.ch/files/gimgs/bg.png) repeat scroll 0 0;
}

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

ul.menu li a:hover { background-color:#000000; border-bottom:medium none; color:#FFFFFF; text-decoration:none; }

#menu ul li.section-title { }

#content {
	margin: 0 0 0 150px;
   	bottom:0;
	height:100%;
	left:26px;
	top:0;
	right: 0;
}

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

#content p { width: 800px; margin-bottom: 0px;}

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: 0; padding: 0; }
#img-container p	{ width: 400x; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }