OUD: 

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

body {
	font-size: 12px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	background: #fff;
}

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

a img { border: none; }

#menu {
	right: 0px
	z-index: auto; 
	position: fixed;
	background-color: white;
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
	background-image: url(http://www.sannemaloe.com/files/backgroundmenu1.jpg);
	background-repeat: repeat-y;
	
} 

#menu a:link { text-decoration: none; color: white; font-style: italic; font-size: 18px; font-family: Palatino Linotype, Book Antiqua, Palatino, serif; }
#menu a:active { text-decoration: none; color: white; font-style: italic; font-size: 18px; font-family: Palatino Linotype, Book Antiqua, Palatino, serif; }
#menu a:visited { text-decoration: none; color: white; font-style: italic; font-size: 18px; font-family: Palatino Linotype, Book Antiqua, Palatino, serif; }
#menu a:hover { text-decoration: none; background-color: #10f188; color: white; }


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

#menu ul li.section-title { font family: Palatino Linotype, Book Antiqua, Palatino, serif; font-style: italic; text-decoration: line-through; font-size: 18px; color: #FFFFFF;

}


.container {
    padding: 25px 15px 25px 15px;
}
      
#content {
    height: 100%;
    margin: 0 0 0 301px;
    top: 0;
}

#content
a:link { text-decoration: none; color: #10f188; font-style: none; font-size: 12px; font-family: Arial; }
a:active { text-decoration: none; color: #10f188; font-style: none; font-size: 12px; font-family: Arial; }
a:visited { text-decoration: none; color: #10f188; font-style: none; font-size: 12px; font-family: Arial; }
a:hover { text-decoration: none; color: white; background-color: #10f188; font-size: 12px; font-family: Arial; }



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

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

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: 500px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
