body {
	background-image: url('../imagens/fundo-body.gif');
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: small;
}

#container {
	background-image: url('../imagens/fundo.gif');
	margin-left: auto;
	margin-right: auto;
}

#main {
	position: relative;

	background-color: rgb(83,191,209);
	background-image: url('../imagens/fundo.gif');
	background-repeat: repeat-y;

	width: 650px;

	padding-top: 65px;
	padding-bottom: 75px;
}


#menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	float: right;
	margin-right: 5px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	color: black;
	text-decoration: none;

	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#menu a:hover {
	color: white;
	background-image: url('../imagens/menu-hover.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

#menu .separator {
	background: black;
}

body.informacoes #menu li.informacoes a,
body.organizacao #menu li.organizacao a,
body.programa #menu li.programa a,
body.gruposdetrabalho #menu li.gruposdetrabalho a,
body.inscricao #menu li.inscricao a,
body.fotografias #menu li.fotografias a {
	color: white;
	background-image: url('../imagens/menu-hover.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}


img#header {
	border: 0;
}

#content {
	position: relative;
	z-index: 2;
	color: white;

	width: 450px;
	margin-top: 15px;
	margin-left: 175px;
}

#content ul {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 20px;
	padding: 0;
}

#content li {
	margin-top: 5px;
	margin-left: 0px;
	padding: 0;
}

#content h2 {
	font-size: medium;
	margin-top: 15px;
	margin-bottom: 5px;
}

#content img {
	border: none;
}

p#tag {
	width: 13em;
	margin-bottom: 50px;
}

.black {
	color: black;
}

#fundo {
	z-index: 0;

	position: absolute;
	left: 115px;
	bottom: 0;
	width: 200px;
	height: 250px;

	background-image: url('../imagens/circulo.gif');
	background-repeat: no-repeat;
	background-position: -75px 100%;
}

body.fotografias #content img {
	float: left;
	border: 1px solid black;
	margin: 5px;
}

body.index p#tag {
	margin-bottom: 25px;
}

body.index h2 {
	float: right;
	margin-right: 20px;
	text-align: right;
}

body.index h2 strong {
	font-size: xx-large;
}

body.index h3 {
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	font-size: x-small;
	text-align: justify;
	width: 22em;
}

body.programa #content ul,
body.programa #content dl {
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px;
}

body.programa #content dl dt {
	margin-top: 10px;	
}

body.programa #content ul li,
body.programa #content dl dd {
	margin: 0;
	margin-left: 15px;
}

body.programa #content dl em {
	color: rgb(9,100,109);
}

legend {
	color: white;
}

strong {
	color: rgb(9,100,109);
}
