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

body {
	font-family: "Courier New",Courier;
font-size:11px;
font-color:#000000;

}



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

a:link {    
  text-decoration: none; color:#333333;
 }
a:active {  text-decoration: underline ;color:#000000;
 }
a:visited {  color:#444444; text-decoration: none;
 }
a:hover {  text-decoration: underline;color:#000000;
 }

a img { border: 0; }

#menu {
background:#FFFF33 none repeat scroll 0 0;
left:20px;

position:fixed;
text-align:left;
font-color:#000000;
top:40px;

 
}

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

#menu ul li.section-title {
font-color:#000000; font-size:11px; line-height:20px;

  }

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

.container {
}

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

p {
    margin: 0 0 0 16px;
}

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

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

#once { clear: left; }

#wrapper {
    position: absolute;
    z-index:2;
    width: 100%;
    height:100%;
    top:0;<
    left:0;
}

