@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#af873c;
}

body{
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#d5c4b5;
}


img{
	margin:0px;}

#topo{
	margin:auto;
	width:750px;
}

#cont{	
	margin:auto;
	width:750px;
	margin-top:0px; 
}

#cont DIV{	
 display:inline;}

#lateral_e, #lateral_d{
	background-image:url(img/lateral1.jpg);
	background-repeat:no-repeat;
	width:155px;
	height:116px;
	float:left;
}		

#lateral_d{
	background-image:url(img/lateral2.jpg);
	width:87px;
	margin-left:1px;
}

#prog{
	width:469px;
	float:left;
	height:auto;
	background-color:#FFFFFF;
	border-left-style:solid;
	border-right-style:solid;
	border-left-color:#af873c;
	border-right-color:#af873c;
	border-width:1px;
	padding:0 15px 0 20px;
}

#rodape{
	float:left;
	margin-left:152px;;
	width:598px;
	height:86px;
	background-image:url(img/rodape.jpg);
	background-repeat:no-repeat;
}

.titulo{
	font-size:16px;
	color:#4a3919;
	margin-bottom:2px;
}

p.foto img{
	margin:auto;
}