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

body  { font-size: 11px; font-family: Helvetica; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }

body.section-1 { }
body.section-2 { }
body.section-3  { text-decoration: none }

a:link  { color: black; text-decoration: none }
a:active   { color: #cb0017; text-decoration: none }
a:visited  { color: #666; text-decoration: none }
a:hover   { color: white; text-decoration: none; background-color: #cb0017 }

a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
	background-color: FCE2CE;
}

#menu ul   { color: #cb0017; list-style: none; margin: 5px 10px 15px }

#menu ul li.section-title  { font-size: 20px; font-family: serif;font-style: italic }

#content {
    height: 100%;
    margin: 50px 0 0 315px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
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: #eeeeee;
        padding-top: 3px;
        padding-right: 9px;
        padding-bottom: 3px;
        padding-left: 9px;
        font-size: 11px;
        font-family: Helvetica, 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: #cccccc;}
    p.nav span#num {
        letter-spacing: 2px;
        font-family: Helvetica, serif;
        font-style: italic;
        padding-left: 20px;}


