@charset "iso-8859-1";
/* CSS Document */

body{
	text-align: center;
	padding: 0;
	margin: 0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
#main{
	text-align: left;
	margin: auto;
}
#content{
	height: 100%;
	width: 500px;
	background-image:url("../images/bgtableleft.png")}
#rodape{
	width:100%;
	height:40px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	float:left;
	padding-top:2px;
}
.rp_txt{
	color:#000000;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.rp_link{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
h5  {
color:#666600;
font:16px "Trebuchet MS",Georgia,Arial,Helvetica,sans-serif;
margin:0 0 5px;
padding:0;
}
.bodytext {
color:#303030;
font-family:"arial";
font-size:13px;
}
.portfolio_img{
	margin: 0 10px 10px 0;
}
.lista_img{
	border: none;
}
.form_high{
	font-weight: bold;
	color:#F00;
}
.left_menu{
}
/* xxxxxxxxxxxxxxx SIDE MENU xxxxxxxxxxxxxxx */
#side_menu{
	background:url(../images/bg_menu.png) top left no-repeat;
	width: 240px;
	padding-left: 40px;
	color:#000000;
	font-family:Arial;
	height:866px
}
#side_menu .side_titulo{
	font-size:1.1em;
	display:block;
	margin:10px 0;
	float:left;
}
#side_menu ul {
	margin:0;
	padding:0;
}
#side_menu li{
	width: 90%;
	list-style: none;
	float: left;
	margin-bottom: 3px;
	border-bottom: 1px dotted #888;
	background: url(../images/bg_li.png) left no-repeat;
	padding-left:15px;
}
#side_menu li a{
	display:block;
	font-size:0.8em;
	font-weight: bold;
	padding:4px 0;
	color:#000;
	text-decoration: none;
}
#side_menu li a:hover{
	border: none;
}