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

body {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

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

a.nome:link {color:#000; text-decoration:none;}
a.nome:visited {color:#000; text-decoration:none;}
a.nome:hover {color:#000; text-decoration:none;}
a.nome:active {color:#000; text-decoration:none;}


a img { border: none; }

#menu {
    width: 200px;
    top: 0px;
    bottom: 10px;
    left: 0px;
    position: absolute;
    background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px;
	line-height:175%;
}

#menu ul li.section-title {
	 border-top:none;
	 border-bottom:1px dotted #000;
         margin-bottom: 4px;
        
        
}

#content {
	line-height:100%;
	width: 1000px;
        margin: 80px 210px 0;
    
}

.container {
    padding: 33px 36px 24px;
}

#content p {
    width:600px;
    line-height:150%;
    font-size:9px;

}

p {
    margin: 0 0 12px 0;
}

p.nav {
    padding-bottom:6px;
}
 p.nav a {
        color: #000;
        padding-top: 1px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        font-size: 9;
        font-family: verdana, sans serif;
    }
    
    p.nav a:hover {
        background-color: yellow;
        text-decoration:none;
    }
    
    p.nav span#num {
        letter-spacing: 2px;
        font-family: Verdana, sans serif;
        font-size: 9px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

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

#img-container	{ margin: 0; padding: 0; padding-top: px; padding-bottom: 60px;}
#img-container p	{ width: 1000px; margin:0; padding-top: 10px; border-bottom:none; }


