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

* {
margin: 0;
padding: 0;
}

body {
font-size: 10px;
font-family: Arial;
color: #333333;
background: #ffff;
letter-spacing: 0.2em;
line-height: 200%;

}

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

a:link { 
text-decoration: none; 
color: #333333;
}
a:active { 
text-decoration: none;
color: #4b4b4b;
}
a:visited { 
text-decoration: none; 
color: #a5a5a5;
}
a:hover { text-decoration: none; color: #FFFFFF; background: #666; }

a img { border: 0px;}

#menu li.section-title { 
font-weight: bold;
text-align: left;
margin-top: 20px;
margin-bottom: 5px;
line-height: 115%; 
font-size: 10px

}

#menu {
width: 290px;
overflow: auto;
top: 0;
margin-top: 5px;
margin-left: 10px;
bottom: 0;
left: 0;
position: fixed;
text-align: left;
height: 100%;
font-size: 10px
}

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

#the-background {
position: fixed;
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;
}

#content {
height: 100%;
margin: 0 0 0 300px;
margin-top: 55px;
width:auto;
}

.container {
padding: 5px 5px 25px 5px;
margin-top: 3px;
margin-left: 15px;
}

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

p {
margin: 0 0 12px 0; 
}

h1 { 
font-size: 16px;
text-align: left;
font-weight: lighter;
color: #4b4b4b;
}
h2 { 
font-size: 16px; 
text-align: left;
font-weight: lighter;
}
h3 { 
font-size: 16px; 
}
h4 { 
font-size: 16px;
text-align: left;
font-weight: lighter; 
color: #c9c9c9;
letter-spacing: 0.05em;
line-height: 110%; 
}
h5 { 
font-size: 12px;
text-align: left;
font-weight: lighter;
color: #a9a9a9;
letter-spacing: 0.13em;
}
h6 {
font-size: 8px;
font-family: Arial;
color: #000000;
background: #fffff;
}
#img-container{
padding: 0;
margin-top: 11px;
}

#img-container p {
font: normal 10px arial, non-serif;
color: #a5a5a5;
width: 400px;
}


#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }