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

body {
	font-size: 14px;
    line-height:20px;
	font-family: sans-serif;
	letter-spacing:1px;
	word-spacing:-1px;
	background: #fff;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { border-bottom:3px solid #000 }

a {
    color:#000;
}

a img { border: none; }

#frame {
    max-width:1200px;
    min-width:700px;
    margin:0 auto;
}

html {overflow-y: scroll;}
#menu {
    margin:20px auto;

}

#menuouter {
    
}

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

#menu {
	margin-left:80px;
}

#menu ul li.section-title { 
    margin-bottom:8px;

     
}

#img-container {
	margin-top:650px;
}

#img-container.notopmargin {
	margin-top:220px;
}



#menu ul li {
     margin-left:0px;
     text-align:left;
}

#menu ul li.active a {
    border-bottom:3px solid #000;
}

#content {
    
    top: 0;
    clear:both;
    
}

#caption {
    position:fixed;
    width:400px;
    height:20px;
    text-align:center;
}

#maintext {
	position:fixed;
	width:700px;
	z-index:-1000;
}

#maintext.box {

    background-color:#ffff4f;
    padding:220px 76px 240px;
}

#menu {
	position:fixed;
	top:8px;
}

.container {
    padding: 5px 5px 25px 5px;
}



#content p { 
    
    margin: 12px 80px 0px;
 
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }


#img-container img {
	margin-bottom:50px;
}

#img-container span
    {
        display:none;
    }
#img-container p	{
    text-align:center;
    margin: 0;
    padding: 0 0 12px 0;
}

#once { clear: left; }


