
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	background-image: url(img/bg6.jpg);
	background-repeat: no-repeat;
}

p.titulo {
	font-family:Geneva, "MS Sans Serif", sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;

}

p { 
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

p.legenda

{ color:#000000 }

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

a { 
	font-family:Geneva, "MS Sans Serif", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

a:active { text-decoration: none; }

a:hover {color: #C60}


a.atual { text-decoration:underline }

a.legenda

{ color:#CCCCCC }

a img { border: none; }

#menu {
	float: left;
	width: 200px;
	height: 900px;
	margin-left: 30px;
	margin-right: 25px;
	padding: 20px;
	background-color: white;
	
}

#menucontents {
	width: 200px;
	height:auto;
	padding: 0px;
	margin-left: 39px;
	margin-top: 40px;
	background-color: white;
	
	float: left;
}



#logo {
	float: left;
	padding: 0px;
	margin-top: 40px;
	margin-left: 39px;
	margin-right: 0px;
	background-color: white;
}

#menu ul {
	list-style: none;
	margin: 0 0 18px 0;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

#content ul {
	list-style: none;
	margin: 0 0 18px 0;
	font-family: Courier, serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}


#menu ul li.section-title { }

#content {
  	background: transparent;
  	position: absolute;
  	float: left;
   	height: 100%;
    margin: 0 0 0 360px;
    margin-top: 60px;
	margin-left: 360px;
    top: 0;
}

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

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

#img-container	{ margin: 0; padding: 0; }

