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

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

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

a:link { text-decoration: none; color:#000 }
a:visited { text-decoration: none; color: #8A8A8A; }
a:hover { text-decoration: underline; color:#000 }
a:active { text-decoration: underline; color:#000}

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: 6px;
    bottom: 0px;
	left: 20px;
	position:absolute;
	background-color: #fff;
}

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

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

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

.container {
    padding: 6px 0 24px 0;
}

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

}

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: 10;
        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: 10px;
        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; }

0px; border-bottom:none; }

px; border-bottom:none; }


