/***********************
 STYLES BÁSICAS 
***********************/

body {
	background-image:url(images/bg.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #707070;
	line-height: normal;
}

h1 { font-size: 1.7em; letter-spacing: .04em; margin-bottom: 25px;}
/* h1 + p { margin: 0; } */
.manuscript h1 { color: #C00; font-size: 1.2em; letter-spacing: normal; margin-bottom: 15px;}
*h1 { margin-top: 10px; margin-bottom: 10px; } /* IE Fix */

h2 { font-size: 15px; color: #3F3F3F; font-weight: bold; text-align:justify;}
.blog h2 { font-size: 18px; font-weight: normal;}

h3 { font-size: 13px; letter-spacing: 0.5px; text-align:justify;}
*h3 { margin-top: 10px; margin-bottom: 5px; } /* IE Fix */
h3 + h4 {margin: 5px 0 0 0; }

h4 { font-size: 15px; margin-bottom: 0; line-height: 20px; color: #3F3F3F;}
h4 + p { margin: 2px 0 0 0; }
.manuscript h4 + p { margin: 8px 0 8px 0;}



h5 	{ font-size: 1.2em; margin: 0; }
img { border: 0; }
/***********************
 GLOBAL LINKS 
***********************/
a { color: #AB1013; }
a:link { color: #AB1013; }
a:visited { color: #570A00; }
a:hover { color: #570A00; }
a:active { color: #AB1013; }
#layout {
	width:100%;
	left:0px;
	top:0px;
}
#bgtop {
	background-image:url(images/Layout_01.gif);
	background-repeat:repeat-x;
	width:100%;
	height:175px;
}
#tabletopcantoesquerdo{
	float:left;
	width:15%;
	height:175px;
}
#tabletopcenter {
	float:left;
	width:70%;
	height:175px;
}
#tabletopcenter div {
	float:left;
}
#tabletopcantodireito{
	float:right;
	width:15%;
	height:175px;
}
.logo {
	float:left;
}
#corpo {
	clear:both;
	width:100%;
	height:100%;
}
#corpocantoesquerdo {
	width:15%;
	height:500px;
	float:left;
}
#corpocentro {
	width:70%;
	float:inherit;
}
#corpocentro ul{
	width:80%;
}
#corpocantodireito {
	width:15%;
	height:500px;
	float:right;
}
.style1 {color: #FFFFFF}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style3 {font-size: 14px}
.style4 {
	font-size: 9px;
	font-style: italic;
}
#rodape {
	clear:both;
	width:100%;
}
