* {
	margin: 0px;
	padding: 0px;  
}

body{
	background:#F7F7F7;
}

/*
	TABLELESS
*/
#container{
	margin:0px auto;
	width:1024px;
	max-height:1024px;
	min-height:575px;
	background:#FFF;
}
#topo{
	width:1024px;
	height:125px;
}
#conteudo{
	width:1024px;
	max-height:800px;
	min-height:450px;
	background:#FFF;
	padding-top:5px;
}
#menu_div{
	width:170px;
	max-height:675px;
	min-height:450px;
	float:left;
}
#pagina{ 
	width:843px;
	max-width:843px;
	min-width:843px;
	max-height:675px;
	min-height:450px;
	margin: 0 auto;
}

.titulo{
	border-radius:5px 5px 5px 5px;
	background-color:#E1E1E1;
	width:100%;
}

.data_upload{
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	float:right;
}	
a#ajax_link:link {
	color:#000;	
}
a#ajax_link:visited {
	color:#000;	
}


/*IMAGENS*/
img#foto_demo{
	width:120px;
	height:auto;
	border:0;
}


/*Rodapé*/
#rodape{
	width:1024px;
	height:42px;
	background:#EBEBEB;
	border-top:#000 1px inset;
	border-radius:0px 0px 10px 10px;
	text-align:center ;
}
