/* CSS Document */

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

img {
	border: 0px;
	padding: 0px;
}

a {
	color: #7d8a2e;
}

a:hover {
	text-decoration: none;
}

p {
	text-indent: 20px;
}

#header {
	position: relative;
	height: 126px;
	width:790px;
	margin: 0 auto;
	margin-top: 19px;
	background-image: url(/images/headerBG.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#mainmenu {
	position: absolute;
	bottom: 0px;
	width:790px;
	margin: 0 auto;
	padding-bottom: 2px;
	color: #7d8a2e;
	font-size: 110%;
}

.separatrizmenu {
	color: #ffc0a9;
}

#mainmenu table {
	margin: 0 auto;
}

#mainmenu a {
	text-decoration: none;
}

#mainmenu a:hover {
	text-decoration: none;
	color: #e16d6d;
}

#logo {
	position: absolute;
	left: 30px;
	top: 29px;
	index: 100;
}

#wrapper {
	position: relative;
	index: 10;
	top: 0px;
	width: 790px;
	min-height: 800px;
	height: auto;
	_height: 800px;
	margin: 0px auto;
	background-color: #FFF;
	padding: 0px;
}

#wrapperBGtop {
	position: absolute;
	width: 770px;
	height: 10px;
	background-image: url(images/wrapperBGtop.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 10px;
	background-position: top;
}

#wrapperBGleft {
	position: absolute;
	width:10px;
	height: 666px;
	background-image: url(images/wrapperBGleft.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-position: top;
}

#wrapperBGright {
	position: absolute;
	width:10px;
	height: 666px;
	right: 0px;
	background-image: url(images/wrapperBGright.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	top: 0px;
	background-position: top;
}

#titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #7d8a2e;
	border-bottom: 1px solid #ffc0a9;
	padding: 25px 0 0 10px;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#conteudo {
	width: 700px;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	color: #666;
}

#footer {
	position: relative;
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat-x;
	height: 145px;
	margin: 0;
	padding: 0;
	margin-top: 50px;
}

#footermenu {
	position: relative;
	width:790px;
	margin: 0px auto;
	padding-top: 5px;
	font-size: 85%;
}

#footermenu table {
	margin: 3px auto;
}

#footermenu table td {
	text-align: center;
	padding: 0 13px;
	border-left: 1px solid #e16d6d;
}

#footer a {
	color: #7d8a2e;
}

#footer a:hover {
	text-decoration: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color: #e16d6d;
	text-align: left;
	margin: 0;

}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	text-indent: 20px;
	font-size: small;
	
}

h4 {
	position: relative;
	width: 500px;
	left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 120%;
	color: #3399CC;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #c9d787;
}

h5 {
	text-indent: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #e16d6d;
	text-align: left;
	margin: 0;
}

.lema {
	width: 270px;
	margin: 20px auto;
	color: #7d8a2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	border-top: 1px solid #ffc0a9;
	border-bottom: 1px solid #ffc0a9;
	padding: 5px 25px;
}

#tabelaindex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 90%;
	width: 300px;
	margin-left: 440px;
}

#tabelaindex td{
	vertical-align: top;
	margin-top: 0;
}

#fotoindex {
	position: absolute;
	left: 0px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	border-right: 5px solid #FFCCCC;
	border-left: 5px solid #FFCCCC;
	margin-right: 15px;
}

#tabelaindex h2{
	font-size: 160%;
}

#tabelaindex a {
	color: #e16d6d;
}