/*** Gerais ***/

body {
 background-repeat: repeat-y;
 background-position: center -72px;
 background-image: url(bg.png);
 text-align: center;
 font: 90% Verdana, sans-serif;
 line-height: 200%;
 padding: 0;
 margin: 0;
}
hr {
 display: none;
}
a:link, a:visited {
 color: #00CC00;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 color: Black;
}
img {
 border: none;
}
cite, address, #extra p {
 font: normal 80% Verdana, sans-serif;
 letter-spacing: 0.5px;
}
blockquote {
 font-style: italic;
 letter-spacing: 0.8px;
} 
ul {
 padding-left: 15px;
 margin-left: 30px;
 list-style: square;
}
h1, h2, h3, h4, h5 {
 font-family: Arial;
 letter-spacing: -0.5px;
 line-height: 130%;
}
h2 {
 font-size: 180%;
}


/*** Layout ***/



#tudo {
 margin: auto;
 width: 760px;
 text-align: left;
}
.column {
 float: left;
}

#header p {
 margin: 0;
}

#menu {
 margin-top: 5px;
 width: 200px;
}
#menu ul {
 padding-left: 0;
 margin-left: 100px;
 list-style: none;
}
#menu li {
 margin: 0;
 border:1px solid White;
}
#menu a {
 font: bolder 125% Arial, sans-serif;
 padding: 8px 0;
 display: block;
 width: 100%;
}

#content {
 margin-top: 10px;
 width: 550px;
 position: relative;
 margin-bottom: 25px;
}
#content p, #content dl {
 width: 360px;
}
#content dt {
 font-weight: bold;
}
#content ul, #content ol, #content blockquote {
 width: 340px;
}
#content img {
 float: right;
 margin-left: -200px;
 left: 585px;
 position: absolute;
 border-top: 5px solid #00CC00;
}
.sidecontent {
 position: absolute;
 top: 0;
 left: 380px;
 width: 200px;
}
.sidecontent p {
 font-size: 80%;
 width: 180px !important;
 line-height: 120%;
}
.sidecontent h2, .sidecontent h3 {
 margin: 10px 0;
}

#footer {
 text-shadow: 0px 0px;
 clear: both;
}



/*** Elementos ****/


#slogan {
	position: absolute;
	margin-left: 400px;
	top: 34px;
	left: 34px;
	width: 380px;
}
#pagetitle {
 position: absolute;
 margin-top: 0;
 top: -95px; 
 color: White;
 font: bold 55px Arial, sans-serif;
 letter-spacing: -3px;
 line-height: 80%;
}
#extra {
 padding: 25px 10px;
 clear: both;
 background: #00CC33;
 color: White;
 position: relative;
 height: 100%;
}
#extra a:link, #extra a:visited {
 color: Black;
}
#extra a:hover {
 background: White;
}

#extra h3 {
 font: bold 45px Arial, sans-serif;
 letter-spacing: -3px;
 line-height: 80%;
 float: left;
 width: 160px;
 position: relative;
 top: -28px;
 text-align: right;
 margin: 0 70px 100px 0;
}
#citacao {
 margin-left: 105px;
 width: 175px;
 float: right;
} 
#footer {
 color: #cccccc;
 background: white url(mh_logo_pequena.gif) no-repeat 100px 30px;
 padding: 25px 25px 25px 200px;
}

a.livro {
 display: block;
 padding: 15px 0 15px 50px;
 background: url(icone_livro.gif) no-repeat left;
}

