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

#wrapper { width: 960px; margin: 0 auto; text-align: right; }

.clear-both { clear: both; }


body {
	background-repeat: repeat; background-attachment: fixed;
	background-image: url(http://noeno.1415.be/files/bg/happiness.gif);
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 1px;
	color: black;
	font-size: 11px;
}

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

a img { border: none; }

#line {
    
    width: 100%;
    height: 5px;
    overflow: auto;
    top: 0;
    color: #8edbe7;
    bottom: 0;
	left: 0;
    height: 100%; text-align:right
}

#menu {

    line-height: 0px;

    font-style: normal;
    font-weight: normal;
    text-align: left;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    height: 100%;
    margin: -4px 0 0 140px;
    float: left;

}

#menu ul {
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-shadow: 0px 0px;
	color: black;
	list-style: none;
	margin: 0 0 12px 0;
}

 #menu ul li.active a { 
    background-color: #bf2f39; 
    color: white;
    background: #none
}

#menu ul li.section-title { font-weight: bold; text-transform: lowercase; font-family: "Zapf Chancery"; font-size: 20px; color: black; line-height: 26px; letter-spacing: 0px; text-align: left;
}

/* custom for the doods */
.lmark { float: left; margin-bottom: 9px; }
.rmark { float: right; text-align: right; margin-bottom: 9px; }
.clmark { clear: both; }

#content {
    line-height: 14px;
    color: black;
    height: 100%;
    margin: 20px 0 0 320px;
    top: 0; text-align: left
}

.container {
    padding: 5px 21px 21px 21px;
}

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { text-transform: none; font-style: normal; font-weight: bold; text-transform: lowercase; font-family: "Zapf Chancery"; font-size: 20px; color: black; line-height: 46px; letter-spacing: 0px; text-align: left;
}
h2 {
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 1px;
font-weight: bold;
	color: #999933;
	font-size: 10px;
	font-family: helvetica, sans-serif;
}
h3 {	font-size: 21px;
	font-family: helvetica, sans-serif; font-weight: bold; color: black; line-height: 26px; letter-spacing: -1px;
}
h4 { font-size: 12px; }

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


#once { clear: left; }