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

body {
	font-size: 13px;
	font-family: Garamond, Georgia, Verdana, Helvetica, sans-serif;
	background: #fff;
	
}

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

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

a img { border: none; padding: 0 0 20px 0}


#menu {
    width: 225px;
    float: left;
    overflow: auto;
    top: 20px;
    bottom: 0;
    left: 20px;
    position: relative ;
    height: auto;
background: white;
opacity: .8;
	}

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}

#menu .container { padding: 20px 0px 20px 10px; }

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

#menu ul li.section-title {
    font-size: 16px; 
    color: black;
    font-variant: small-caps;
    font-style: ;
    font-weight: ;
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 10px 0px;
}

#menu ul li a {
	margin:0 0 0 0px;
        font-style: ;
     
}

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

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

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

p.nav { font-size: 12px; }

p {
    margin: 0px 0px 0px 0px;
}

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

#once { clear: left; }
