
* {
	margin: 0;
	padding: 0;
}

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

p.titulo {
	font-family:georgia, Times, 'Times New Roman', serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;

}

p { 
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
	width: 600px;
}

p.legenda

{ color:#CCCCCC }

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

a { 
	font-family: Courier, serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

a:active { text-decoration: none; }


a.atual { text-decoration:underline }

a.legenda

{ color:#CCCCCC }

a img { border: none; }

#menu {
	float: left;
	width: 361px;
	height: 100%;
	margin-left: 30px;
	margin-right: 25px;
	padding: 20px;
	background-color: white;
	position: absolute;
}

#menucontents {
	width: 241px;
	height:auto;
	padding: 0px;
	margin-left: 39px;
	margin-top: 40px;
	background-color: white;
	background-image: url(img/line.gif);
	background-repeat: repeat-y;
	float: left;
}

#menucontents a:hover { 
	text-decoration: none;
	background: url(img/line2.gif) repeat-x 100% 100%;
	padding-bottom: 4px;
	white-space: nowrap;
}

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

#menu 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 460px;
    margin-top: 60px;
	margin-left: 460px;
    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; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
