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

body {
	font-size: 9px;
	font-family: monospace Geneva, sans-serif;
	background-color: #CCCCCC;


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

a:link { text-decoration: none; color: #000000;
font-size:9pt;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000;
font-size:9pt;
 }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 140px;
    overflow: auto;
	top:20px;
    bottom: 0;
	left: 20px;
	position:fixed;
	height:auto;
	background-color: #CCCCCC;
	
}

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

#menu ul li.section-title {

line-height:18pt;
color: #FF0066;
font-size: 9pt;
font-weight:bold;
line-height: normal;
margin-left: 0px;
}
      

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	padding-left: 50px;
	color: #CCCCCC;
}

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

}

#content p { 
width: 700px; 
margin-bottom: 9px;
line-height: 14pt;
margin-left: 5px;
font-size: 9pt;
color:#000000;
 }

p {
    margin: 0 0 12px 0;
	color: #000000;
	font-size:9pt;
}

h1 { font-size: 10pt; }
h2 { font-size: 10pt; }
h3 { font-size: 10pt; }
h4 { font-size: 10pt; }

#img-container	{
margin: 0; padding: 0;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#the-background {
position: fixed;
overflow: hidden;
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;
}
 p.nav a {
         background-color: #FF3366;
         padding-top: 3px;
         padding-right: 9px;
         padding-bottom: 3px;
         padding-left: 9px;
         font-size: 11px;
         font-family: monospace Geneva, sans-serif;
         -moz-border-radius-bottomleft:3px;
         -moz-border-radius-bottomright:3px;
         -moz-border-radius-topleft:3px;
         -moz-border-radius-topright:3px;}
     p.nav a:hover {
         background-color: #FF3366; }
     p.nav span#num {
         letter-spacing: 2px;
         font-family: monospace Geneva, sans-serif;
		 padding-left: 20px;}
	

