/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 40;
	padding: 0;
}
#logo { font-family: arial, Helvetica, Courier; font-size:20px; font-style:normal; text-decoration: none;  }
body {
	font-size: 12px;
	font-family: Courier new; color:#000000;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 {font-size: 10px; }

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

a img { border: none; }

#menu {
    width: 177px;
    overflow: auto;
    top: 80;
    bottom: 0;
	left: 40px;
    position: fixed;
    height: 98%;
	background-color: #fff;
}

#menu ul {
	list-style: none; color: #000000;
	margin: 0 0 40px 0;
}

#menu ul li.section-title { }
#menu ul li.active a {
        text-decoration: none; color:#999999;
        background: #none
        
         }
#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-family: "Times New Roman", Times, serif; Courier; color:#000000; font-size: 14px; }
h2 { font-size: 24px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
/* SLIDE SHOW - Navigation */
        p.nav a {
            background-color: #FFFFFF;
            padding-top: 6px;
            padding-right: 6px;
            padding-bottom: 3px;
            padding-left: 9px;
           font-size: 11px;
           font-family: Courier new; color: black;
           -moz-border-radius-bottomleft:3px;
           -moz-border-radius-bottomright:3px;
           -moz-border-radius-topleft:3px;
           -moz-border-radius-topright:40px;}
       p.nav a:hover {
           background-color: #FFFFFF;}
       p.nav span#num {
           letter-spacing: 2px;
           font-family: Courier new; color:#333333;
           
           padding-left: 20px;}
#img-container p.nav { margin-bottom: 20px; margin-top: 20px; }

