/******************************************************************************* CSS Document */

body {
	font-family:Tahoma, arial, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0;
	background-image:url(../img/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#4e4f50;
}

h1 {
	background-image:url(../img/h1_fundo.gif);
	background-repeat:repeat-x;
	background-position:bottom right;
	color:#fff;
	font-weight:normal;
	font-size:25px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
}

h2 {
	font-weight:bold;
	font-family:"Arial Narrow", "Helvetica Condensed", Helvetica, Arial, Verdana;
	font-size:19px;
	margin-bottom:0.5em;
}

h3 {
	font-size:14px;
	color:#fff;
	background-color:#6b6b6c;
	padding:3px;
	padding-left:4px;
	margin-top:0.2em;
}

h3 a {color:#fff; text-decoration:none;}
h3 a:hover {color:#333; text-decoration:none;}

a {color:#fff;text-decoration:underline}
a:hover {text-decoration:none}

img {
	border:none;
}
	
/************************************************************************************ Persona */

.detalhes {
	font-style:italic;
	text-align:right;
}

.detalhes a {color:#fff; text-decoration:none}
.detalhes a:hover {color:#333; text-decoration:none}

.voltar {
	text-align:right;
	font-size:13px;
}

.voltar a {text-decoration:none}
.voltar a:hover {color:#333}

/*************************************************************************************** DIVS */

#geral {
	width:950px;
	margin:0 auto;
}

#lateral {
	width:183px;
	float:left;
	background-image:url(../img/lateral_fundo.jpg);
	background-repeat:repeat-x;
	background-color:#363738;
	padding:12px;
	color:#aeaeae;
	padding-bottom:35px;
}

#menu {
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
}

#menu li {
	border-bottom:1px solid #545454;
	border-top:1px solid #757575;
	
}

#menu li:hover {background-color:#fff;}

#menu a {color:#FFF; padding:4px 8px; display:block; width:85%; text-decoration:none}
#menu a:hover {color:#333;}

#miolo {
	margin-left:230px;
	text-align:justify;
	font-family:verdana
}
	
#rodape {
	margin-top:15px;
	font-size:11px;
	color:#9a9a9a;
	text-align:center;
	padding:5px;
	background-color:#5e5e5e;
}

#creditos {
	font-size:11px;
	text-align:center;
	padding:6px;
}

#creditos a {color:#5a5a5a; text-decoration:none;}
#creditos a:hover {color:#000; font-weight:bold;}
