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

body {
	font-size: 12px;
	font-family: georgia, times;
	background: #fff;
	
}


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

li.active a { text-decoration: underline; 
color: #332E25;
font-family: verdana, sans-serif;}
a:link { text-decoration: none; 
         color: #5b5b5b;
		 font-family: verdana, sans-serif;
		 font-size: 10px
         }
a:active { text-decoration: none; color: #000000;
font-family: verdana, sans-serif;
	 font-size: 10px}
a:visited { text-decoration: none; color: #5b5b5b;
font-family: verdana, sans-serif;
	 font-size: 10px}
a:hover { text-decoration: none; color: #ffe26c; 
font-family: verdana, sans-serif;
	 font-size: 10px}

a img { border: none; }

#menu {
    width: 157px;
    overflow: visible;
    top: -18px;
    bottom: 30px;
	right: 1060;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	opacity: 0.5;
	padding: 0px 12px 25px 3px;
	rgba(255,255,255,0.8);
	
}

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

#menu ul li.section-title {
	font-size: 14px;
	color: 332E25;
	border-bottom: dotted 1px #332E25;
	font-family: Baskerville Old Face, Baskerville Old Face;
	background: #fff;
	font-style:normal;
	margin: -13px 0 4px 0px;
	rgba(255,255,255,0.8);
}

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

.container {
    padding: 50px 15px 5px 10px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 10px;
     font-family: Verdana, sans-serif;
	 border-bottom: solid 5px #fff;
	 font-weight: 100;
	 color: #000;
	 font-style: normal}

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 12px 0; }

#once { clear: left; }

#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;
}


