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

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

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

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

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


a img { border: none; }

#menu {
	border-top:2px solid #000000;
    width: 200px;
    /*overflow: auto;*/
    top: 30px;
    bottom: 0px;
	left: 15px;
	position:absolute;
    /*height: 100%;*/
	background-color: #fff;
}

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

#menu ul li.section-title {
	 border-top:1px solid #000000;
	 border-bottom:1px dotted #000;
}

#content {
	border-top:2px solid #000000;
	height: 100%;
	width: 747px;
    margin: 30px 0 0 240px;
    top: 0;
}

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

#content p { width: 747px;  border-bottom:1px dotted #000; padding-bottom:5px; }

p {
    margin: 0 0 6px 0;
}

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

#img-container	{ margin: 0; padding: 0; padding-bottom:60px;}
#img-container p	{ width: 747px; margin:0; padding: 0 0 8px 0; border-bottom:none; }
#s1	{padding-top:20px;}

#once { clear: left; }