/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form, p,fieldset,input { margin: 0; padding: 0; font-weight: none;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse:separate; border-spacing: 0; }


/*Indicação de tamamnho da div geral*/

#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 0 0 8%;
}
#subcontainer { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left:10%;
}
#agenda {
	margin:0 0 0 9%px;

}

div#element {margin:0 5px 0 0}
* html div#element {margin:0 0 0 -6px}



