/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

@font-face {
	font-family: Eystudio3;
	src: url('http://www.weareey.com/Eystudio3.ttf');
}



* {
	margin: 0;
	padding: 0;
	
	
        
}

body {
	font-size: 13px;
	font-family:Eystudio3; Verdana, sans-serif;
	color: #26241C;
	background: #26241C;
       
 

}

body.section-1 { }
body.section-2 { }
body.section-3 {	background: #26241C; }

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: underline; }
a:present { text-decoration: none; color: #666666; }

a img { border: none; margin: -10px 0 -40px 0 }


#menu {
    width: 270px;
    overflow: auto;
    top: 0px;
    bottom: 10px;
	left: 0px;
    position: fixed;
    height: 100%;
        background: #fff;
        float: none;
        text-align:center;


}

#menu ul {
	list-style: none;
	margin: 40px 0px 0px 30px;
    padding: 0px 0px 0px 10px;
     background: #fff;
        text-align:left;
 
    
}

#menu ul li.section-title { margin: -40px 0 0px 0;
}

#content {
	font-size: 12px;
font-family: Eystudio3; Verdana, sans-serif;
color: #fff;

    height: 100%;
    margin: 0px 0px 0 315px;
    top: 0;
    background-color: #26241C;
    background: #26241C;
    
}

.container {
    padding: 5px 5px 5px 5px;
    image-container: #26241C;
    
   
    
    
}

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

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

#once { clear: left; }




