/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
margin:0;
padding:0;
}
body {
background-attachment:fixed;
background-color:#FFFFFF;
background-position:left top;
background-repeat:no-repeat;
color:gray;
font-family:verdana,sans-serif;
font-size:10px;
margin:20px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
background-color:transparent;
}
a:link {
background-color:white;
background-repeat:repeat;
color:#989898;
font-style:normal;
font-weight:normal;
text-decoration:none;
}
a:visited {
background-color:#FFFFFF;
color:#989898;
text-decoration:none;
}
a:hover {
background-color:#FFFFFF;
color:#000000;
text-decoration:none;
}
a:active {
color:#FFFFFF;
text-decoration:none;
}
a img {
border:medium none;
}
#menu {
background:#FFFFFF none repeat scroll 0 0;
float:left;
width:215px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 10px;
}
#menu ul li.section-title {
margin:10px 0px 0px 0px;
border-bottom:1pt dotted #CECECB;
color:#848484;
font-family:"trebuchet ms";
text-transform:uppercase;
}
#content {
background-attachment:scroll;
background-color:white;
background-position:0 0;
background-repeat:repeat;
margin:0px 120px auto 235px;
max-width:700px;
min-width:700px;
}
#the-background {
height:100%;
left:0;
overflow:hidden;
position:fixed;
top:0;
width:100%;
z-index:1;
}
#wrapper {
height:100%;
left:20;
position:absolute;
top:20;
width:100%;
z-index:2;
}
.container {
font-family:verdana;
font-size:x-small;
padding:20px 20px 20px 20px;
}
#once {
clear:left;
}
