/**
* 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; line-height: 18px;
    background: #fff;
}

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

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; color: grey; }

a img { border: none; }

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

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

#menu ul li.section-title { 
	background: none repeat scroll 0 0 none;
    display: inline-block;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 12px; 
}

#menu ul li a{
    color: #333333;
    line-height: 1.5em;
    padding: 1px;
    margin: 0 0 0px 15px;
}

#menu ul li a:link {
    background: none repeat scroll 0 0 none;
    text-decoration: none;
    font-style:italic; 
    margin: 0 0 0px 15px;

}

#menu ul li a:active {
    background: none repeat scroll 0 0 none;
    text-decoration: none;
    font-style:italic; 
    margin: 0 0 0px 15px;

}

#menu ul li a:visited {
    background: none repeat scroll 0 0 none;
    text-decoration: none;
    font-style:italic; 
    margin: 0 0 0px 15px;

}

#menu ul li a:hover {
    background: none repeat scroll 0 0 #f2f2f2;
    text-decoration: none;
    font-style:italic; 
    margin: 0 0 0px 15px;

}

#menu ul li.active a {
    background: none repeat scroll 0 0 gray;
    color: #ffffff;
    font-style:italic;
    margin: 0 0 0px 15px;
 

}

#menu .container {
    padding-left: 30px;
    padding-right: 60px;
}

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

.container {
    padding: 20px 5px 2px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { 
    background: none repeat scroll 0 0 none;
    display: inline-block;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 15px; 
    font-weight: normal; 
    margin-bottom: 21px;
    }

h2 { 
    background: none repeat scroll 0 0 #ffffff;
    font-size: 12px; 
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    line-height: 18px;
    display: inline-block;
    font-weight: normal;
}

h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }