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

body {
	font-size: 11.5px;
	font-family: Verdana, sans-serif;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

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

a:link { text-decoration: none ; color: #FF0000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #FF0000; }
a:hover { text-decoration: none; color: #666666; }

a img { border: none;
}

#menu {
    width: 280px;
	float: left;
	font-size: 11px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: relative;
	text-align: right; 
    height: 800px;
	background-color: #fff;
}

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

#menu ul li.section-title { 
	text-decoration: none; 
	color: #FF0000; 
	font-weight: bold;
	border-bottom: 1px dotted #FF0000;
	font-size: 12.5px;
	margin: auto;
}

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

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

#content p { 
	width: 620px; 
	margin-bottom: 9px;
	line-height:21px;
	letter-spacing:0.4px;
	font-size:12px;
 }

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: 200px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
#menu .container { padding: 5px 20px 21px 15px; }
#content .container { padding: 102px 15px 21px 35px; 
}

p.nav a {
        background-color: #FFFFFF ;
        padding-top: 0px;
        padding-right: 9px;
        padding-bottom: 0px;
        padding-left: 9px;
        font-size: 11px;
        font-family: Verdana, 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 {
         
     }
     
    p.nav span#num {
         letter-spacing: 2px;
         font-family: Georgia, serif;
         font-style: italic;
         padding-left: 20px;
     }