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

body {
	font-size: 10px;
	font-family: Arial, sans-serif;
	background: #fff;
}

#name{
font-size: 18px;
text-transform:uppercase;
color:#888;
}

body.section-1 { 

}
body.section-2 { 

}
body.section-3 { 

}



#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	color:#888;
	font-size:12px;
	line-height:120%;
}


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

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

a img { border: none; }

#menu ul li.section-title { 
text-transform:uppercase;
font-size:13px;
margin-bottom:5px;
}

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

#new_nav{
	position:fixed;
	top:50px;
	left:0px;
	z-index:2000;
	letter-spacing:3px;
}

#new_nav span{
color:#888;
}

#new_nav a#prev{
color:#f00;
position:relative;
font-size:34px;
text-decoration:none;
margin-right:5px;
top:4px;
outline:0;
}


#new_nav a#next{
color:#f00;
position:relative;
text-decoration:none;
margin-right:8px;
font-size:34px;
top:4px;
outline:0;
}

#new_nav a#next:hover{color:#aaa;}
#new_nav a#prev:hover{color:#aaa;}

#main_text{
	position:fixed;
	left:0px;
	top:170px;
	margin-bottom:5px;
}

#tit_cap p{
position:fixed;
display:inline;
width:20px;
margin-top:90px;
text-style:italic;
}

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

#content p {
position:absolute;
top:350px;
left:20px;
margin-bottom: 9px;
font-size:13px;
color:#888;
width:230px;
}

p {
    margin: 0 0 14px 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	{
z-index:1000;
position:fixed;
top:350px;
width: 240px;
margin-bottom: 9px;
padding: 0 0 12px 0;
}

#once { clear: left; }

